Triggers
Description
This category describes methods used to interface with TriggerZones and ButtonTiles.
Methods
| AddOnEnterHandler | Adds a MapAction which runs the provided script function to a ButtonTile or TriggerZoneTile's OnEnter |
| AddOnLeaveHandler | Adds a MapAction which runs the provided script function to a ButtonTile or TriggerZoneTile's OnLeave |
| RunOnEnter | Runs the target TriggerZone or ButtonTile's OnEnter |
| RunOnLeave | Runs the target TriggerZone or ButtonTile's OnLeave |