Difference between revisions of "B2.Body:setAwake"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2.1<br/> === Description === <br /> Set the sleep state of the body. A sleeping body has very low CPU cost.<br /> <br /> <sourc...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2012.2.2.1<br/>
 
'''Available since:''' Gideros 2012.2.2.1<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.Body|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 17:58, 12 July 2023