Global Event Node
The root node of the server's event node tree.
This is used to distinguish it from regular event nodes, to allow it to be injected in to plugins that want to inject it in the same way as the event manager could be injected.
Functions
Link copied to clipboard
Checks if this event node has a listener for the given event type.
Link copied to clipboard
Registers the given event listener to this event node.
Link copied to clipboard
Registers all event listeners in the given listenerClass to this event node.
Link copied to clipboard
Removes the given node as a child of this event node.
Link copied to clipboard
Unregisters the given event listener from this event node, meaning it will not be called when an event that it listens for is fired.
Link copied to clipboard
Unregisters all listeners in the given listenerClass from this event node.