From b2afb8800bb033a04bb3ecdf0363068d56648ef1 Mon Sep 17 00:00:00 2001
From: Jacek Antonelli
Date: Fri, 15 Aug 2008 23:44:54 -0500
Subject: Second Life viewer sources 1.15.0.2
---
linden/indra/newview/lsl_guide.html | 124 ++++++++++++++++++++++++++++++++++++
1 file changed, 124 insertions(+)
(limited to 'linden/indra/newview/lsl_guide.html')
diff --git a/linden/indra/newview/lsl_guide.html b/linden/indra/newview/lsl_guide.html
index 6f3796f..33c2499 100644
--- a/linden/indra/newview/lsl_guide.html
+++ b/linden/indra/newview/lsl_guide.html
@@ -15055,6 +15055,16 @@ HREF="#AEN5604"
>.
If linknumber
is LINK_SET, set the alpha of
+ all objects in the linked set. If >>>>>> .merge-right.r59207
>face
is
.
If linknumber
is LINK_SET, set the color of
+ all objects in the linked set. If >>>>>> .merge-right.r59207
>face
is
llSetLinkPrimitiveParams
(integer linknumber, list rules);
llSetLinkPrimitiveParams
(integer linknumber, list rules);
Sets the primitive parameters of the linked child
+ specified by linknumber
. A value of 0 means
+ no link, 1 the root, 2 for first child, etc. If
+ linknumber
is LINK_SET, set the primitive parameters
+ of all objects in the linked set. The rules
+ list is identical to that of
+ llSetPrimitiveParams.
Sets the texture
of the linked child
+ specified by linknumber
. A value of 0 means
+ no link, 1 the root, 2 for first child, etc. If
+ linknumber
is LINK_SET, set the texture of
+ all objects in the linked set. If face
is
+ ALL_SIDES, set the texture
+ of all faces.