Difference between revisions of "Template:LSL Constants Changed"

From Second Life Wiki
Jump to navigation Jump to search
m (Minor grammar/spelling changes.)
Line 6: Line 6:
{{!}} {{LSLG|CHANGED_INVENTORY}}
{{!}} {{LSLG|CHANGED_INVENTORY}}
{{!}} {{HoverText|0x1|1}}
{{!}} {{HoverText|0x1|1}}
{{!}} Prim inventory has changed (owner adding inventory only)
{{!}} Prim inventory has changed (owner adding inventory only).
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_COLOR}}
{{!}} {{LSLG|CHANGED_COLOR}}
{{!}} {{HoverText|0x2|2}}
{{!}} {{HoverText|0x2|2}}
{{!}} Prim color or alpha parameters have changed
{{!}} Prim color or alpha parameters have changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_SHAPE}}
{{!}} {{LSLG|CHANGED_SHAPE}}
{{!}} {{HoverText|0x4|4}}
{{!}} {{HoverText|0x4|4}}
{{!}} Prim shape has changed
{{!}} Prim shape has changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_SCALE}}
{{!}} {{LSLG|CHANGED_SCALE}}
{{!}} {{HoverText|0x8|8}}
{{!}} {{HoverText|0x8|8}}
{{!}} Prim scale has changed
{{!}} Prim scale has changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_TEXTURE}}
{{!}} {{LSLG|CHANGED_TEXTURE}}
{{!}} {{HoverText|0x10|16}}
{{!}} {{HoverText|0x10|16}}
{{!}} Prim texture parameters have changed
{{!}} Prim texture parameters have changed.
{{!}}-
{{!}}-
{{!}} {{LSLG|CHANGED_LINK}}
{{!}} {{LSLG|CHANGED_LINK}}
Line 30: Line 30:
{{!}} {{LSLG|CHANGED_ALLOWED_DROP}}
{{!}} {{LSLG|CHANGED_ALLOWED_DROP}}
{{!}} {{HoverText|0x40|64}}
{{!}} {{HoverText|0x40|64}}
{{!}} A user other then 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}}
{{!}} {{LSLG|CHANGED_OWNER}}
Line 42: Line 42:
{{!}} {{LSLG|CHANGED_TELEPORT}}
{{!}} {{LSLG|CHANGED_TELEPORT}}
{{!}} {{HoverText|0x200|512}}
{{!}} {{HoverText|0x200|512}}
{{!}} The avatar this object is {{LSLG|attach|attached}} to has teleported.
{{!}} The avatar to whom this object is {{LSLG|attach|attached}} has teleported.
{{!}}}
{{!}}}

Revision as of 08:46, 9 July 2007

Flag Description
CHANGED_INVENTORY 0x1 Prim inventory has changed (owner adding inventory only).
CHANGED_COLOR 0x2 Prim color or alpha parameters have changed.
CHANGED_SHAPE 0x4 Prim shape has changed.
CHANGED_SCALE 0x8 Prim scale has changed.
CHANGED_TEXTURE 0x10 Prim texture parameters have changed.
CHANGED_LINK 0x20 The number of prims making up the object or avatars seated on the object have changed.
CHANGED_ALLOWED_DROP 0x40 A user other than the owner (or the owner if the object is no-mod) has added inventory to the prim.
CHANGED_OWNER 0x80 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.