Difference between revisions of "B2.Fixture:setSensor"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets if this fixture is a sensor.<br /> <br /> <source lang="lua"> = b2.Fixture:setSensor(senso...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= b2.Fixture:setSensor(sensor,)
+
b2.Fixture:setSensor(sensor)
 
</source>
 
</source>
'''sensor:''' (boolean)  ''''''<br/>
+
'''sensor''': (boolean)  ''''''<br/>

Revision as of 11:19, 23 August 2018

Available since: Gideros 2011.6

Description


Sets if this fixture is a sensor.

 b2.Fixture:setSensor(sensor)

'sensor: (boolean) '