World:isDestroyed

Edit

Returns whether the World has been destroyed. Destroyed worlds can not be used for anything.

destroyed = World:isDestroyed()

Arguments

None

Returns

NameTypeDescription
destroyedboolean Whether the World has been destroyed.

See also