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