mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
restore terminal, rework console
This commit is contained in:
5
modules/addon_terminal/commands.lua
Normal file
5
modules/addon_terminal/commands.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
function dumpWidgets()
|
||||
for i=1,rootWidget:getChildCount() do
|
||||
print(rootWidget:getChildByIndex(i):getId())
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user