Board Space Event Component

From Pummel Party Mod Documentation
Revision as of 23:14, 26 October 2022 by RBDev (talk | contribs) (Initial content)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The board space event component is a gameplay component that allows a set of Actions to be performed whenever a player lands on a board mode. It is only usable in Board Mods. The player must finish their turn on the board space for the actions to run; walking over the space will not run the actions.

How to Use

This custom board space prefab has a board space event component added to the root gameobject in the prefab hierarchy. This will fire when this prefab is used by a custom board space.

This component should be placed on the root gameobject of a prefab that is used as a custom board space. Attaching it to the prefab instance, or to a board node in the scene, will not callow the actions to fire.

When attached to any other gameobject it will do nothing.


Component Settings

Property Description
On Enter A set of Actions to perform whenever a player lands on this space.

Example Usage

To make unique custom board spaces, you can use this component to affect the player in many ways. See the list of board actions for all actions that can be used.