Difference between revisions of "B2.Body:setAwake"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(One intermediate revision by one other user 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/>
+
'''Class:''' [[b2.Body]]<br/>
  
 
=== Description ===
 
=== Description ===
 
Sets the sleep state of the body. A sleeping body has very low CPU cost.
 
Sets the sleep state of the body. A sleeping body has very low CPU cost.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
b2.Body:setAwake(awake)
 
b2.Body:setAwake(awake)
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
=== Parameters ===
 
=== 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}}
 
{{B2.Body}}

Latest revision as of 00:04, 1 May 2025