Torque3D/Engine/lib/bullet/data/hello_world.lua
2022-05-13 23:42:41 -04:00

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)