Difference between revisions of "Shape:isSensor"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Checks whether a Shape is a sensor or not.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::Shape]]
 
* [[parent::Shape]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Checks whether a Shape is a sensor or not.}}

Revision as of 16:17, 14 February 2010

Checks whether a Shape is a sensor or not.

Function

Synopsis

s = Shape:isSensor( )

Arguments

None.

Returns

boolean s
True if sensor, false otherwise.

See Also