Difference between revisions of "Shape:getRestitution"

 
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
{{oldin|[[0.8.0]]|080|type=function}}
 
+
Gets the restitution of this shape.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the restitution of this shape.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|Shape:getRestitution}}

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