Available since LÖVE 0.9.2
|
This function is not supported in earlier versions.
|
Gets whether the World is destroyed. Destroyed worlds cannot be used.
Function
Synopsis
destroyed = World:isDestroyed( )
Arguments
None.
Returns
-
boolean destroyed
- Whether the World is destroyed.
See Also