mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 01:59: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 |