Template:LSL Constants Sensor: Difference between revisions

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

Revision as of 20:33, 7 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.