Difference between revisions of "LlSensorRepeat"

From Second Life Wiki
Jump to navigation Jump to search
Line 20: Line 20:
|negative_index
|negative_index
|cat1=Sensor
|cat1=Sensor
|cat2
|cat2=Detected
|cat3
|cat3
|cat4
|cat4
}}
}}
{{LSLC|Stub|SensorRepeat}}

Revision as of 14:56, 23 February 2007

Summary

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

sets a callback 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) and repeats every rate seconds

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

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

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