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