Difference between revisions of "Contact:getFriction"

(describe return value)
 
(One intermediate revision by one other user not shown)
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.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Contact:getFriction}}

Latest revision as of 10:57, 25 March 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