tibia-client/modules/addon_console/commands.lua

5 lines
115 B
Lua
Raw Normal View History

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