Difference between revisions of "LlSensorRemove"

From Second Life Wiki
Jump to navigation Jump to search
(added caveat for llSensorRemove deleting sensor data)
Line 7: Line 7:
|func_footnote=There are no parameters or return value for this function, as only one [[llSensorRepeat]] can be specified per prim.
|func_footnote=There are no parameters or return value for this function, as only one [[llSensorRepeat]] can be specified per prim.
|spec
|spec
|caveats
|caveats=If called within the [[sensor]] event then it also removes all of the sensor data that is accessed by the [[:Category:LSL_Detected|detection]] functions.
|constants
|constants
|examples
|examples

Revision as of 14:24, 31 May 2007

Summary

Function: llSensorRemove( );

Removes the sensor setup by llSensorRepeat.

There are no parameters or return value for this function, as only one llSensorRepeat can be specified per prim.

Caveats

If called within the sensor event then it also removes all of the sensor data that is accessed by the detection functions.

All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llSensorRepeat Scans for agents or objects every time period

Deep Notes

Search JIRA for related Issues

Signature

function void llSensorRemove();