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.rst26
1 files changed, 2 insertions, 24 deletions
diff --git a/doc/python_api/rst/bge.constraints.rst b/doc/python_api/rst/bge.constraints.rst
index cfd8c145077..bf015057dcb 100644
--- a/doc/python_api/rst/bge.constraints.rst
+++ b/doc/python_api/rst/bge.constraints.rst
@@ -32,14 +32,7 @@ Functions
:arg physicsid_2: The physics id of the second object in constraint.
:type physicsid_2: int
- :arg constraint_type: The type of the constraint, one of...
-
- - :class:`POINTTOPOINT_CONSTRAINT`
- - :class:`LINEHINGE_CONSTRAINT`
- - :class:`ANGULAR_CONSTRAINT`
- - :class:`CONETWIST_CONSTRAINT`
- - :class:`VEHICLE_CONSTRAINT`
- - :class:`GENERIC_6DOF_CONSTRAINT`
+ :arg constraint_type: The type of the constraint, see `Create Constraint Constants`_.
:type constraint_type: int
@@ -152,22 +145,7 @@ Functions
Sets the debug mode.
- :arg mode: The new debug mode.
-
- - :class:`DBG_NODEBUG`
- - :class:`DBG_DRAWWIREFRAME`
- - :class:`DBG_DRAWAABB`
- - :class:`DBG_DRAWFREATURESTEXT`
- - :class:`DBG_DRAWCONTACTPOINTS`
- - :class:`DBG_NOHELPTEXT`
- - :class:`DBG_DRAWTEXT`
- - :class:`DBG_PROFILETIMINGS`
- - :class:`DBG_ENABLESATCOMPARISION`
- - :class:`DBG_DISABLEBULLETLCP`
- - :class:`DBG_ENABLECCD`
- - :class:`DBG_DRAWCONSTRAINTS`
- - :class:`DBG_DRAWCONSTRAINTLIMITS`
- - :class:`DBG_FASTWIREFRAME`
+ :arg mode: The new debug mode, see `Debug Mode Constants`_.
:type mode: int