diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml
index 3119dfd..7482a69 100644
--- a/trunk/Resource/ConfLSL.xml
+++ b/trunk/Resource/ConfLSL.xml
@@ -222,6 +222,12 @@
+
+ key llAvatarOnLinkSitTarget(integer iLinkNumber);
+
+ Returns a key that is the UUID of the user seated on the specified link's prim.
+
+
key llAvatarOnSitTarget(void);
@@ -1111,6 +1117,13 @@
integer llGetParcelMaxPrims(vector pos, integer sim_wide);
+
+ string llGetParcelMusicURL();
+
+ Returns a string containing the parcel streaming audio URL.
+ The object owner (avatar or group) must also be the land owner.
+
+
integer llGetParcelPrimCount(vector pos, integer category, integer sim_wide);
@@ -2464,6 +2477,12 @@
Sets the color of face. If face is ALL_SIDES, set the color to all faces.
+
+ void llSetContentType(key kRequestID, integer iCcontentType);
+
+ Set the Internet media type of an LSL HTTP server response. ContentType accepts the constants CONTENT_TYPE_TEXT and CONTENT_TYPE_HTML.
+
+
llSetDamage(float damage);
@@ -2543,6 +2562,12 @@
to the transparency alpha.
+
+ void llSetLinkCamera(integer iLink, vector vEyeOffset, vector vLookOffset);
+
+ Sets the camera eye offset, and the offset that camera is looking at, for avatars that sit on the linked prim.
+
+
llSetLinkColor(integer linknumber, vector color, integer face);
@@ -2681,6 +2706,13 @@
(Don't confuse prim parameters with function parameters.)
+
+ integer llSetRegionPos(vector vPosition)
+
+ Tries to moves the entire object so that the root prim is within 0.1m of vPosition.
+ Returns TRUE on success, otherwise FALSE.
+
+
llSetRemoteScriptAccessPin(integer pin);
@@ -3504,10 +3536,7 @@
Function was called with malformed parameters.
.Object or other item was not found.
Feature not supported.
-
-
- Result of function call was success
-
+ Result of function call was success.
Controls whether the object moves physically.
This controls the same flag that the ui checkbox for
@@ -3543,19 +3572,16 @@
- These constants can be combined using the binary | operator
- and are used in the llSensor and related calls.
+ These constants can be combined using the binary | operator and are used in the llSensor and related calls.
Object Type Constants
Objects in world that are running a script or
currently pysically moving.
-
- Objects in world that are agents.
-
-
- Static in-world objects.
-
+ Objects in world that are agents.
+
+
+ Static in-world objects.
Scripted in-world objects.
@@ -3824,33 +3850,18 @@
These constants are used in the changed event handler.
Change Constants
-
- The object inventory has changed because an item was
- added through the llAllowInventoryDrop interface.
-
-
- The object color has changed.
-
-
- The object inventory has changed.
-
-
- The object has linked or its links were broken.
-
+ The object inventory has changed because an item was added through the llAllowInventoryDrop interface.
+ The object colour has changed.
+ The object inventory has changed.
+ The object has linked or its links were broken.
+
-
- The object scale has changed.
-
-
- The object shape has changed, eg, a box to a cylinder
-
+ The object scale has changed.
+ The object shape has changed, e.g., a box to a cylinder.
-
- The texture offset, scale rotation, or simply the object
- texture has changed.
-
+ The texture offset, scale rotation, or simply the object texture has changed.
@@ -3859,27 +3870,13 @@
llGetListEntryType can be used for comparison against
these constants.
Type Constants
-
- The list entry is an integer.
-
-
- The list entry is a float.
-
-
- The list entry is a string.
-
-
- The list entry is a key.
-
-
- The list entry is a vector.
-
-
- The list entry is a rotation.
-
-
- The list entry is invalid.
-
+ The list entry is an integer.
+ The list entry is a float.
+ The list entry is a string.
+ The list entry is a key.
+ The list entry is a vector.
+ The list entry is a rotation.
+ The list entry is invalid.
@@ -3889,22 +3886,17 @@
about an agent.
Agent Info Constants
-
- The agent has attachments.
-
+ The agent has attachments.
+
-
- The agent is flying.
-
+ The agent is flying.
-
- The agent has scripted attachments.
-
+ The agent has scripted attachments.
@@ -4669,28 +4661,26 @@
Gets the prims's group key.
If id is an avatar, a NULL_KEY is returned.
-
- Gets the object's name.
-
+ Gets the object's name.
Gets an object's owner's key.
If id is group owned, a NULL_KEY is returned.
-
- Gets the object's position in region coordinates.
-
-
- Gets the object's rotation.
-
-
- Gets the object's velocity.
-
+ Gets the object's position in region coordinates.
+ Gets the object's rotation.
+ Gets the object's velocity.
+
+
+
+
+
+
@@ -4802,6 +4792,8 @@
+
+
@@ -4895,6 +4887,22 @@
will print text to the publicly heard chat channel. Has the value '0'.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4915,6 +4923,9 @@
+
+
+