Views
Body:getAllowSleeping
New in LÖVE 0.7.0 |
It is not supported in earlier versions. |
Return whether a body is allowed to sleep.
A sleeping body is much more efficient to simulate than when awake.
Contents |
Function
Synopsis
status = Body:getAllowSleeping( )
Arguments
None.
Returns
boolean status
- True when the body is allowed to sleep.