Difference between revisions of "B2.Body:setAwake"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2012.2.2.1<br/>
+
'''Available since:''' Gideros 2012.2.2.1<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 ===
Set the sleep state of the body. A sleeping body has very low CPU cost.<br />
+
Sets the sleep state of the body. A sleeping body has very low CPU cost.
<br /></translate>
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
b2.Body:setAwake(awake)
b2.Body:setAwake(awake)
+
</syntaxhighlight>
</source>
+
 
=== <translate>Parameters</translate> ===
+
=== Parameters ===
'''awake''': (boolean) <translate>set to true to wake body, false to put it to sleep</translate> <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