Merge branch 'dev-next' into dev-syntax-code-highlighting
This commit is contained in:
commit
a544d1b4ac
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue