SCA_ActuatorSensor(SCA_ISensor)¶
base class — SCA_ISensor
-
class
bge.types.
SCA_ActuatorSensor
(SCA_ISensor)¶ Actuator sensor detect change in actuator state of the parent object. It generates a positive pulse if the corresponding actuator is activated and a negative pulse if the actuator is deactivated.
-
actuator
¶ the name of the actuator that the sensor is monitoring.
Type: string
-