【优化】新增事件插入

This commit is contained in:
wxd-gaming
2024-11-08 19:04:43 +08:00
parent 05e3f1e896
commit 021a106f4e
6 changed files with 124 additions and 35 deletions

View File

@@ -46,9 +46,14 @@ end
function test33(o1, o2, o3)
print("o1", o1, "o2", o2, "o3", o3)
print(gameDebug.getFunctionInfo(test33))
print(gameDebug.getFunctionInfo(function()
end))
print(gameDebug.getFunctionInfo(TestData.print2))
end
test33(1, nil, 3)
--test33(1, nil, 3)
--local var = TestData.new()
--print(TestData.Lv(var, 33))