mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02:00
add command completion to console
This commit is contained in:
@@ -24,3 +24,9 @@ function connect(object, signalsAndSlots)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
function dumpWidgets()
|
||||
for i=1,UI.root:getChildCount() do
|
||||
print(UI.root:getChildByIndex(i):getId())
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user