FsmState
Pre-made wait behavior for FSM.
Properties
id
Unique ID of the FSM object. This property is read-only.
isRunning
If this FSM object is currently active. This property is read-only.
name
Gets the name used for debugging. This property is read-only.
Functions
addRule(condition, trueState, ruleName)
Adds a rule to the state.
isDone()
Adds a rule to the state.
run()
Runs the state logic.