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

bge.types.SCA_PropertyActuator.rst « bge_types « rst « python_api « doc - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36a4ea7fefe3d4960dfc9ee9b3fe44d12c8e26b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SCA_PropertyActuator(SCA_IActuator)
===================================

.. module:: bge.types

base class --- :class:`SCA_IActuator`

.. class:: SCA_PropertyActuator(SCA_IActuator)

   Property Actuator

   .. attribute:: propName

      the property on which to operate.

      :type: string

   .. attribute:: value

      the value with which the actuator operates.

      :type: string

   .. attribute:: mode

      TODO - add constants to game logic dict!.

      :type: integer