Difference between revisions of "Template:LSL Constants Changed"
Jump to navigation
Jump to search
Quinn Elara (talk | contribs) (Remove caveat r.e. glTF project.) |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{{!}} {{Prettytable}} | {{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} | ||
{{!}}-{{Hl2}} | |||
! Flag | ! Flag | ||
! Value | ! title="Value" {{!}} | ||
! Description | ! class="unsortable" {{!}}Description | ||
! Scope | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_INVENTORY]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x001|1}} | ||
{{!}} Prim inventory has changed | {{!}} Prim inventory has changed{{Footnote|[[CHANGED_INVENTORY]] won't be triggered if the inventory change was caused by a {{LSLGC|Inventory|script function}} or a user taking advantage of [[llAllowInventoryDrop]]}}. | ||
{{!}} prim | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_COLOR]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x002|2}} | ||
{{!}} Prim color or alpha parameters have changed | {{!}} Prim color or alpha parameters have changed. | ||
{{!}} prim | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_SHAPE]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x004|4}} | ||
{{!}} Prim shape has changed | {{!}} Prim shape has changed. | ||
{{!}} prim | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_SCALE]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x008|8}} | ||
{{!}} Prim scale has changed | {{!}} Prim scale has changed. | ||
{{!}} prim | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_TEXTURE]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x010|16}} | ||
{{!}} Prim texture parameters have changed | {{!}} Prim texture parameters have changed. | ||
{{!}} prim | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_LINK]] | ||
{{!}} {{ | {{!}} {{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. | ||
{{!}} object | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_ALLOWED_DROP]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x040|64}} | ||
{{!}} A user other | {{!}} A user other than the owner (or the owner if the object is no-mod) has added inventory to the prim. | ||
{{!}} prim | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_OWNER]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x080|128}} | ||
{{!}} The object has changed owners. | {{!}} The object has changed owners. | ||
{{!}} object | |||
{{!}}- | {{!}}- | ||
{{!}} | {{!}} [[CHANGED_REGION]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x100|256}} | ||
{{!}} The object has changed region. | {{!}} The object has changed region. | ||
{{!}} object | |||
{{!}}- | {{!}}- | ||
{{!}} {{ | {{!}} [[CHANGED_TELEPORT]] | ||
{{!}} {{ | {{!}} {{LSL Hex|0x200|512}} | ||
{{!}} The | {{!}} The avatar to whom this object is [[attach|attached]] has teleported. | ||
{{!}}} | {{!}} object | ||
{{!}}- | |||
{{!}} [[CHANGED_REGION_START]] | |||
{{!}} {{LSL Hex|0x400|1024}} | |||
{{!}} The region this object is in has just come online. | |||
{{!}} region | |||
{{!}}- | |||
{{!}} [[CHANGED_MEDIA]] | |||
{{!}} {{LSL Hex|0x800|2048}} | |||
{{!}} {{LSLGC|Prim Media}} has changed. | |||
{{!}} prim | |||
{{!}}- | |||
{{!}} [[CHANGED_RENDER_MATERIAL]] | |||
{{!}} {{LSL Hex|0x1000|4096}} | |||
{{!}} [[:Category:GlTF|Render Material]] has changed. | |||
{{!}} prim | |||
{{!}}}<noinclude>{{footnotes}}</noinclude> |
Latest revision as of 17:42, 10 December 2024
Flag | Description | Scope | |
---|---|---|---|
CHANGED_INVENTORY | 0x001 | Prim inventory has changed[1]. | prim |
CHANGED_COLOR | 0x002 | Prim color or alpha parameters have changed. | prim |
CHANGED_SHAPE | 0x004 | Prim shape has changed. | prim |
CHANGED_SCALE | 0x008 | Prim scale has changed. | prim |
CHANGED_TEXTURE | 0x010 | Prim texture parameters have changed. | prim |
CHANGED_LINK | 0x020 | The number of prims making up the object or avatars seated on the object have changed. | object |
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. | prim |
CHANGED_OWNER | 0x080 | The object has changed owners. | object |
CHANGED_REGION | 0x100 | The object has changed region. | object |
CHANGED_TELEPORT | 0x200 | The avatar to whom this object is attached has teleported. | object |
CHANGED_REGION_START | 0x400 | The region this object is in has just come online. | region |
CHANGED_MEDIA | 0x800 | Prim Media has changed. | prim |
CHANGED_RENDER_MATERIAL | 0x1000 | Render Material has changed. | prim |
- ^ CHANGED_INVENTORY won't be triggered if the inventory change was caused by a script function or a user taking advantage of llAllowInventoryDrop