Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llSensorRepeat

LSL
void llSensorRepeat(string name, string id, integer type, float range, float arc, float rate)

Initiates a periodic scan every Rate seconds, for Name and ID with Type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within Range meters and Arc radians of forward vector.\ Specifying a blank Name, 0 Type, or NULL_KEY ID will prevent filtering results based on that parameter. A range of 0.0 does not perform a scan.\ Results are returned in the sensor and no_sensor events.

Parameters

TypeName
string name
string id
integer type
float range
float arc
float rate
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL