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]]
{{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
|func_id=29|func_sleep=0.0|func_energy=10.0
|sort=SensorRepeat
|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
|func_desc=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
|return_text
|spec
|caveats
|constants
|examples
|helpers
|also_functions
|also_events
|also_articles
|notes
|permission
|negative_index
|cat1=Sensor
|cat2
|cat3
|cat4
}}
{{LSLC|Stub|SensorRepeat}}

Revision as of 06:46, 8 February 2007

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

  Either 'func_desc' or 'return_type' & 'return_text' must be defined

(Please use 'return_text' & 'return_type' or 'func_desc' to summarize the functions actions.)

Summary

Function: llSensorRepeat( string name, key id, integer type, float range, float arc, float rate );
0.0 Forced Delay
10.0 Energy
• 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

Examples

Deep Notes

Signature

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

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

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

Examples

Deep Notes

Signature

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