Template:LSL Constants Sensor

From Second Life Wiki
Revision as of 01:21, 22 May 2010 by Mako Nozaki (talk | contribs) (llDetectedType() behaviors are different from llSensor*() mask)
Jump to navigation Jump to search
Flag Mask Description (llDetectedType())
AGENT 0x1 Agents.
ACTIVE 0x2 Physical tasks. (Physical objects & agents)
Flag Mask Description (llDetectedType())
PASSIVE 0x4 Non-physical objects.
SCRIPTED 0x8 Objects containing any active script.
llDetectedType() Scripted Not Scripted
Physical 10 (ACTIVE|SCRIPTED) 2 (ACTIVE)
Non-Physical 12 (PASSIVE|SCRIPTED) 4 (PASSIVE)