mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
Merge branch 'master' of https://github.com/edubart/otclient
This commit is contained in:
@@ -86,3 +86,9 @@ function autoReloadModule(name)
|
||||
reloadEvent()
|
||||
end
|
||||
|
||||
function createDebugUIItem(id)
|
||||
local uiitem = g_ui.createWidget('Item', rootWidget)
|
||||
uiitem:setPosition({x= 200, y = 200 })
|
||||
uiitem:setItemId(id)
|
||||
uiitem:show()
|
||||
end
|
||||
|
Reference in New Issue
Block a user