mirror of
https://github.com/edubart/otclient.git
synced 2025-12-15 21:29:46 +01:00
use GLSL shaders
This commit is contained in:
5
modules/addon_console/commands.lua
Normal file
5
modules/addon_console/commands.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
function dumpWidgets()
|
||||
for i=1,UI.root:getChildCount() do
|
||||
print(UI.root:getChildByIndex(i):getId())
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user