Dispatches given event with it's data to all of the subscribers.
Event type.
Event data.
True when successfully dispatched event, false when not.
Unsubscribe from the given event.
When the callback is not specified, unsubscribe all the callbacks. from this event.
Event type.
Callback function.
Subscribe to the given event with a given callback.
Event type.
Callback function.
This callback.
Generated using TypeDoc
The event system is used to communicate between different parts of the engine.