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:
Diffstat (limited to 'doc/python_api/rst/bge.constraints.rst')
-rw-r--r--doc/python_api/rst/bge.constraints.rst56
1 files changed, 28 insertions, 28 deletions
diff --git a/doc/python_api/rst/bge.constraints.rst b/doc/python_api/rst/bge.constraints.rst
index 7757e11d41f..4d3e4ce880f 100644
--- a/doc/python_api/rst/bge.constraints.rst
+++ b/doc/python_api/rst/bge.constraints.rst
@@ -78,7 +78,7 @@ Physics Constraints (bge.constraints)
:return: a vehicle constraint object.
:rtype: :class:`bge.types.KX_VehicleWrapper`
-
+
.. function:: getCharacter(gameobj)
:arg gameobj: The game object with the character physics.
@@ -237,101 +237,101 @@ Physics Constraints (bge.constraints)
Not implemented.
.. data:: DBG_NODEBUG
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
No debug.
.. data:: DBG_DRAWWIREFRAME
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw wireframe in debug.
.. data:: DBG_DRAWAABB
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw Axis Aligned Bounding Box in debug.
.. data:: DBG_DRAWFREATURESTEXT
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw freatures text in debug.
.. data:: DBG_DRAWCONTACTPOINTS
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw contact points in debug.
.. data:: DBG_NOHELPTEXT
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Debug without help text.
.. data:: DBG_DRAWTEXT
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw text in debug.
.. data:: DBG_PROFILETIMINGS
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw profile timings in debug.
.. data:: DBG_ENABLESATCOMPARISION
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Enable sat comparision in debug.
.. data:: DBG_DISABLEBULLETLCP
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Disable Bullet LCP.
.. data:: DBG_ENABLECCD
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Enable Continous Colision Detection in debug.
.. data:: DBG_DRAWCONSTRAINTS
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw constraints in debug.
.. data:: DBG_DRAWCONSTRAINTLIMITS
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw constraint limits in debug.
.. data:: DBG_FASTWIREFRAME
-
+
.. note::
Debug mode to be used with function :class:`setDebugMode`
-
+
Draw a fast wireframe in debug.
.. data:: POINTTOPOINT_CONSTRAINT