Actuator(bpy_struct)

base class — bpy_struct

subclasses — SceneActuator, ParentActuator, CameraActuator, SoundActuator, PropertyActuator, ArmatureActuator, ActionActuator, MouseActuator, ConstraintActuator, ObjectActuator, Filter2DActuator, GameActuator, StateActuator, EditObjectActuator, VisibilityActuator, SteeringActuator, RandomActuator, MessageActuator

class bpy.types.Actuator(bpy_struct)

Actuator to apply actions in the game engine

active

Set the active state of the actuator

Type:boolean, default False
name
Type:string, default “”, (never None)
pin

Display when not linked to a visible states controller

Type:boolean, default False
show_expanded

Set actuator expanded in the user interface

Type:boolean, default False
type
Type:enum in [‘ACTION’, ‘ARMATURE’, ‘CAMERA’, ‘CONSTRAINT’, ‘EDIT_OBJECT’, ‘FILTER_2D’, ‘GAME’, ‘MESSAGE’, ‘MOUSE’, ‘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

Previous topic

ActionPoseMarkers(bpy_struct)

Next topic

ActuatorSensor(Sensor)