Difference between revisions of "B2.Body:setSleepingAllowed"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> <source lang="lua"> = b2.Body:setSleepingAllowed(flag,) </source> '''flag:''' (boolean) '''...")
 
Line 4: Line 4:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.Body:setSleepingAllowed(flag,)
+
b2.Body:setSleepingAllowed(flag)
 
</source>
 
</source>
'''flag:''' (boolean)  ''''''<br/>
+
'''flag''': (boolean)  ''''''<br/>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2012.09.6

Description


 b2.Body:setSleepingAllowed(flag)

'flag: (boolean) '