Views
Body:isSleepingAllowed
Available since LÖVE 0.8.0 |
This method is not supported in earlier versions. |
Returns the sleeping behaviour of the body.
Function
Synopsis
allowed = Body:isSleepingAllowed( )
Arguments
None.
Returns
boolean allowed
- True if the body is allowed to sleep or false if not.
See Also