Skip to content

Unbind

Description

Unbind is a Function on Event
Tells the given script to stop listening for global events being called with the given function name.

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

network usage: Any (Client or Server/Host)
returns: None
parameters:
- script (Script)
- functionName (string)