#
GlobalEventHandler
#
Description
Acts as an interface to subscribe to global events.
#
Methods
#
AddOnPrePlayerMove(function)
Is called before the player is moved to the destination tile.
function
(PrePlayerMoveFunction)
#
AddOnPreStateChange(function)
Is called before a state change us invoked
function
(PreStateChangeFunction)
#
AddOnPreStateRender(function)
Is called before a state is rendered
function
(PreStateRenderFunction)
#
AddOnPostStateRender(function)
Is called after a state is rendered
function
(PostStateRenderFunction)
#
AddOnBattleSpriteLoad(function)
Is called when battle sprites are to be loaded
function
(PostStateRenderFunction)