Difference between revisions of "B2.Body:isSleepingAllowed"
From GiderosMobile
Line 6: | Line 6: | ||
(bool) = b2.Body:isSleepingAllowed() | (bool) = b2.Body:isSleepingAllowed() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (bool) if body is allowed to sleep<br/> | '''Returns''' (bool) if body is allowed to sleep<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2012.09.6
Description
(bool) = b2.Body:isSleepingAllowed()
Return values
Returns (bool) if body is allowed to sleep