BGE patch 17547 applied in trunk: Cleaned up pydoc for BGE, compiles now error free
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user