{{newin|[[0.8.0]]|080|type=function}}
Sets the maximum friction torque in Newton-meters.

== Function ==
=== Synopsis ===
<source lang="lua">
FrictionJoint:setMaxTorque( torque )
</source>
=== Arguments ===
{{param|number|torque|Maximum torque in Newton-meters.}}
=== Returns ===
Nothing.
== See Also ==
* [[parent::FrictionJoint]]
* [[FrictionJoint:getMaxTorque]]
[[Category:Functions]]
{{#set:Description=Sets the maximum friction torque in Newton-meters.}}
== Other Languages ==
{{i18n|FrictionJoint:setMaxTorque}}