Get the friction between two shapes that are in contact.
== Function ==
=== Synopsis ===
<source lang="lua">
friction = Contact:getFriction( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|friction|The friction of the contact.}}
== See Also ==
* [[parent::Contact]]
[[Category:Functions]]
{{#set:Description=Get the friction between two shapes that are in contact.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|Contact:getFriction}}