Difference between revisions of "B2.Body:isAwake"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/>
+
'''Class:''' [[Special:MyLanguage/b2.Body|b2.Body]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Returns the sleeping state of this body. Returns ''true'' if body is awake (not sleeping), ''false'' otherwise.<br />
+
Returns the sleeping state of this body. Returns ''true'' if body is awake (not sleeping), ''false'' otherwise.
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
(bool) = b2.Body:isAwake()
 
(bool) = b2.Body:isAwake()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (bool) <translate>The sleeping state of this body.</translate><br/>
+
=== Return values ===
 +
'''Returns''' (bool) the sleeping state of this body.<br/>
 +
 
 +
{{B2.Body}}

Revision as of 07:14, 17 February 2020