tibia-client/modules/addon_terminal/commands.lua

5 lines
121 B
Lua
Raw Normal View History

2011-12-07 01:31:55 +01:00
function dumpWidgets()
for i=1,rootWidget:getChildCount() do
print(rootWidget:getChildByIndex(i):getId())
2011-12-07 01:31:55 +01:00
end
end