SGFramework.GlobalEvents

Controls the triggering of events and the association of functions with specific events.

 

 

Methods

Description

bind

Bind a function to an event.

triggerEvent

Fires the designated event.

unbind

Disassociates a specific function from a specified event, so that the function is no longer executed each time the event is triggered.