Difference between revisions of "LlSensor"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llSensor moved to LlSensor: removing prefix)
Line 12: Line 12:
|helpers
|helpers
|also_functions=*{{LSLG|llSensorRepeat}}
|also_functions=*{{LSLG|llSensorRepeat}}
*{{LSLG|llSensorRemove}}
|also_events=*{{LSLG|sensor}}
|also_events=*{{LSLG|sensor}}
*{{LSLG|no_sensor}}
*{{LSLG|no_sensor}}

Revision as of 03:14, 23 February 2007

Summary

Function: llSensor( string name, key id, integer type, float range, float arc );

Performs a single scan for name and id with type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within range meters and arc radians of forward vector (name, id, and/or keytype can be empty or 0)

• string name
• key id
• integer type
• float range
• float arc

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

function void llSensor( string name, key id, integer type, float range, float arc );