Minor tweaks to bge.constraints docs

This commit is contained in:
Campbell Barton 2015-06-23 21:58:08 +10:00
parent 1c251d7cb6
commit 57065a6df5
1 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,10 @@ Physics Constraints (bge.constraints)
.. module:: bge.constraints
Examples
--------
.. include:: ../examples/bge.constraints.py
:start-line: 1
:end-line: 4
@ -11,6 +15,10 @@ Physics Constraints (bge.constraints)
.. literalinclude:: ../examples/bge.constraints.py
:lines: 6-
Functions
---------
.. function:: createConstraint( \
physicsid_1, physicsid_2, constraint_type, \
pivot_x=0.0, pivot_y=0.0, pivot_z=0.0, \
@ -65,7 +73,7 @@ Physics Constraints (bge.constraints)
See `Bullet binary serialization <http://bulletphysics.org/mediawiki-1.5.8/index.php/Bullet_binary_serialization>`__.
:arg filename: Absolute filepath.
:arg filename: File path.
:type filename: str
.. function:: getAppliedImpulse(constraintId)