{{newin|[[0.7.0]]|070|type=function}}
{{oldin|[[0.8.0]]|080|type=function}}
Get the [[Body]] the shape is attached to.

== Function ==
=== Synopsis ===
<source lang="lua">
body = Shape:getBody( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|Body|body|The body the shape is attached to.}}
== See Also ==
* [[parent::Shape]]
[[Category:Functions]]
{{#set:Description=Get the body the shape is attached to.}}
== Other Languages ==
{{i18n|Shape:getBody}}