KX_IpoActuator(SCA_IActuator)

base class — SCA_IActuator

class bge.types.KX_IpoActuator(SCA_IActuator)

IPO actuator activates an animation.

frameStart

Start frame.

Type :float
frameEnd

End frame.

Type :float
propName

Use this property to define the Ipo position.

Type :string
framePropName

Assign this property this action current frame number.

Type :string
mode

Play mode for the ipo. Can be on of these constants

Type :integer
useIpoAsForce

Apply Ipo as a global or local force depending on the local option (dynamic objects only).

Type :boolean
useIpoAdd

Ipo is added to the current loc/rot/scale in global or local coordinate according to Local flag.

Type :boolean
useIpoLocal

Let the ipo acts in local coordinates, used in Force and Add mode.

Type :boolean
useChildren

Update IPO on all children Objects as well.

Type :boolean

Previous topic

KX_GameObject(SCA_IObject)

Next topic

KX_LibLoadStatus(PyObjectPlus)