mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
5 lines
115 B
Lua
5 lines
115 B
Lua
function dumpWidgets()
|
|
for i=1,UI.root:getChildCount() do
|
|
print(UI.root:getChildByIndex(i):getId())
|
|
end
|
|
end |