Difference between revisions of "Fixture:isSensor"

(Added Fixture:isSensor.)
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{newin|[[0.8.0]]|type=function}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Returns whether the fixture is a sensor.
 
Returns whether the fixture is a sensor.
  

Latest revision as of 13:40, 4 May 2012

Available since LÖVE 0.8.0
This method is not supported in earlier versions.

Returns whether the fixture is a sensor.

Function

Synopsis

sensor = Fixture:isSensor( )

Arguments

None.

Returns

boolean sensor
If the fixture is a sensor.

See Also


Other Languages