setImmediate: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 6: Line 6:
|desc = add a timer with a callback function that is invoked on the next tick
|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.
|arg1 = function callback The scripting function to call on the next tick.
|arg2 = [vararg ... = n/a] The arguments to send to the callback function.
|arg2 = [vararg ... = (no arguments)] The arguments to send to the callback function.
|return = Timer a handle to the timer
|return = Timer a handle to the timer
|freturn = null n/a
|freturn = null n/a
6,833

edits