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