Difference between revisions of "B2.Contact:setEnabled"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Enables/disables the contact. This can be used inside the pre-solve contact listener. The co...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.Contact:setEnabled(flag,)
+
b2.Contact:setEnabled(flag)
 
</source>
 
</source>
'''flag:''' (boolean)  ''''''<br/>
+
'''flag''': (boolean)  ''''''<br/>

Revision as of 11:17, 23 August 2018

Available since: Gideros 2012.09.6

Description


Enables/disables the contact. This can be used inside the pre-solve contact listener. The contact is only disabled for the current time step (or sub-step in continuous collisions).

 b2.Contact:setEnabled(flag)

'flag: (boolean) '