6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = setImmediate | ||
|side = shared | |||
|type = function | |type = function | ||
| | |games = iii vc sa iv | ||
| | |desc = add a timer with a callback function that is invoked on the next tick | ||
| | |arg1 = function callback The scripting function to call on the next tick. | ||
|arg2 = [vararg ... = n/a] The arguments to send to the callback function. | |||
| | |return = Timer a handle to the timer | ||
| | |freturn = null n/a | ||
| | |cb1arg1 = ... vararg The arguments that were sent to the <code>setImmediate</code> function. | ||
}} | }} |
edits