Triggers

Description

This category describes methods used to interface with TriggerZones and ButtonTiles.

Methods

AddOnEnterHandlerAdds a MapAction which runs the provided script function to a ButtonTile or TriggerZoneTile's OnEnter
AddOnLeaveHandlerAdds a MapAction which runs the provided script function to a ButtonTile or TriggerZoneTile's OnLeave
RunOnEnterRuns the target TriggerZone or ButtonTile's OnEnter
RunOnLeaveRuns the target TriggerZone or ButtonTile's OnLeave