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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-11-28 05:14:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-28 05:14:11 +0400
commit4fe35721e647126c6f929725d20064d279783ac3 (patch)
treec070873ad27562f45d47e965826e40d1f09582c9 /doc/python_api/rst/bge.logic.rst
parentc5a8bd498d59abec7d3fdc4123d8b5f0d121396d (diff)
bmesh operator api reference - add in 'bmesh' arg at the start of each operator, also use :class: references.
Diffstat (limited to 'doc/python_api/rst/bge.logic.rst')
-rw-r--r--doc/python_api/rst/bge.logic.rst40
1 files changed, 20 insertions, 20 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index acf28706709..7d20aa31a36 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -416,9 +416,9 @@ Sensor Status
.. data:: KX_SENSOR_ACTIVE
.. data:: KX_SENSOR_JUST_DEACTIVATED
--------------
+---------------
Armature Sensor
--------------
+---------------
.. _armaturesensor-type:
@@ -537,9 +537,9 @@ See :class:`bge.types.BL_ActionActuator`
.. data:: KX_ACTIONACT_LOOPEND
.. data:: KX_ACTIONACT_PROPERTY
----------------
+-----------------
Armature Actuator
----------------
+-----------------
.. _armatureactuator-constants-type:
@@ -556,13 +556,13 @@ See :class:`bge.types.BL_ArmatureActuator.type`
.. data:: KX_ACT_ARMATURE_ENABLE
Enable the constraint.
-
+
:value: 1
.. data:: KX_ACT_ARMATURE_DISABLE
Disable the constraint (runtime constraint values are not updated).
-
+
:value: 2
.. data:: KX_ACT_ARMATURE_SETTARGET
@@ -809,9 +809,9 @@ See :class:`bge.types.KX_SoundActuator`
:value: 6
---------------
+-----------------
Steering Actuator
---------------
+-----------------
.. _logic-steering-actuator:
@@ -961,9 +961,9 @@ See :class:`bge.types.BL_ArmatureChannel.rotation_mode`
:value: 6
-----------------
+-------------------
Armature Constraint
-----------------
+-------------------
.. _armatureconstraint-constants-type:
See :class:`bge.types.BL_ArmatureConstraint.type`
@@ -1075,9 +1075,9 @@ See :class:`bge.types.SCA_PythonKeyboard`, :class:`bge.types.SCA_PythonMouse`, :
.. data:: KX_INPUT_ACTIVE
.. data:: KX_INPUT_JUST_RELEASED
-------------
+-------------
KX_GameObject
------------
+-------------
.. _gameobject-playaction-mode:
See :class:`bge.types.KX_GameObject.playAction`
@@ -1111,9 +1111,9 @@ See :class:`bge.types.SCA_MouseSensor`
.. data:: KX_MOUSE_BUT_MIDDLE
.. data:: KX_MOUSE_BUT_RIGHT
-------------
+--------------------------
Navigation Mesh Draw Modes
-------------
+--------------------------
.. _navmesh-draw-mode:
@@ -1199,25 +1199,25 @@ See :class:`bge.types.KX_StateActuator.operation`
.. data:: KX_STATE_OP_CLR
Substract bits to state mask
-
+
:value: 0
.. data:: KX_STATE_OP_CPY
Copy state mask
-
+
:value: 1
.. data:: KX_STATE_OP_NEG
Invert bits to state mask
-
+
:value: 2
-
+
.. data:: KX_STATE_OP_SET
Add bits to state mask
-
+
:value: 3
-
+
.. _Two-D-FilterActuator-mode: