mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 20:54:46 +00:00
6 lines
176 B
Lua
6 lines
176 B
Lua
io.write("Running ", _VERSION, "\n")
|
|
ptr = my_createFunction(1, 2, 3, "abc", "def")
|
|
--io.write("my_function() returned ", a, "\n")
|
|
my_printTest(ptr)
|
|
my_deleteFunction(1)--ptr)
|