Skip to content

Broadcast

Description

Broadcast is a Function on Event
Call a global event on the local machine with the given function name and parameters. Any scripts listening for this event will call the function with the same name.

Example
Event.Broadcast("Toaster", nil)
Usage

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