A list of all Actions, Conditions and Expressions supported in this addon.
-
Actions
{my} go to state {0}
Assign next state.
{my} set activated to {0}
Enable the object's fsm behavior.
Add {0} from {1} to {2} to {my}
Add a transition between two states
Transition {0}
Apply the transition to the state machine, switching from the source state to the target one
-
Conditions
On {my} enter to {0}
Triggered when enter state.
On {my} exit from {0}
Triggered when exit state.
On {my} state changed
Triggered when state changed. Useful when debugging.
{my} Current state = {0}
Compare current state.
Previous state = {0}
Compare previous state.
Last transition = {0}
Compare last transition.
-
Expressions
CurrentState
Get current state.
PreviousState
Get previous state.
LastTransition
Get last transition.