Difference between revisions of "Template:LSL Constants Changed"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
{{{!}} class="sortable" {{Prettytable}} | {{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} | ||
{{!}}-{{Hl2}} | {{!}}-{{Hl2}} | ||
! Flag | ! Flag |
Revision as of 13:37, 15 July 2008
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. |