Introduce c2.later() function to Lua API. (#5154)
This commit is contained in:
Vendored
+1
@@ -95,4 +95,5 @@ declare module c2 {
|
||||
: never;
|
||||
|
||||
function register_callback<T>(type: T, func: CbFunc<T>): void;
|
||||
function later(callback: () => void, msec: number): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user