Difference between revisions of "Template:LSL Constants Changed"

From Second Life Wiki
Jump to navigation Jump to search
m (Minor grammar/spelling changes.)
Line 1: Line 1:
{{{!}} {{Prettytable}}
{{{!}} class="sortable" {{Prettytable}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
! colspan="2" {{!}}Flag
! Flag
! Description
! title="Value" {{!}}
! class="unsortable" {{!}}Description
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_INVENTORY}}
{{!}} [[CHANGED_INVENTORY]]
{{!}} {{HoverText|0x1|1}}
{{!}} {{LSL Hex|0x001|1}}
{{!}} Prim inventory has changed (owner adding inventory only).
{{!}} Prim inventory has changed (owner adding inventory only).
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_COLOR}}
{{!}} [[CHANGED_COLOR]]
{{!}} {{HoverText|0x2|2}}
{{!}} {{LSL Hex|0x002|2}}
{{!}} Prim color or alpha parameters have changed.
{{!}} Prim color or alpha parameters have changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_SHAPE}}
{{!}} [[CHANGED_SHAPE]]
{{!}} {{HoverText|0x4|4}}
{{!}} {{LSL Hex|0x004|4}}
{{!}} Prim shape has changed.
{{!}} Prim shape has changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_SCALE}}
{{!}} [[CHANGED_SCALE]]
{{!}} {{HoverText|0x8|8}}
{{!}} {{LSL Hex|0x008|8}}
{{!}} Prim scale has changed.
{{!}} Prim scale has changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_TEXTURE}}
{{!}} [[CHANGED_TEXTURE]]
{{!}} {{HoverText|0x10|16}}
{{!}} {{LSL Hex|0x010|16}}
{{!}} Prim texture parameters have changed.
{{!}} Prim texture parameters have changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_LINK}}
{{!}} [[CHANGED_LINK]]
{{!}} {{HoverText|0x20|32}}
{{!}} {{LSL Hex|0x020|32}}
{{!}} The number of prims making up the object or avatars seated on the object have changed.
{{!}} The number of prims making up the object or avatars seated on the object have changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_ALLOWED_DROP}}
{{!}} [[CHANGED_ALLOWED_DROP]]
{{!}} {{HoverText|0x40|64}}
{{!}} {{LSL Hex|0x040|64}}
{{!}} A user other than the owner (or the owner if the object is no-mod) has added inventory to the prim.
{{!}} A user other than the owner (or the owner if the object is no-mod) has added inventory to the prim.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_OWNER}}
{{!}} [[CHANGED_OWNER]]
{{!}} {{HoverText|0x80|128}}
{{!}} {{LSL Hex|0x080|128}}
{{!}} The object has changed owners.
{{!}} The object has changed owners.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_REGION}}
{{!}} [[CHANGED_REGION]]
{{!}} {{HoverText|0x100|256}}
{{!}} {{LSL Hex|0x100|256}}
{{!}} The object has changed region.
{{!}} The object has changed region.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_TELEPORT}}
{{!}} [[CHANGED_TELEPORT]]
{{!}} {{HoverText|0x200|512}}
{{!}} {{LSL Hex|0x200|512}}
{{!}} The avatar to whom this object is {{LSLG|attach|attached}} has teleported.
{{!}} The avatar to whom this object is [[attach|attached]] has teleported.
{{!}}}
{{!}}}

Revision as of 01:01, 23 July 2007

Flag Description
CHANGED_INVENTORY 0x001 Prim inventory has changed (owner adding inventory only).
CHANGED_COLOR 0x002 Prim color or alpha parameters have changed.
CHANGED_SHAPE 0x004 Prim shape has changed.
CHANGED_SCALE 0x008 Prim scale has changed.
CHANGED_TEXTURE 0x010 Prim texture parameters have changed.
CHANGED_LINK 0x020 The number of prims making up the object or avatars seated on the object have changed.
CHANGED_ALLOWED_DROP 0x040 A user other than the owner (or the owner if the object is no-mod) has added inventory to the prim.
CHANGED_OWNER 0x080 The object has changed owners.
CHANGED_REGION 0x100 The object has changed region.
CHANGED_TELEPORT 0x200 The avatar to whom this object is attached has teleported.