State Actuator¶
See also
See the Python reference of this logic brick in KX_StateActuator
.
The State Actuator allows the user to create complex logic, while retaining a clear user interface. It does this by having different states, and performing operations upon them.
Note
With the state actuator, you can create tiers of logic, without the need for hundreds of properties. Use it well, and you benefit greatly, but often problems may be circumvented by Python.
Properties¶
- Operation
- Change State
Change from the current state to the state specified.
- Remove State
Removes the specified states from the active states (deactivates them).
- Add State
Adds the specified states to the active states (activates them).
- Set State
Moves from the current state to the state specified, deactivating other added states.