From 57065a6df5c33efbdc09c5697812a7efb7b1bb6c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 23 Jun 2015 21:58:08 +1000 Subject: Minor tweaks to bge.constraints docs --- doc/python_api/rst/bge.constraints.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/python_api/rst/bge.constraints.rst b/doc/python_api/rst/bge.constraints.rst index e47625d44fc..05038d5a5d4 100644 --- a/doc/python_api/rst/bge.constraints.rst +++ b/doc/python_api/rst/bge.constraints.rst @@ -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 `__. - :arg filename: Absolute filepath. + :arg filename: File path. :type filename: str .. function:: getAppliedImpulse(constraintId) -- cgit v1.2.3