mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 03:24:55 +02: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
|
||||
|
@@ -1 +1 @@
|
||||
Color = {}
|
||||
Color = {}
|
||||
|
@@ -1 +1 @@
|
||||
Point = {}
|
||||
Point = {}
|
||||
|
@@ -1 +1 @@
|
||||
Rect = {}
|
||||
Rect = {}
|
||||
|
@@ -1 +1 @@
|
||||
Size = {}
|
||||
Size = {}
|
||||
|
Reference in New Issue
Block a user