KX_TrackToActuator(SCA_IActuator)

base class — SCA_IActuator

class bge.types.KX_TrackToActuator(SCA_IActuator)

Edit Object actuator in Track To mode.

Warning

Track To Actuators will be ignored if at game start, the object to track to is invalid.

This will generate a warning in the console:

GameObject 'Name' no object in EditObjectActuator 'ActuatorName'
object

the object this actuator tracks.

Type:KX_GameObject or None
time

the time in frames with which to delay the tracking motion.

Type:integer
use3D

the tracking motion to use 3D.

Type:boolean

Previous topic

KX_TouchSensor(SCA_ISensor)

Next topic

KX_VehicleWrapper(PyObjectPlus)