tibia-client/modules/addon_console/commands.lua

5 lines
121 B
Lua

function dumpWidgets()
for i=1,rootWidget:getChildCount() do
print(rootWidget:getChildByIndex(i):getId())
end
end