LlSensorRepeat: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
m LSL llSensorRepeat moved to LlSensorRepeat: removing prefix
No edit summary
Line 12: Line 12:
|helpers
|helpers
|also_functions=*{{LSLG|llSensor}}
|also_functions=*{{LSLG|llSensor}}
*{{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: llSensorRepeat( string name, key id, integer type, float range, float arc, float rate );
0.0 Forced Delay
10.0 Energy

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

Signature

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