Difference between revisions of "B2.Contact:isTouching"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.09.6<br/> === Description === <br /> Returns whether the contact is touching or not.<br /> <br /> <source lang="lua"> (bool), = b...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(bool), = b2.Contact:isTouching()
+
(bool) = b2.Contact:isTouching()
 
</source>
 
</source>
 
'''Returns''' (bool) Whether the contact is touching or not.<br/>
 
'''Returns''' (bool) Whether the contact is touching or not.<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2012.09.6

Description


Returns whether the contact is touching or not.

(bool) = b2.Contact:isTouching()

Returns (bool) Whether the contact is touching or not.