Difference between revisions of "Template:LSL Constants Sensor"

From Second Life Wiki
Jump to navigation Jump to search
(From the test on server 1.38.4)
m
Line 29: Line 29:
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{#if:{{{no_wrapper|}}}||{{!}}} }}


{{{!}} {{Prettytable}}
{{{!}} {{Prettytable}}
Line 45: Line 43:
{{!}} 12 ({{#var:PASSIVE}}|{{#var:SCRIPTED}})
{{!}} 12 ({{#var:PASSIVE}}|{{#var:SCRIPTED}})
{{!}} 4 ({{#var:PASSIVE}})
{{!}} 4 ({{#var:PASSIVE}})
{{!}}-
{{!}}}


{{!}}}
{{#if:{{{no_wrapper|}}}||{{{!}} }}

Revision as of 23:32, 21 May 2010

Flag Mask Description
AGENT 0x1 Agents.
ACTIVE 0x2 Physical objects.
Flag Mask Description
PASSIVE 0x4 Non-physical objects.
SCRIPTED 0x8 Objects containing any active script.
Scripted Not Scripted
Physical 10 (ACTIVE|SCRIPTED) 2 (ACTIVE)
Non-Physical 12 (PASSIVE|SCRIPTED) 4 (PASSIVE)