Difference between revisions of "Contact:getRestitution"

(add detail)
m (included link to other languages)
Line 1: Line 1:
 
+
Get the restitution between two shapes that are in contact.
 
== Function ==
 
== Function ==
Get the restitution between two shapes that are in contact.
 
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the restitution between two shapes that are in contact.}}
 
{{#set:Description=Get the restitution between two shapes that are in contact.}}
 +
== Other Languages ==
 +
{{i18n|Contact:getRestitution}}

Revision as of 20:05, 22 January 2011

Get the restitution between two shapes that are in contact.

Function

Synopsis

restitution = Contact:getRestitution( )

Arguments

None.

Returns

number restitution
The restitution between the two shapes.

See Also

Other Languages