Difference between revisions of "B2.Fixture:isSensor"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Is this fixture a sensor (non-solid)?<br /> <br /> <source lang="lua"> (any) (any), = b2.Fixtur...") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
+ | <languages /> | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Class:''' [[Special:MyLanguage/b2.Fixture|b2.Fixture]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Is this fixture a sensor (non-solid)? | |
− | Is this fixture a sensor (non-solid)? | + | <syntaxhighlight lang="lua"> |
− | + | (any), (any) = b2.Fixture:isSensor() | |
− | < | + | </syntaxhighlight> |
− | (any) (any) | + | |
− | </ | + | === Return values === |
− | '''Returns''' (any) | + | '''Returns''' (any) ''true'' if the shape is a sensor, ''false'' otherwise.<br/> |
− | '''Returns''' (any) | + | '''Returns''' (any) ''true'' if the shape is a sensor, ''false'' otherwise.<br/> |
+ | |||
+ | {{B2.Fixture}} |
Latest revision as of 17:22, 12 July 2023
Available since: Gideros 2011.6
Class: b2.Fixture
Description
Is this fixture a sensor (non-solid)?
(any), (any) = b2.Fixture:isSensor()
Return values
Returns (any) true if the shape is a sensor, false otherwise.
Returns (any) true if the shape is a sensor, false otherwise.