mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
some window moving
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function scheduleEvent(func, delay)
|
||||
function scheduleEvent(callback, delay)
|
||||
local event = g_dispatcher.scheduleEvent(callback, delay)
|
||||
|
||||
-- must hold a reference to the callback, otherwise it would be collected
|
||||
|
||||
Reference in New Issue
Block a user