Difference between revisions of "Shape:getFriction"

(oldin notice.)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=method}}
 
Gets the friction of this shape.
 
Gets the friction of this shape.
 
== Function ==
 
== Function ==

Revision as of 19:15, 16 May 2012

Removed in LÖVE 0.8.0
This method is not supported in that and later versions.

Gets the friction of this shape.

Function

Synopsis

friction = Shape:getFriction( )

Arguments

None.

Returns

number friction
The friction of this Shape.

See Also


Other Languages