Difference between revisions of "Shape:getFriction"

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

Latest revision as of 17:54, 29 May 2013

Removed in LÖVE 0.8.0
This function 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