.. _bpy.types.ActuatorSensor: *************** Actuator Sensor *************** .. seealso:: See the Python reference of this logic brick in :class:`SCA_ActuatorSensor`. The *Actuator Sensor* detects when a particular actuator receives an activation pulse. It sends a ``TRUE`` pulse when the specified actuator is activated. The sensor also sends a ``FALSE`` pulse when the specified actuator is deactivated. .. figure:: /images/logic-sensors-types-actuator-node.png Actuator sensor. Properties ========== See :ref:`Sensor Common Options ` for common options. Actuator Name of actuator (n.b. this must be owned by the same object). Example =======