Difference between revisions of "Fixture:getFriction"

(Added Fixture:getFriction.)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Returns the friction of the fixture.
 
Returns the friction of the fixture.
  

Latest revision as of 13:41, 4 May 2012

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Returns the friction of the fixture.

Function

Synopsis

friction = Fixture:getFriction( )

Arguments

None.

Returns

number friction
The fixture friction.

See Also


Other Languages