SCA_ActionActuator(SCA_IActuator)
base class — SCA_IActuator
- class bge.types.SCA_ActionActuator(SCA_IActuator)
Action Actuators apply an action to an actor.
- action
The name of the action to set as the current action.
- Type
string
- frameStart
Specifies the starting frame of the animation.
- Type
float
- frameEnd
Specifies the ending frame of the animation.
- Type
float
- blendIn
Specifies the number of frames of animation to generate when making transitions between actions.
- Type
float
- priority
Sets the priority of this actuator. Actuators will lower priority numbers will override actuators with higher numbers.
- Type
integer
- frame
Sets the current frame for the animation.
- Type
float
- propName
Sets the property to be used in FromProp playback mode.
- Type
string
- mode
The operation mode of the actuator. Can be one of these constants.
- Type
integer
- useContinue
The actions continue option, True or False. When True, the action will always play from where last left off, otherwise negative events to this actuator will reset it to its start frame.
- Type
boolean
- framePropName
The name of the property that is set to the current frame number.
- Type
string