Skip to content

delay

Description

delay is a Function
After a given delay, start another function that will run at the same time as the function this is called from. The new function cannot cause the function this is called from to pause.

Example
delay(nil, 1.0, nil)
Usage

network usage: Any (Client or Server/Host)
returns: None
parameters:
- function (Wildcard)
- delay (float)
- arguments ((optional) Wildcard(s))