Body:getAllowSleeping
Available since LÖVE 0.7.0 and removed in LÖVE 0.8.0
This method is not supported in earlier or later versions.
Return whether a body is allowed to sleep.
A sleeping body is much more efficient to simulate than when awake.
Function
Synopsis
1 | status = Body:getAllowSleeping( ) |
Arguments
None.
Returns
boolean status
- True when the body is allowed to sleep.
Please login to continue.