Skip to content

spawn

Description

spawn is a Function
Starts 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
spawn(nil, nil)
Usage

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