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