Difference between revisions of "Shape:isSensor"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Checks whether a Shape is a sensor or not.
 
Checks whether a Shape is a sensor or not.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Checks whether a Shape is a sensor or not.}}
 
{{#set:Description=Checks whether a Shape is a sensor or not.}}
 +
== Other Languages ==
 +
{{i18n|Shape:isSensor}}

Revision as of 08:48, 23 January 2011

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

Other Languages