Difference between revisions of "Contact:getFriction"

(describe return value)
m (included link to other languages)
Line 1: Line 1:
 
+
Get the friction between two shapes that are in contact.
 
== Function ==
 
== Function ==
Get the friction 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 friction between two shapes that are in contact.}}
 
{{#set:Description=Get the friction between two shapes that are in contact.}}
 +
== Other Languages ==
 +
{{i18n|Contact:getFriction}}

Revision as of 19:55, 22 January 2011

Get the friction between two shapes that are in contact.

Function

Synopsis

friction = Contact:getFriction( )

Arguments

None.

Returns

number friction
The friction of the contact.

See Also

Other Languages