Difference between revisions of "Template:LSL Constants Sensor"

From Second Life Wiki
Jump to navigation Jump to search
(add descriptions)
m (hoverlink stuff)
Line 7: Line 7:
! '''Description'''
! '''Description'''
{{!}}-
{{!}}-
{{!}} {{LSLG|AGENT}}
{{!}} {{LSL Const|AGENT|integer|1|hex=0x1|c=}}
{{!}} {{LSL_Hex|0x1|1}}
{{!}} {{#var:value}}
{{!}}  
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|ACTIVE}}
{{!}} {{LSL Const|ACTIVE|integer|2|hex=0x2|c=This is used by sensors to find objects that are moving.}}
{{!}} {{LSL_Hex|0x2|2}}
{{!}} {{#var:value}}
{{!}} This is used by sensors to find objects that are moving.
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{!}}
{{!}}
Line 21: Line 21:
! '''Description'''
! '''Description'''
{{!}}-
{{!}}-
{{!}} {{LSLG|PASSIVE}}
{{!}} {{LSL Const|PASSIVE|integer|4|hex=0x4|c=This is used by sensors to find objects that are not moving.}}
{{!}} {{LSL_Hex|0x4|4}}
{{!}} {{#var:value}}
{{!}} This is used by sensors to find objects that are not moving.
{{!}} {{#var:comment}}
{{!}}-
{{!}}-
{{!}} {{LSLG|SCRIPTED}}
{{!}} {{LSL Const|SCRIPTED|integer|8|hex=0x8|c=This is used by sensors to find objects that have a script attached to them.}}
{{!}} {{LSL_Hex|0x8|8}}
{{!}} {{#var:value}}
{{!}} This is used by sensors to find objects that have a script attached to them.
{{!}} {{#var:comment}}
{{!}}}
{{!}}}
{{#if:{{{no_wrapper|}}}||{{!}}} }}
{{#if:{{{no_wrapper|}}}||{{!}}} }}

Revision as of 00:03, 8 August 2007

Flag Description
AGENT 0x1
ACTIVE 0x2 This is used by sensors to find objects that are moving.
Flag Description
PASSIVE 0x4 This is used by sensors to find objects that are not moving.
SCRIPTED 0x8 This is used by sensors to find objects that have a script attached to them.