--------------------------------
-- @module PhysicsJointMotor
-- @extend PhysicsJoint
-- @parent_module cc

--------------------------------
-- @function [parent=#PhysicsJointMotor] setRate 
-- @param self
-- @param #float float
        
--------------------------------
-- @function [parent=#PhysicsJointMotor] getRate 
-- @param self
-- @return float#float ret (return value: float)
        
--------------------------------
-- @function [parent=#PhysicsJointMotor] construct 
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #float float
-- @return PhysicsJointMotor#PhysicsJointMotor ret (return value: cc.PhysicsJointMotor)
        
return nil