Difference between revisions of "Fixture:setFriction"

(Added Fixture:setFriction.)
 
m
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Sets the friction of the fixture.
 
Sets the friction of the fixture.
  

Revision as of 13:38, 4 May 2012

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

Sets the friction of the fixture.

Function

Synopsis

Fixture:setFriction( friction )

Arguments

number friction
The fixture friction.

Returns

Nothing.

See Also


Other Languages