{{newin|[[0.9.2]]|092|type=function}}
Gets whether the Body is destroyed. Destroyed bodies cannot be used.
== Function ==
=== Synopsis ===
<source lang="lua">
destroyed = Body:isDestroyed( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|destroyed|Whether the Body is destroyed.}}
== See Also ==
* [[parent::Body]]
* [[Body:destroy]]
[[Category:Functions]]
{{#set:Description=Gets whether the Body is destroyed.}}
== Other Languages ==
{{i18n|Body:isDestroyed}}