Difference between revisions of "LlSensorRepeat"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{LSLFunctionAll|func_id=29|func_sleep=0.0|func_energy=10.0|func=llSensorRepeat|p1_type=string|p1_name=name|p2_type=key|p2_name=id|p3_type=integer|p3_name=type|p4_type=float|p4_name=range|p5_type=float|p5_name=arc|p6_type=float|p6_name=rate|func_footnote=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}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
{{LSL_Function
|func_id=29|func_sleep=0.0|func_energy=10.0
|func_id=29|func_sleep=0.0|func_energy=10.0
Line 12: Line 11:
|examples
|examples
|helpers
|helpers
|also_functions
|also_functions=*{{LSLG|llSensor}}
|also_events
|also_events
|also_articles
|also_articles

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

Functions

Deep Notes

Search JIRA for related Issues

Signature

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