base class — bpy_struct
subclasses — GameActuator, ArmatureActuator, ObjectActuator, Filter2DActuator, ActionActuator, SteeringActuator, EditObjectActuator, PropertyActuator, SoundActuator, StateActuator, ConstraintActuator, ShapeActionActuator, SceneActuator, VisibilityActuator, RandomActuator, ParentActuator, CameraActuator, MessageActuator
Actuator to apply actions in the game engine
| Type : | string, default “”, (never None) |
|---|
Display when not linked to a visible states controller
| Type : | boolean, default False |
|---|
Set actuator expanded in the user interface
| Type : | boolean, default False |
|---|
| Type : | enum in [‘ACTION’, ‘ARMATURE’, ‘CAMERA’, ‘CONSTRAINT’, ‘EDIT_OBJECT’, ‘FILTER_2D’, ‘GAME’, ‘MESSAGE’, ‘MOTION’, ‘PARENT’, ‘PROPERTY’, ‘RANDOM’, ‘SCENE’, ‘SOUND’, ‘STATE’, ‘VISIBILITY’, ‘STEERING’], default ‘MOTION’ |
|---|
Link the actuator to a controller
| Parameters: | controller (Controller) – Controller to link to |
|---|
Unlink the actuator from a controller
| Parameters: | controller (Controller) – Controller to unlink from |
|---|
Inherited Properties
Inherited Functions
|
References