mirror of
https://github.com/wxd-gaming/test-all.git
synced 2026-05-09 15:05:46 +08:00
【新增】lua调试代码
This commit is contained in:
@@ -71,4 +71,16 @@ gameDebug.debug(function()
|
||||
end)
|
||||
|
||||
print(CheckOpenEventListerTable:triggerResult("0"))
|
||||
end)
|
||||
end)
|
||||
|
||||
local tmpList = {}
|
||||
|
||||
for i = 1, 10 do
|
||||
table.insert(tmpList, tostring(i))
|
||||
end
|
||||
|
||||
gameDebug.print(tmpList)
|
||||
|
||||
table.remove(tmpList, 5)
|
||||
|
||||
gameDebug.print(tmpList)
|
||||
Reference in New Issue
Block a user