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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-11-22 09:33:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-22 09:33:05 +0400
commit89b0b0516e9e46284f445a33be1887af499c251f (patch)
tree62e3fa28f350b393def027465c8e177c06436689 /doc
parent796988adc91e79e9fcaf1d667e0b6f520d48b58d (diff)
bge camera axix actuator was undocumented and python had incorrect limits on this attribute.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.types.rst20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst
index 72cc6a5f154..c0a5eeb55d1 100644
--- a/doc/python_api/rst/bge.types.rst
+++ b/doc/python_api/rst/bge.types.rst
@@ -205,6 +205,18 @@ Types
:type: boolean
+ .. attribute:: pos_ticks
+
+ The number of ticks since the last positive pulse (read-only).
+
+ :type: int
+
+ .. attribute:: neg_ticks
+
+ The number of ticks since the last negative pulse (read-only).
+
+ :type: int
+
.. attribute:: status
The status of the sensor (read-only): can be one of :ref:`these constants<sensor-status>`.
@@ -743,7 +755,13 @@ Types
strength of of the camera following movement.
:type: float
-
+
+ .. attribute:: axis
+
+ The camera axis (0, 1, 2) for positive ``XYZ``, (3, 4, 5) for negative ``XYZ``.
+
+ :type: int
+
.. attribute:: min
minimum distance to the target object maintained by the actuator.