Adding constants ATTACH_AVATAR_CENTER and ATTACH_NECK

This commit is contained in:
Ima Mechanique 2013-02-14 18:08:42 +00:00
parent 6152c2a509
commit 0bb0e8a104
3 changed files with 20 additions and 2 deletions

View file

@ -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&apos;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&apos;s neck.
</Word>
<Word name="ATTACH_NOSE">
Attach to the avatar nose.
</Word>