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