Difference between revisions of "B2.Body:setAwake"

From GiderosMobile
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2012.2.2.1<br/>
 
'''Available since:''' Gideros 2012.2.2.1<br/>
 +
'''Class:''' [[b2.Body]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Sets the sleep state of the body. A sleeping body has very low CPU cost.
Set the sleep state of the body. A sleeping body has very low CPU cost.<br />
+
<syntaxhighlight lang="lua">
<br />
+
b2.Body:setAwake(awake)
<source lang="lua">
+
</syntaxhighlight>
b2.Body:setAwake(awake)
+
 
</source>
+
=== Parameters ===
'''awake''': (boolean) set to true to wake body, false to put it to sleep ''''''<br/>
+
'''awake''': (boolean) set to true to wake body, false to put it to sleep<br/>
 +
 
 +
{{B2.Body}}

Latest revision as of 00:04, 1 May 2025