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: 54916389298a473b72e04c21e99201c257e7ab75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SCA_ActuatorSensor(SCA_ISensor)
===============================

.. module:: bge.types

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