Skip to content

branch

DEPRECATED
Please use spawn instead. When using spawn, pass the function name without quotation marks.

Description

branch 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
branch("Toaster", nil)
Usage

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