Difference between revisions of "LlSensor"

From Second Life Wiki
Jump to navigation Jump to search
Line 11: Line 11:
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions=*{{LSLG|llSensorRepeat}}
|also_events
|also_events
|also_articles
|also_articles
Line 17: Line 17:
|permission
|permission
|negative_index
|negative_index
|cat1
|cat1=Sensor
|cat2
|cat2
|cat3
|cat3

Revision as of 06:46, 8 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

Functions

Deep Notes

Search JIRA for related Issues

Signature

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