Torque3D/Engine/lib/bullet/data/hello_world.lua

6 lines
176 B
Lua
Raw Permalink Normal View History

2022-05-14 03:42:41 +00:00
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)