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=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.  
|caveats=*If called within the [[sensor]] event then it also removes all of the sensor data that is accessed by the {{LSLGC|Detected|detection}} functions.  
|constants
|constants
|examples
|examples
Line 14: Line 14:
{{LSL DefineRow||[[llSensorRepeat]]|Scans for agents or objects every time period}}
{{LSL DefineRow||[[llSensorRepeat]]|Scans for agents or objects every time period}}
|also_tests
|also_tests
|also_events
|also_events=
{{LSL DefineRow||[[sensor]]|}}
|also_articles
|also_articles
|notes
|notes

Revision as of 19:53, 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

Events

•  sensor

Functions

•  llSensorRepeat Scans for agents or objects every time period

Deep Notes

Search JIRA for related Issues

Signature

function void llSensorRemove();