Difference between revisions of "B2.Fixture:isSensor"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/b2.Fixture|b2.Fixture]]<br/>
+
'''Class:''' [[Special:MyLanguage/b2.Fixture|b2.Fixture]]<br/>
=== <translate>Description</translate> ===
+
 
<translate><br />
+
=== Description ===
Is this fixture a sensor (non-solid)?<br />
+
Is this fixture a sensor (non-solid)?
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
 
(any), (any) = b2.Fixture:isSensor()
 
(any), (any) = b2.Fixture:isSensor()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (any) <translate>''true'' if the shape is a sensor, ''false'' otherwise.</translate><br/>
+
=== Return values ===
'''<translate>Returns</translate>''' (any) <translate>''true'' if the shape is a sensor, ''false'' otherwise.</translate><br/>
+
'''Returns''' (any) ''true'' if the shape is a sensor, ''false'' otherwise.<br/>
 +
'''Returns''' (any) ''true'' if the shape is a sensor, ''false'' otherwise.<br/>
 +
 
 +
{{B2.Fixture}}

Revision as of 13:43, 17 February 2020


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.




LiquidFun