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