Difference between revisions of "Template:LSL Constants Changed"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<table style="{{Prettytable}}" valign="top">
{{{!}} {{Prettytable}} valign="top"
<tr>
! Flag
<td> '''Flag'''
! Value
<td> '''Value'''
! Description
<td> '''Description'''
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_INVENTORY}}
<td> <tt>{{LSLG|CHANGED_INVENTORY}}</tt>
{{!}} {{HoverText|0x1|1}}
<td> {{HoverText|0x1|1}}
{{!}} Prim inventory has changed (owner adding inventory only)
<td> Prim inventory has changed (owner adding inventory only)
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_COLOR}}
<td> <tt>{{LSLG|CHANGED_COLOR}}</tt>
{{!}} {{HoverText|0x2|2}}
<td> {{HoverText|0x2|2}}
{{!}} Prim color or alpha parameters have changed
<td> Prim color or alpha parameters have changed
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_SHAPE}}
<td> <tt>{{LSLG|CHANGED_SHAPE}}</tt>
{{!}} {{HoverText|0x4|4}}
<td> {{HoverText|0x4|4}}
{{!}} Prim shape has changed
<td> Prim shape has changed
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_SCALE}}
<td> <tt>{{LSLG|CHANGED_SCALE}}</tt>
{{!}} {{HoverText|0x8|8}}
<td> {{HoverText|0x8|8}}
{{!}} Prim scale has changed
<td> Prim scale has changed
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_TEXTURE}}
<td> <tt>{{LSLG|CHANGED_TEXTURE}}</tt>
{{!}} {{HoverText|0x10|16}}
<td> {{HoverText|0x10|16}}
{{!}} Prim texture parameters have changed
<td> Prim texture parameters have changed
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_LINK}}
<td> <tt>{{LSLG|CHANGED_LINK}}</tt>
{{!}} {{HoverText|0x20|32}}
<td> {{HoverText|0x20|32}}
{{!}} The number of prims making up the object or avatars seated on the object have changed.
<td> Either an avatar has ({{LSLG|llUnSit|un}})sit on the object or a prim(s) has be broken off or added to the object.
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_ALLOWED_DROP}}
<td> <tt>{{LSLG|CHANGED_ALLOWED_DROP}}</tt>
{{!}} {{HoverText|0x40|64}}
<td> {{HoverText|0x40|64}}
{{!}} A user other then the owner (or the owner if the object is no-mod) has added inventory to the prim.
<td> A user other then the owner (or the own if the object is no-mod) has added inventory to the prim.
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_OWNER}}
<td> <tt>{{LSLG|CHANGED_OWNER}}</tt>
{{!}} {{HoverText|0x80|128}}
<td> {{HoverText|0x80|128}}
{{!}} The object has changed owners.
<td> The object has changed owners.
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_REGION}}
<td> <tt>{{LSLG|CHANGED_REGION}}</tt>
{{!}} {{HoverText|0x100|256}}
<td> {{HoverText|0x100|256}}
{{!}} The object has changed region.
<td> The object has changed region.
{{!}}-
</tr><tr>
{{!}} {{LSLG|CHANGED_TELEPORT}}
<td> <tt>{{LSLG|CHANGED_TELEPORT}}</tt>
{{!}} {{HoverText|0x200|512}}
<td> {{HoverText|0x200|512}}
{{!}} The avatar this object is {{LSLG|attach|attached}} to has teleported.
<td> The user this object is {{LSLG|attach|attached}} to has teleported.
{{!}}}
</tr><tr>
</tr></table>

Revision as of 18:28, 11 February 2007

valign="top"
Flag Value 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 then 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 this object is attached to has teleported.