Difference between revisions of "FrictionJoint:getMaxTorque"

(Created page with "{{newin|0.8.0|080|type=function}} Gets the maximum friction torque in Newton-meters. == Function == === Synopsis === <source lang="lua"> torque = FrictionJoint:getMaxTorque( ...")
 
m
 
Line 12: Line 12:
 
== See Also ==
 
== See Also ==
 
* [[parent::FrictionJoint]]
 
* [[parent::FrictionJoint]]
 +
* [[FrictionJoint:setMaxTorque]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the maximum friction torque in Newton-meters.}}
 
{{#set:Description=Gets the maximum friction torque in Newton-meters.}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|FrictionJoint:getMaxTorque}}
 
{{i18n|FrictionJoint:getMaxTorque}}

Latest revision as of 21:03, 15 September 2011

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

Gets the maximum friction torque in Newton-meters.

Function

Synopsis

torque = FrictionJoint:getMaxTorque( )

Arguments

None.

Returns

number torque
Maximum torque in Newton-meters.

See Also

Other Languages