You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This is an old revision of the document!
llSensor flag | Types of objects that can be detected (according to llDetectedType) |
---|---|
0 | (none) |
AGENT (1) | AGENT|ACTIVE: agent not sitting in an object AGENT|PASSIVE: agent sitting in an object, but not on ground |
ACTIVE (2) | ACTIVE: unscripted physical objects that are moving ACTIVE|SCRIPTED: physical objects with active scripts (*), or scripted physical objects that are moving. PASSIVE|SCRIPTED: non-physical objects with active scripts (*) |
AGENT | ACTIVE (3) | Includes everything that AGENT and ACTIVE detect separately. |
PASSIVE (4) | Detects only what ACTIVE doesn't detect. ACTIVE: physical non-moving unscripted objects. ACTIVE|SCRIPTED: physical non-moving objects with an inactive script (*). PASSIVE: non-physical unscripted objects. PASSIVE|SCRIPTED: non-physical objects with an inactive script (*). |
AGENT | PASSIVE (5) | Includes everything that AGENT and PASSIVE detect separately. |
ACTIVE | PASSIVE (6) | Includes every object (everything that PASSIVE and ACTIVE detect separately) |
AGENT | ACTIVE | PASSIVE (7) | Includes every object and agent (everything that each flag detects separately) |
SCRIPTED (8) | It acts like ACTIVE but excludes unscripted physical objects. PASSIVE|SCRIPTED: non-physical objects witn an active script (*). ACTIVE|SCRIPTED: physical objects with active scripts (*), or scripted physical objects that are moving. |
AGENT | SCRIPTED (9) |
(*) Active script: a script with an active llSetTimerEvent
, llSensorRepeat
, llListen
(no matter if the listen is disabled by llListenControl
), llTarget
, llRotTarget
and possibly more, or actively executing code at the time of scanning.