Difference between revisions of "Template:LSL Constants Sensor"
Jump to navigation
Jump to search
m |
|||
Line 7: | Line 7: | ||
! '''Description''' | ! '''Description''' | ||
{{!}}- | {{!}}- | ||
{{!}} {{#vardefine:AGENT|{{LSL Const|AGENT|integer|1|hex=0x1|c=This is used to find | {{!}} {{#vardefine:AGENT|{{LSL Const|AGENT|integer|1|hex=0x1|c=This is used to find agents only.}}}}{{#var:AGENT}} | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{#vardefine:ACTIVE|{{LSL Const|ACTIVE|integer|2|hex=0x2|c=This is used to find objects that are moving.}}}}{{#var:ACTIVE}} | {{!}} {{#vardefine:ACTIVE|{{LSL Const|ACTIVE|integer|2|hex=0x2|c=This is used to find physical objects that are moving or objects containing an active script.}}}}{{#var:ACTIVE}} | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
Line 21: | Line 21: | ||
! '''Description''' | ! '''Description''' | ||
{{!}}- | {{!}}- | ||
{{!}} {{#vardefine:PASSIVE|{{LSL Const|PASSIVE|integer|4|hex=0x4|c=This is used to find objects that are not moving.}}}}{{#var:PASSIVE}} | {{!}} {{#vardefine:PASSIVE|{{LSL Const|PASSIVE|integer|4|hex=0x4|c=This is used to find physical objects that are not moving or non-physical objects containing an inactive script or a non-scripted object.}}}}{{#var:PASSIVE}} | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}- | {{!}}- | ||
{{!}} {{#vardefine:SCRIPTED|{{LSL Const|SCRIPTED|integer|8|hex=0x8|c=This is used to find objects | {{!}} {{#vardefine:SCRIPTED|{{LSL Const|SCRIPTED|integer|8|hex=0x8|c=This is used to find objects containing an active script.}}}}{{#var:SCRIPTED}} | ||
{{!}} {{#var:value}} | {{!}} {{#var:value}} | ||
{{!}} {{#var:comment}} | {{!}} {{#var:comment}} | ||
{{!}}} | {{!}}} | ||
{{#if:{{{no_wrapper|}}}||{{!}}} }} | {{#if:{{{no_wrapper|}}}||{{!}}} }} |
Revision as of 06:49, 29 October 2008
|
|