llSensor
LSLvoid llSensor(string name, string id, integer type, float range, float arc)
Performs a single scan 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
| Type | Name |
|---|---|
| string | name |
| string | id |
| integer | type |
| float | range |
| float | arc |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llStopAnimation(string anim)
void llSoundPreload(string sound)
vector llDetectedGrab(integer number)
void llSetPayPrice(integer price, list quick_pay_buttons)
void llMakeExplosion(integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset)
vector llGetColor(integer face)
string llXorBase64(string str1, string str2)
key llAvatarOnLinkSitTarget(integer linknum)