mirror of
https://github.com/edubart/otclient.git
synced 2025-12-13 12:29:46 +01: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 |