【测试】测试参数传递

This commit is contained in:
wxd-gaming
2024-12-24 20:58:10 +08:00
parent a3e676a8cf
commit f9505fcef0
2 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ function test33(o1, o2, o3)
end
function testActor(actor)
gameDebug.print(actor, actor:getUid(), actor:getName(), actor["lv"])
gameDebug.printType(actor, actor:getUid(), actor:getName(), actor["lv"])
end
local k1 = "dddd"