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>2015-06-16 14:22:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-16 14:22:41 +0300
commit94eb2647d5ba0f6b712d7595fc3a1f17e62ef73a (patch)
tree8fa7d9e354bdc041762255557867aee1be76b606 /doc/python_api
parentb986f955e96578e691e3561142b571609957ade0 (diff)
BGE: correct case for createConstraint keyword
Diffstat (limited to 'doc/python_api')
-rw-r--r--doc/python_api/rst/bge.constraints.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/python_api/rst/bge.constraints.rst b/doc/python_api/rst/bge.constraints.rst
index 14ebc61dbf5..b7df227400b 100644
--- a/doc/python_api/rst/bge.constraints.rst
+++ b/doc/python_api/rst/bge.constraints.rst
@@ -29,26 +29,26 @@ Physics Constraints (bge.constraints)
:arg physicsid_2: the physics id of the second object in constraint.
:type physicsid_2: int
- :arg constrainttype: the type of the constraint.
- :type constrainttype: int
+ :arg constraint_type: the type of the constraint.
+ :type constraint_type: int
- :arg pivot_X: pivot X position (optional).
- :type pivot_X: float
+ :arg pivot_x: pivot X position (optional).
+ :type pivot_x: float
- :arg pivot_Y: pivot Y position (optional).
- :type pivot_Y: float
+ :arg pivot_y: pivot Y position (optional).
+ :type pivot_y: float
- :arg pivot_Z: pivot Z position (optional).
- :type pivot_Z: float
+ :arg pivot_z: pivot Z position (optional).
+ :type pivot_z: float
- :arg axis_X: X axis angle in degrees (optional).
- :type axis_X: float
+ :arg axis_x: X axis angle in degrees (optional).
+ :type axis_x: float
- :arg axis_Y: Y axis angle in degrees (optional).
- :type axis_Y: float
+ :arg axis_y: Y axis angle in degrees (optional).
+ :type axis_y: float
- :arg axis_Z: Z axis angle in degrees (optional).
- :type axis_Z: float
+ :arg axis_z: Z axis angle in degrees (optional).
+ :type axis_z: float
:arg flag: 128 to disable collision between linked bodies (optional).
:type flag: int