Difference between revisions of "WheelJoint:getMaxMotorTorque"

(Added WheelJoint:getMaxMotorTorque.)
 
(Added see also.)
Line 13: Line 13:
 
== See Also ==
 
== See Also ==
 
* [[parent::WheelJoint]]
 
* [[parent::WheelJoint]]
 +
* [[WheelJoint:setMaxMotorTorque]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the maximum motor torque.}}
 
{{#set:Description=Returns the maximum motor torque.}}

Revision as of 15:30, 18 April 2012

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Returns the maximum motor torque.

Function

Synopsis

maxTorque = WheelJoint:getMaxMotorTorque( )

Arguments

None.

Returns

number maxTorque
The maximum torque of the joint motor in newton meters.

See Also


Other Languages