Difference between revisions of "FrictionJoint:setMaxTorque"

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

Latest revision as of 21:03, 15 September 2011

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

Sets the maximum friction torque in Newton-meters.

Function

Synopsis

FrictionJoint:setMaxTorque( torque )

Arguments

number torque
Maximum torque in Newton-meters.

Returns

Nothing.

See Also

Other Languages