Difference between revisions of "Shape:setSensor"

m (Fixed double "a")
m (included link to other languages)
Line 15: Line 15:
 
{{#set:Description=Sets whether this shape should act as a sensor.
 
{{#set:Description=Sets whether this shape should act as a sensor.
 
}}
 
}}
 +
== Other Languages ==
 +
{{i18n|Shape:setSensor}}

Revision as of 09:20, 23 January 2011

Sets whether this shape should act as a sensor. Set the shape as a sensor if you want to be notified when collision between shapes occur, but don't want a physical response (for instance, maybe you want enemies to appear when the player "touches" a certain point).

Function

Synopsis

Shape:setSensor( sensor )

Arguments

boolean sensor
True for sensor, false otherwise.

Returns

Nothing.

See Also

Other Languages