Adds callback function for the specified callback name. Most of native events can be prevented using Game.prevent call.
callback name, should be one of the pre-defined or a custom name if invoked via Callback.invokeCallback
function to be called when an event occures
Invokes callback with any name and up to 10 additional parameters. You should not generally call pre-defined callbacks until you really need to do so. If you want to trigger some event in your mode, use your own callback names
callback name
Generated using TypeDoc
Module used to handle callbacks. See Callbacks for details about the callback mechanism and the list of pre-defined callbacks