Adding constants ATTACH_AVATAR_CENTER and ATTACH_NECK
This commit is contained in:
parent
6152c2a509
commit
0bb0e8a104
3 changed files with 20 additions and 2 deletions
|
@ -3794,6 +3794,9 @@
|
|||
These constants are used to refer to attachment points
|
||||
in calls to llAttachToAvatar.
|
||||
Attachment Constants
|
||||
<Word name="ATTACH_AVATAR_CENTER">
|
||||
Attach to the avatar's geometric centre.
|
||||
</Word>
|
||||
<Word name="ATTACH_BACK">
|
||||
Attach to the avatar back.
|
||||
</Word>
|
||||
|
@ -3844,6 +3847,9 @@
|
|||
<Word name="ATTACH_MOUTH">
|
||||
Attach to the avatar mouth.
|
||||
</Word>
|
||||
<Word name="ATTACH_NECK">
|
||||
Attach to the avatar's neck.
|
||||
</Word>
|
||||
<Word name="ATTACH_NOSE">
|
||||
Attach to the avatar nose.
|
||||
</Word>
|
||||
|
|
|
@ -7,6 +7,16 @@
|
|||
</head>
|
||||
<body style="background-color: white; font-family: Verdana, sans-serif;font-size: 13px;line-height: 1.3">
|
||||
<div>
|
||||
<div>
|
||||
<h3><span class="date">2013-02-14</span> - Release 2.49.0</h3>
|
||||
<div>
|
||||
* Constants Added:
|
||||
<ul>
|
||||
<li>ATTACH_AVATAR_CENTER</li>
|
||||
<li>ATTACH_NECK</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h3><span class="date">2013-01-01</span> - Release 2.48.0</h3>
|
||||
<div>
|
||||
|
|
|
@ -234,7 +234,10 @@ namespace LSLEditor
|
|||
public static readonly integer AGENT_LIST_PARCEL_OWNER = 0x02;
|
||||
public static readonly integer AGENT_LIST_REGION = 0x04;
|
||||
|
||||
public static readonly integer ATTACH_AVATAR_CENTER = 40;
|
||||
public static readonly integer ATTACH_BACK = 9;
|
||||
public static readonly integer ATTACH_CHEST = 1;
|
||||
public static readonly integer ATTACH_CHIN = 12;
|
||||
public static readonly integer ATTACH_HEAD = 2;
|
||||
public static readonly integer ATTACH_LSHOULDER = 3;
|
||||
public static readonly integer ATTACH_RSHOULDER = 4;
|
||||
|
@ -242,10 +245,9 @@ namespace LSLEditor
|
|||
public static readonly integer ATTACH_RHAND = 6;
|
||||
public static readonly integer ATTACH_LFOOT = 7;
|
||||
public static readonly integer ATTACH_RFOOT = 8;
|
||||
public static readonly integer ATTACH_BACK = 9;
|
||||
public static readonly integer ATTACH_PELVIS = 10;
|
||||
public static readonly integer ATTACH_MOUTH = 11;
|
||||
public static readonly integer ATTACH_CHIN = 12;
|
||||
public static readonly integer ATTACH_NECK = 39;
|
||||
public static readonly integer ATTACH_LEAR = 13;
|
||||
public static readonly integer ATTACH_LEFT_PEC = 29;
|
||||
public static readonly integer ATTACH_REAR = 14;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue