Available since: Gideros 2011.6
Returns the sleeping state of this body. Returns true if body is awake (not sleeping), false otherwise.
(bool) = b2.Body:isAwake()
Returns (bool) The sleeping state of this body.