Skip to content

Logic

Use logic actions to check game state and react accordingly.

Logic actions are grouped into a few categories:

Categories

Bool

Operations on bool variables.

Collection

Actions that check collections like List variables.

Enum

Actions that compare and work with enum-style state values.

Event

Actions that detect threshold and edge-triggered value changes.

Flow

Actions that branch to different events using switch-style checks.

Spatial

Actions that check spatial relationships.

Value

Actions that check variable values.

Expression Evaluator

Build logic checks using text expressions.