Difference between revisions of "Fixture:getRestitution"

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

Revision as of 13:37, 4 May 2012

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

Returns the restitution of the fixture.

Function

Synopsis

restitution = Fixture:getRestitution( )

Arguments

None.

Returns

number restitution
The fixture restitution.

See Also


Other Languages