{{newin|[[0.8.0]]|080|type=function}}
Gets the maximum friction force in Newtons.

== Function ==
=== Synopsis ===
<source lang="lua">
force = FrictionJoint:getMaxForce( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|force|Maximum force in Newtons.}}
== See Also ==
* [[parent::FrictionJoint]]
* [[FrictionJoint:setMaxForce]]
[[Category:Functions]]
{{#set:Description=Gets the maximum friction force in Newtons.}}
== Other Languages ==
{{i18n|FrictionJoint:getMaxForce}}