Difference between revisions of "B2.Body:isAwake"

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

Latest revision as of 18:10, 12 July 2023