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