Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»StateMachine Actions»Enable FSM
Index
Navigation
Community Wiki

Enable FSM

Enables/disables a state machine on a game object. 

Game Object
The game object that owns the FSM.
Fsm Name
The name of the FSM on the game object. Leave blank to use the first FSM on the game object.
Enable
Enable/disable the FSM on entering the state.
Reset On Exit
Reverse the action on exiting the state.

 

Notes:

  • This action can be used to build hierarchical state machines. At each level controller states turn other state machines on and off. Generally the state machines at higher levels are more organizational/conceptual (E.g., Idle, Attack...) and the state machines at lower levels are more specific/concrete (E.g., SelectRandomIdle, MoveTowardsEnemy...).

 


Last modified on 6/26/2013 12:33 PM by User.

  • RSS Feed