Revision: 20254
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20254
Author:   ben2610
Date:     2009-05-18 10:51:55 +0200 (Mon, 18 May 2009)

Log Message:
-----------
BGE: forgot the PyDoc in previous commit

Modified Paths:
--------------
    trunk/blender/source/gameengine/PyDoc/GameTypes.py

Modified: trunk/blender/source/gameengine/PyDoc/GameTypes.py
===================================================================
--- trunk/blender/source/gameengine/PyDoc/GameTypes.py  2009-05-18 08:46:04 UTC 
(rev 20253)
+++ trunk/blender/source/gameengine/PyDoc/GameTypes.py  2009-05-18 08:51:55 UTC 
(rev 20254)
@@ -2668,6 +2668,8 @@
        
        @ivar pid: The PID coefficients of the servo controller
        @type pid: list of floats [proportional, integral, derivate]
+       @ivar reference: The object that is used as reference to compute the 
velocity for the servo controller.
+       @type reference: KX_GameObject or None
        
        @group Deprecated: getForce, setForce, getTorque, setTorque, getDLoc, 
setDLoc, getDRot, setDRot, getLinearVelocity, setLinearVelocity, 
getAngularVelocity,
                                                setAngularVelocity, getDamping, 
setDamping, getForceLimitX, setForceLimitX, getForceLimitY, setForceLimitY, 
getForceLimitZ, setForceLimitZ,


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to