Difference between revisions of "Shape:getRestitution"

(oldin notice.)
m
 
Line 1: Line 1:
{{oldin|[[0.8.0]]|080|type=method}}
+
{{oldin|[[0.8.0]]|080|type=function}}
 
Gets the restitution of this shape.
 
Gets the restitution 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 restitution of this shape.

Function

Synopsis

restitution = Shape:getRestitution( )

Arguments

None.

Returns

number restitution
The restitution of this Shape.

See Also


Other Languages