World:isSleepingAllowed
Available since LÖVE 0.9.0
It has been renamed from
World:getAllowSleeping
.
Gets the sleep behaviour of the world.
Function
Synopsis
allow
=
World
:
isSleepingAllowed
(
)
Arguments
None.
Returns
boolean allow
True if bodies in the world are allowed to sleep, or false if not.
See Also
World
World:setSleepingAllowed