BGE patch 17547 applied in trunk: Cleaned up pydoc for BGE, compiles now error free

This commit is contained in:
2008-08-31 19:07:10 +00:00
parent 74339c639a
commit 7f257df5b4
6 changed files with 12 additions and 13 deletions

View File

@@ -111,9 +111,7 @@ class KX_ObjectActuator(SCA_IActuator):
For the servo control actuator, this is the target speed.
@rtype: list [vx, vy, vz, local]
@return: A four item list, containing the vector velocity, and whether
the velocity is applied in local coordinates (True) or world
coordinates (False)
@return: A four item list, containing the vector velocity, and whether the velocity is applied in local coordinates (True) or world coordinates (False)
"""
def setLinearVelocity(vx, vy, vz, local):
"""