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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue