Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bge.types.SCA_ActuatorSensor.rst « bge_types « rst « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc89fd192c2f0146989fb336d94f1a50ade4a0c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SCA_ActuatorSensor(SCA_ISensor)
===============================

base class --- :class:`SCA_ISensor`

.. class:: 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.

   .. attribute:: actuator

      the name of the actuator that the sensor is monitoring.

      :type: string