added lua function test item
This commit is contained in:
6
doc/examples/lua_func.lua
Normal file
6
doc/examples/lua_func.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
tm = require("tm")
|
||||
|
||||
function func_to_executed(param)
|
||||
-- return tm.gd(param)
|
||||
return param
|
||||
end
|
||||
Reference in New Issue
Block a user