Template:LSL Constants Sensor: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
mNo edit summary
Strife Onizuka (talk | contribs)
mNo edit summary
Line 7: Line 7:
! '''Description'''
! '''Description'''
{{!}}-
{{!}}-
{{!}} {{#vardefine:AGENT|{{LSL Const|AGENT|integer|1|hex=0x1|c=}}}}{{#var:AGENT}}
{{!}} {{#vardefine:AGENT|{{LSL Const|AGENT|integer|1|hex=0x1|c=This is used to find avatars only.}}}}{{#var:AGENT}}
{{!}} {{#var:value}}
{{!}} {{#var:value}}
{{!}} {{#var:comment}}
{{!}} {{#var:comment}}

Revision as of 15:02, 23 June 2008

Flag Description
AGENT 0x1 This is used to find avatars only.
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.