State Actuator

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.

See also

Actuator Common Options for common options.

Special Options:

../../../../_images/bge_actuator_state.png

State actuator.

../../../../_images/bge_actuator_state_options.jpg

State actuator options.

Operation

Menu to select the state operation required.

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.

Usage Notes

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.