llSensorRemove

From Second Life Wiki
Revision as of 14:24, 31 May 2007 by BamBam Sachertorte (talk | contribs) (added caveat for llSensorRemove deleting sensor data)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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();