added lua function test item

This commit is contained in:
2025-12-30 14:24:24 +01:00
parent 0ded2d4be9
commit fb041f6570
21 changed files with 417 additions and 217 deletions

View File

@@ -0,0 +1,6 @@
tm = require("tm")
function func_to_executed(param)
-- return tm.gd(param)
return param
end