Difference between revisions of "B2.Contact:isTouching"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.09.6<br/> | '''Available since:''' Gideros 2012.09.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns whether the contact is touching or not.<br /> | Returns whether the contact is touching or not.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(bool) = b2.Contact:isTouching() | (bool) = b2.Contact:isTouching() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (bool) Whether the contact is touching or not.<br/> | + | '''Returns''' (bool) <translate>Whether the contact is touching or not.</translate><br/> |
Revision as of 13:34, 23 August 2018
Available since: Gideros 2012.09.6
Description
Returns whether the contact is touching or not.
(bool) = b2.Contact:isTouching()
Return values
Returns (bool) Whether the contact is touching or not.