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