Difference between revisions of "Shape:getRestitution"

m (included link to other languages)
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{oldin|[[0.8.0]]|080|type=function}}
 
Gets the restitution of this shape.
 
Gets the restitution of this shape.
 
== Function ==
 
== Function ==
Line 13: Line 14:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the restitution of this shape.}}
 
{{#set:Description=Gets the restitution of this shape.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|Shape:getRestitution}}
 
{{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