{{newin|[[0.8.0]]|080|type=method}}
Returns the body to which the fixture is attached.

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