Difference between revisions of "Shape:getBody"

m (linkifying)
m (included link to other languages)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Get the body the shape is attached to.}}
 
{{#set:Description=Get the body the shape is attached to.}}
 +
== Other Languages ==
 +
{{i18n|Shape:getBody}}

Revision as of 07:57, 23 January 2011

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

Get the Body the shape is attached to.

Function

Synopsis

body = Shape:getBody( )

Arguments

None.

Returns

Body body
The body the shape is attached to.

See Also

Other Languages