From 057544757c2d713cd8bdc385fc6ea4aeac24b380 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Tue, 25 Feb 2014 14:14:21 -0500 Subject: keywords_lsl_default.xml updates from the simulator tree --- .../newview/app_settings/keywords_lsl_default.xml | 3569 ++++++++++---------- 1 file changed, 1801 insertions(+), 1768 deletions(-) (limited to 'indra/newview/app_settings') diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index 7bdd63e79d..83801a7e1e 100755 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -1,4 +1,4 @@ - + controls @@ -6,27 +6,27 @@ default tooltip - All scripts must have a default state, which is the first state entered when the script starts. + All scripts must have a default state, which is the first state entered when the script starts.\nIf another state is defined before the default state, the compiler will report a syntax error. do tooltip - do / while loop + do / while loop\ndo {\n...\n} while (<condition>); else tooltip - if / else block + if / else block\nif (<condition>) {\n...\n[} else [if (<condition>) {\n...]]\n} for tooltip - for loop + for loop\nfor (<initialiser>; <condition>; <post-iteration-statement>)\n{ ...\n} if tooltip - if / else block + if / else block\nif (<condition>) {\n...\n[} else [if (<condition>) {\n...]]\n} jump @@ -36,7 +36,7 @@ return tooltip - Leave current event or function. + Leave current event or function.\nreturn [<variable>];\nOptionally pass back a variable's value, from a function. state @@ -64,12 +64,12 @@ key tooltip - A 128 bit unique identifier (UUID). + A 128 bit unique identifier (UUID).\nThe key is represented as hexidecimal characters (A-F and 0-9), grouped into sections (8,4,4,4,12 characters) and separated by hyphens (for a total of 36 characters). e.g. "A822FF2B-FF02-461D-B45D-DCD10A2DE0C2". list tooltip - A collection of other data types. + A collection of other data types.\nLists are signified by square brackets surrounding their elements; the elements inside are separated by commas. e.g. [0, 1, 2, 3, 4] or ["Yes", "No", "Perhaps"]. quaternion @@ -79,17 +79,17 @@ rotation tooltip - The rotation type is one of several ways to represent an orientation in 3D. + The rotation type is one of several ways to represent an orientation in 3D.\nIt is a mathematical object called a quaternion. You can think of a quaternion as four numbers (x, y, z, w), three of which represent the direction an object is facing and a fourth that represents the object's banking left or right around that direction. string tooltip - Text data. + Text data.\nThe editor accepts UTF-8 encoded text. vector tooltip - A vector is a data type that contains a set of three float values. + A vector is a data type that contains a set of three float values.\nVectors are used to represent colours (RGB), positions, and directions/velocities. constants @@ -1705,7 +1705,7 @@ value 6 tooltip - Allows enabling/disbling of the "Pragma: no-cache" header. + Allows enabling/disbling of the "Pragma: no-cache" header.\nUsage: [HTTP_PRAGMA_NO_CACHE, integer SendHeader]. When SendHeader is TRUE, the "Pragma: no-cache" header is sent by the script. This matches the default behavior. When SendHeader is FALSE, no "Pragma" header is sent by the script. HTTP_VERBOSE_THROTTLE @@ -1941,15 +1941,6 @@ tooltip For use with KFM_COMMAND. - KFM_CMD_SET_MODE - - type - integer - value - 3 - tooltip - - KFM_CMD_STOP type @@ -2326,7 +2317,7 @@ value 19 tooltip - Gets the attachment point to which the object is attached. + Gets the attachment point to which the object is attached.\nReturns 0 if the object is not an attachment (or is an avatar, etc). OBJECT_CHARACTER_TIME @@ -2479,7 +2470,7 @@ value 18 tooltip - Gets the id of the root prim of the object requested. + Gets the id of the root prim of the object requested.\nIf id is an avatar, return the id of the root prim of the linkset the avatar is sitting on (or the avatar's own id if the avatar is not sitting on an object within the region). OBJECT_ROT @@ -4289,7 +4280,7 @@ type integer value - 1 + 0 tooltip @@ -4460,7 +4451,7 @@ type integer value - 1024 + 0x400 tooltip @@ -5176,7 +5167,7 @@ value 0 tooltip - Returns the % of pathfinding characters skipped each frame, averaged over the last minute. + Returns the % of pathfinding characters skipped each frame, averaged over the last minute.\nThe returned value corresponds to the "Characters Updated" stat in the viewer's Statistics Bar. SMOOTH @@ -5203,7 +5194,7 @@ value 64 tooltip - Controls whether the object can be grabbed. + Controls whether the object can be grabbed.\nA grab is the default action when in third person, and is available as the hand tool in build mode. This is useful for physical objects that you don't want other people to be able to trivially disturb. The default is FALSE STATUS_BLOCK_GRAB_OBJECT @@ -5239,7 +5230,7 @@ value 0x80 tooltip - Controls whether the object is returned to the owners inventory if it wanders off the edge of the world. + Controls whether the object is returned to the owners inventory if it wanders off the edge of the world.\nIt is useful to set this status TRUE for things like bullets or rockets. The default is TRUE STATUS_INTERNAL_ERROR @@ -5293,7 +5284,7 @@ value 0x10 tooltip - Controls/indicates whether the object collides or not. + Controls/indicates whether the object collides or not.\nSetting the value to TRUE makes the object non-colliding with all objects. It is a good idea to use this for most objects that move or rotate, but are non-physical. It is also useful for simulating volumetric lighting. The default is FALSE. STATUS_PHYSICS @@ -5302,7 +5293,7 @@ value 0x1 tooltip - Controls/indicates whether the object moves physically. + Controls/indicates whether the object moves physically.\nThis controls the same flag that the UI check-box for Physical controls. The default is FALSE. STATUS_RETURN_AT_EDGE @@ -5617,7 +5608,7 @@ value 32 tooltip - A slider between minimum (0.0) and maximum (1.0) deflection of angular orientation. That is, it's a simple scalar for modulating the strength of angular deflection such that the vehicles preferred axis of motion points toward its real velocity. + A slider between minimum (0.0) and maximum (1.0) deflection of angular orientation. That is, its a simple scalar for modulating the strength of angular deflection such that the vehicles preferred axis of motion points toward its real velocity. VEHICLE_ANGULAR_DEFLECTION_TIMESCALE @@ -6021,28 +6012,28 @@ TargetNumber - tooltip - type integer + tooltip + TargetRotation - tooltip - type rotation + tooltip + CurrentRotation - tooltip - type rotation + tooltip + @@ -6056,28 +6047,28 @@ TargetNumber - tooltip - type integer + tooltip + TargetPosition - tooltip - type vector + tooltip + CurrentPosition - tooltip - type vector + tooltip + @@ -6091,10 +6082,10 @@ AvatarID - tooltip - type key + tooltip + @@ -6108,10 +6099,10 @@ Changed - tooltip - type integer + tooltip + @@ -6125,10 +6116,10 @@ NumberOfCollisions - tooltip - type integer + tooltip + @@ -6143,10 +6134,10 @@ NumberOfCollisions - tooltip - type integer + tooltip + @@ -6161,10 +6152,10 @@ NumberOfCollisions - tooltip - type integer + tooltip + @@ -6179,28 +6170,28 @@ AvatarID - tooltip - type key + tooltip + Levels - tooltip - type integer + tooltip + Edges - tooltip - type integer + tooltip + @@ -6215,19 +6206,19 @@ RequestID - tooltip - type key + tooltip + Data - tooltip - type string + tooltip + @@ -6242,46 +6233,46 @@ Time - tooltip - type string + tooltip + Address - tooltip - type string + tooltip + Subject - tooltip - type string + tooltip + Body - tooltip - type string + tooltip + NumberRemaining - tooltip - type integer + tooltip + @@ -6296,28 +6287,28 @@ HTTPRequestID - tooltip - type key + tooltip + HTTPMethod - tooltip - type string + tooltip + Body - tooltip - type string + tooltip + @@ -6331,37 +6322,37 @@ HTTPRequestID - tooltip - type key + tooltip + Status - tooltip - type integer + tooltip + Metadata - tooltip - type list + tooltip + Body - tooltip - type string + tooltip + @@ -6375,10 +6366,10 @@ Position - tooltip - type vector + tooltip + @@ -6392,10 +6383,10 @@ Position - tooltip - type vector + tooltip + @@ -6409,10 +6400,10 @@ Position - tooltip - type vector + tooltip + @@ -6426,37 +6417,37 @@ SendersLink - tooltip - type integer + tooltip + Value - tooltip - type integer + tooltip + Text - tooltip - type string + tooltip + ID - tooltip - type key + tooltip + @@ -6470,37 +6461,37 @@ Channel - tooltip - type integer + tooltip + Name - tooltip - type string + tooltip + ID - tooltip - type key + tooltip + Text - tooltip - type string + tooltip + @@ -6515,19 +6506,19 @@ Payer - tooltip - type key + tooltip + Amount - tooltip - type integer + tooltip + @@ -6576,10 +6567,10 @@ RezzedObjectsID - tooltip - type key + tooltip + @@ -6593,10 +6584,10 @@ StartParameter - tooltip - type integer + tooltip + @@ -6610,19 +6601,19 @@ Type - tooltip - type integer + tooltip + Reserved - tooltip - type list + tooltip + @@ -6636,55 +6627,55 @@ EventType - tooltip - type integer + tooltip + ChannelID - tooltip - type key + tooltip + MessageID - tooltip - type key + tooltip + Sender - tooltip - type string + tooltip + Data - tooltip - type integer + tooltip + Data - tooltip - type string + tooltip + @@ -6698,10 +6689,10 @@ PermissionFlags - tooltip - type integer + tooltip + @@ -6716,10 +6707,10 @@ NumberDetected - tooltip - type integer + tooltip + @@ -6755,10 +6746,10 @@ NumberOfTouches - tooltip - type integer + tooltip + @@ -6774,10 +6765,10 @@ NumberOfTouches - tooltip - type integer + tooltip + @@ -6792,10 +6783,10 @@ NumberOfTouches - tooltip - type integer + tooltip + @@ -6810,28 +6801,28 @@ RequestID - tooltip - type key + tooltip + Success - tooltip - type integer + tooltip + Message - tooltip - type string + tooltip + @@ -6854,10 +6845,10 @@ Value - tooltip - An integer value. type integer + tooltip + An integer value. @@ -6877,10 +6868,10 @@ Value - tooltip - A floating-point value. type float + tooltip + A floating-point value. @@ -6900,24 +6891,24 @@ ID - tooltip - Agent UUID to add to ban-list. type key + tooltip + Agent UUID to add to ban-list. Hours - tooltip - Period, in hours, to ban the avatar for. type float + tooltip + Period, in hours, to ban the avatar for. tooltip - Add avatar ID to the parcel ban list for the specified number of Hours. + Add avatar ID to the parcel ban list for the specified number of Hours.\nA value of 0 for Hours will add the agent indefinitely.\nThe smallest value that Hours will accept is 0.01; anything smaller will be seen as 0.\nWhen values that small are used, it seems the function bans in approximately 30 second increments (Probably 36 second increments, as 0.01 of an hour is 36 seconds).\nResidents teleporting to a parcel where they are banned will be redirected to a neighbouring parcel. llAddToLandPassList @@ -6932,19 +6923,19 @@ ID - tooltip - Agent UUID to add to pass-list. type key + tooltip + Agent UUID to add to pass-list. Hours - tooltip - Period, in hours, to allow the avatar for. type float + tooltip + Period, in hours, to allow the avatar for. @@ -6964,10 +6955,10 @@ Volume - tooltip - The volume to set. type float + tooltip + The volume to set. @@ -6987,10 +6978,10 @@ Flag - tooltip - Boolean, If TRUE allows anyone to drop inventory on prim, FALSE revokes. type integer + tooltip + Boolean, If TRUE allows anyone to drop inventory on prim, FALSE revokes. @@ -7010,19 +7001,19 @@ Rot1 - tooltip - First rotation. type rotation + tooltip + First rotation. Rot2 - tooltip - Second rotation. type rotation + tooltip + Second rotation. @@ -7042,19 +7033,19 @@ Force - tooltip - Amount of impulse force to apply. type vector + tooltip + Amount of impulse force to apply. Local - tooltip - Boolean, if TRUE, force is treated as a local directional vector instead of region directional vector. type integer + tooltip + Boolean, if TRUE, force is treated as a local directional vector instead of region directional vector. @@ -7074,19 +7065,19 @@ Force - tooltip - Amount of impulse force to apply. type vector + tooltip + Amount of impulse force to apply. Local - tooltip - Boolean, if TRUE, uses local axis, if FALSE, uses region axis. type integer + tooltip + Boolean, if TRUE, uses local axis, if FALSE, uses region axis. @@ -7106,10 +7097,10 @@ Value - tooltip - A floating-point value. type float + tooltip + A floating-point value. @@ -7129,19 +7120,19 @@ y - tooltip - A floating-point value. type float + tooltip + A floating-point value. x - tooltip - A floating-point value. type float + tooltip + A floating-point value. @@ -7161,10 +7152,10 @@ AttachmentPoint - tooltip - type integer + tooltip + @@ -7184,10 +7175,10 @@ AttachPoint - tooltip - Valid attachment poit or ATTACH_* constant. type integer + tooltip + Valid attachment point or ATTACH_* constant. @@ -7207,15 +7198,15 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. tooltip - If an avatar is sitting on the link's sit target, return the avatar's key, NULL_KEY otherwise. + If an avatar is sitting on the link's sit target, return the avatar's key, NULL_KEY otherwise.\nReturns a key that is the UUID of the user seated on the specified link's prim. llAvatarOnSitTarget @@ -7228,7 +7219,7 @@ arguments tooltip - If an avatar is seated on the sit target, returns the avatar's key, otherwise NULL_KEY. + If an avatar is seated on the sit target, returns the avatar's key, otherwise NULL_KEY.\nThis only will detect avatars sitting on sit targets defined with llSitTarget. llAxes2Rot @@ -7243,28 +7234,28 @@ Forward - tooltip - Forward/Back part of rotation. type vector + tooltip + Forward/Back part of rotation. Left - tooltip - Left/Right part of rotation. type vector + tooltip + Left/Right part of rotation. Up - tooltip - Up/Down part of rotation. type vector + tooltip + Up/Down part of rotation. @@ -7284,19 +7275,19 @@ Axis - tooltip - Axis. type vector + tooltip + Axis. Angle - tooltip - Angle in radians. type float + tooltip + Angle in radians. @@ -7316,15 +7307,15 @@ Text - tooltip - type string + tooltip + tooltip - Returns an integer that is the Text, Base64 decoded as a big endian integer. + Returns an integer that is the Text, Base64 decoded as a big endian integer.\nReturns zero if Text is longer then 8 characters. If Text contains fewer then 6 characters, the return value is unpredictable. llBase64ToString @@ -7339,10 +7330,10 @@ Text - tooltip - type string + tooltip + @@ -7375,10 +7366,10 @@ LinkNumber - tooltip - type integer + tooltip + @@ -7398,33 +7389,33 @@ Start - tooltip - type vector + tooltip + End - tooltip - type vector + tooltip + Options - tooltip - type list + tooltip + tooltip - Casts a ray into the physics world from 'start' to 'end' and returns data according to details in Options. + Casts a ray into the physics world from 'start' to 'end' and returns data according to details in Options.\nReports collision data for intersections with objects.\nReturn value: [UUID_1, {link_number_1}, hit_position_1, {hit_normal_1}, UUID_2, {link_number_2}, hit_position_2, {hit_normal_2}, ... , status_code] where {} indicates optional data. llCeil @@ -7439,10 +7430,10 @@ Value - tooltip - type float + tooltip + @@ -7475,24 +7466,24 @@ Link - tooltip - type integer + tooltip + Face - tooltip - type integer + tooltip + tooltip - Clears (deletes) the media and all parameters from the given Face on the linked prim. + Clears (deletes) the media and all parameters from the given Face on the linked prim.\nReturns an integer that is a STATUS_* flag, which details the success/failure of the operation. llClearPrimMedia @@ -7507,15 +7498,15 @@ Face - tooltip - Number of side to clear. type integer + tooltip + Number of side to clear. tooltip - Clears (deletes) the media and all parameters from the given Face. + Clears (deletes) the media and all parameters from the given Face.\nReturns an integer that is a STATUS_* flag which details the success/failure of the operation. llCloseRemoteDataChannel @@ -7530,10 +7521,10 @@ ChannelID - tooltip - type key + tooltip + @@ -7553,10 +7544,10 @@ Offset - tooltip - type vector + tooltip + @@ -7576,33 +7567,33 @@ ObjectName - tooltip - type string + tooltip + ObjectID - tooltip - type key + tooltip + Accept - tooltip - If TRUE, only accept collisions with ObjectName name AND ObjectID (either is optional), otherwise with objects not ObjectName AND ObjectID. type integer + tooltip + If TRUE, only accept collisions with ObjectName name AND ObjectID (either is optional), otherwise with objects not ObjectName AND ObjectID. tooltip - If Accept == TRUE, only accept collisions with objects Name and ID, otherwise with objects not Name or ID. + Specify an empty string or NULL_KEY for Accept, to not filter on the corresponding parameter. llCollisionSound @@ -7617,24 +7608,24 @@ ImpactSound - tooltip - type string + tooltip + ImpactVolume - tooltip - type float + tooltip + tooltip - Suppress default collision sounds, replace default impact sounds with ImpactSound. + Suppress default collision sounds, replace default impact sounds with ImpactSound.\nThe ImpactSound must be in the object inventory.\nSupply an empty string to suppress collision sounds. llCollisionSprite @@ -7649,10 +7640,10 @@ ImpactSprite - tooltip - type string + tooltip + @@ -7672,10 +7663,10 @@ Theta - tooltip - type float + tooltip + @@ -7695,15 +7686,15 @@ Options - tooltip - type list + tooltip + tooltip - Convert link-set to AI/Physics character. + Convert link-set to AI/Physics character.\nCreates a path-finding entity, known as a "character", from the object containing the script. Required to activate use of path-finding functions.\nOptions is a list of key/value pairs. llCreateLink @@ -7718,24 +7709,24 @@ TargetPrim - tooltip - Object UUID that is in the same region. type key + tooltip + Object UUID that is in the same region. Parent - tooltip - If FALSE, then TargetPrim becomes the root. If TRUE, then the script's object becomes the root. type integer + tooltip + If FALSE, then TargetPrim becomes the root. If TRUE, then the script's object becomes the root. tooltip - Attempt to link the object the script is in, to target (requires permission PERMISSION_CHANGE_LINKS be set). + Attempt to link the object the script is in, to target (requires permission PERMISSION_CHANGE_LINKS be set).\nRequires permission PERMISSION_CHANGE_LINKS be set. llCSV2List @@ -7750,10 +7741,10 @@ Text - tooltip - type string + tooltip + @@ -7771,7 +7762,7 @@ arguments tooltip - Convert link-set from AI/Physics character to Physics object. + Convert link-set from AI/Physics character to Physics object.\nConvert the current link-set back to a standard object, removing all path-finding properties. llDeleteSubList @@ -7786,33 +7777,33 @@ Source - tooltip - type list + tooltip + Start - tooltip - type integer + tooltip + End - tooltip - type integer + tooltip + tooltip - Removes the slice from start to end and returns the remainder of the list. + Removes the slice from start to end and returns the remainder of the list.\nRemove a slice from the list and return the remainder, start and end are inclusive.\nUsing negative numbers for start and/or end causes the index to count backwards from the length of the list, so 0, -1 would delete the entire list.\nIf Start is larger than End the list deleted is the exclusion of the entries; so 6, 4 would delete the entire list except for the 5th. list entry. llDeleteSubString @@ -7827,33 +7818,33 @@ Source - tooltip - type string + tooltip + Start - tooltip - type integer + tooltip + End - tooltip - type integer + tooltip + tooltip - Removes the indicated sub-string and returns the result. + Removes the indicated sub-string and returns the result.\nStart and End are inclusive.\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would delete the entire string.\nIf Start is larger than End, the sub-string is the exclusion of the entries; so 6, 4 would delete the entire string except for the 5th. character. llDetachFromAvatar @@ -7881,15 +7872,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the grab offset of a user touching the object. + Returns the grab offset of a user touching the object.\nReturns <0.0, 0.0, 0.0> if Number is not a valid object. llDetectedGroup @@ -7904,15 +7895,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns TRUE if detected object or agent Number has the same user group active as this object. + Returns TRUE if detected object or agent Number has the same user group active as this object.\nIt will return FALSE if the object or agent is in the group, but the group is not active. llDetectedKey @@ -7927,15 +7918,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the key of detected object or avatar number. + Returns the key of detected object or avatar number.\nReturns NULL_KEY if Number is not a valid index. llDetectedLinkNumber @@ -7950,15 +7941,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the link position of the triggered event for touches and collisions only. + Returns the link position of the triggered event for touches and collisions only.\n0 for a non-linked object, 1 for the root of a linked object, 2 for the first child, etc. llDetectedName @@ -7973,15 +7964,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the name of detected object or avatar number. + Returns the name of detected object or avatar number.\nReturns the name of detected object number.\nReturns empty string if Number is not a valid index. llDetectedOwner @@ -7996,15 +7987,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the key of detected object's owner. + Returns the key of detected object's owner.\nReturns invalid key if Number is not a valid index. llDetectedPos @@ -8019,15 +8010,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the position of detected object or avatar number. + Returns the position of detected object or avatar number.\nReturns <0.0, 0.0, 0.0> if Number is not a valid index. llDetectedRot @@ -8042,15 +8033,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the rotation of detected object or avatar number. + Returns the rotation of detected object or avatar number.\nReturns <0.0, 0.0, 0.0, 1.0> if Number is not a valid offset. llDetectedTouchBinormal @@ -8065,15 +8056,15 @@ Index - tooltip - Index of detection information type integer + tooltip + Index of detection information tooltip - Returns the surface bi-normal for a triggered touch event. + Returns the surface bi-normal for a triggered touch event.\nReturns a vector that is the surface bi-normal (tangent to the surface) where the touch event was triggered. llDetectedTouchFace @@ -8088,10 +8079,10 @@ Index - tooltip - Index of detection information type integer + tooltip + Index of detection information @@ -8111,15 +8102,15 @@ Index - tooltip - Index of detection information type integer + tooltip + Index of detection information tooltip - Returns the surface normal for a triggered touch event. + Returns the surface normal for a triggered touch event.\nReturns a vector that is the surface normal (perpendicular to the surface) where the touch event was triggered. llDetectedTouchPos @@ -8134,15 +8125,15 @@ Index - tooltip - Index of detected information type integer + tooltip + Index of detected information tooltip - Returns the position, in region coordinates, where the object was touched in a triggered touch event. + Returns the position, in region coordinates, where the object was touched in a triggered touch event.\nUnless it is a HUD, in which case it returns the position relative to the attach point. llDetectedTouchST @@ -8157,15 +8148,15 @@ Index - tooltip - Index of detection information type integer + tooltip + Index of detection information tooltip - Returns a vector that is the surface coordinates where the prim was touched. + Returns a vector that is the surface coordinates where the prim was touched.\nThe X and Y vector positions contain the horizontal (S) and vertical (T) face coordinates respectively.\nEach component is in the interval [0.0, 1.0].\nTOUCH_INVALID_TEXCOORD is returned if the surface coordinates cannot be determined (e.g. when the viewer does not support this function). llDetectedTouchUV @@ -8180,15 +8171,15 @@ Index - tooltip - Index of detection information type integer + tooltip + Index of detection information tooltip - Returns a vector that is the texture coordinates for where the prim was touched. + Returns a vector that is the texture coordinates for where the prim was touched.\nThe X and Y vector positions contain the U and V face coordinates respectively.\nTOUCH_INVALID_TEXCOORD is returned if the touch UV coordinates cannot be determined (e.g. when the viewer does not support this function). llDetectedType @@ -8203,15 +8194,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the type (AGENT, ACTIVE, PASSIVE, SCRIPTED) of detected object. + Returns the type (AGENT, ACTIVE, PASSIVE, SCRIPTED) of detected object.\nReturns 0 if number is not a valid index.\nNote that number is a bit-field, so comparisons need to be a bitwise checked. e.g.:\ninteger iType = llDetectedType(0);\n{\n // ...do stuff with the agent\n} llDetectedVel @@ -8226,15 +8217,15 @@ Number - tooltip - type integer + tooltip + tooltip - Returns the velocity of the detected object Number. + Returns the velocity of the detected object Number.\nReturns<0.0, 0.0, 0.0> if Number is not a valid offset. llDialog @@ -8249,44 +8240,51 @@ AvatarID - tooltip - type key + tooltip + Text - tooltip - type string + tooltip + Buttons - tooltip - type list + tooltip + Channel - tooltip - type integer + tooltip + tooltip Shows a dialog box on the avatar's screen with the message.\n Up to 12 strings in the list form buttons.\n - If a button is clicked, the name is chatted on Channel. + If a button is clicked, the name is chatted on Channel.\nOpens a "notify box" in the given avatars screen displaying the message.\n + Up to twelve buttons can be specified in a list of strings. When the user clicks a button, the name of the button is said on the specified channel.\n + Channels work just like llSay(), so channel 0 can be heard by everyone.\n + The chat originates at the object's position, not the avatar's position, even though it is said as the avatar (uses avatar's UUID and Name etc.).\n + Examples:\n + llDialog(who, "Are you a boy or a girl?", [ "Boy", "Girl" ], -4913);\n + llDialog(who, "This shows only an OK button.", [], -192);\n + llDialog(who, "This chats so you can 'hear' it.", ["Hooray"], 0); llDie @@ -8299,7 +8297,7 @@ arguments tooltip - Deletes the object. + Delete the object which holds the script. llDumpList2String @@ -8314,24 +8312,24 @@ Source - tooltip - type list + tooltip + Separator - tooltip - type string + tooltip + tooltip - Returns the list as a single string, using Separator between the entries. + Returns the list as a single string, using Separator between the entries.\nWrite the list out as a single string, using Separator between values. llEdgeOfWorld @@ -8346,24 +8344,24 @@ Position - tooltip - type vector + tooltip + Direction - tooltip - type vector + tooltip + tooltip - Checks to see whether the border hit by Direction from Position is the edge of the world (has no neighboring region). + Checks to see whether the border hit by Direction from Position is the edge of the world (has no neighboring region).\nReturns TRUE if the line along Direction from Position hits the edge of the world in the current simulator, returns FALSE if that edge crosses into another simulator. llEjectFromLand @@ -8378,15 +8376,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Ejects AvatarID from land that you own. + Ejects AvatarID from land that you own.\nEjects AvatarID from land that the object owner (group or resident) owns. llEmail @@ -8401,33 +8399,33 @@ Address - tooltip - type string + tooltip + Subject - tooltip - type string + tooltip + Text - tooltip - type string + tooltip + tooltip - Sends email to Address with Subject and Message. + Sends email to Address with Subject and Message.\nSends an email to Address with Subject and Message. llEscapeURL @@ -8442,15 +8440,16 @@ URL - tooltip - type string + tooltip + tooltip - Returns an escaped/encoded version of url, replacing spaces with %20 etc. + Returns an escaped/encoded version of url, replacing spaces with %20 etc.\nReturns the string that is the URL-escaped version of URL (replacing spaces with %20, etc.).\n + This function returns the UTF-8 encoded escape codes for selected characters. llEuler2Rot @@ -8465,15 +8464,15 @@ Vector - tooltip - type vector + tooltip + tooltip - Returns the rotation representation of the Euler angles. + Returns the rotation representation of the Euler angles.\nReturns the rotation represented by the Euler Angle. llEvade @@ -8488,24 +8487,24 @@ TargetID - tooltip - Agent or object to evade. type key + tooltip + Agent or object to evade. Options - tooltip - No options yet. type list + tooltip + No options yet. tooltip - Evade a specified target. + Evade a specified target.\nCharacters will (roughly) try to hide from their pursuers if there is a good hiding spot along their fleeing path. Hiding means no direct line of sight from the head of the character (centre of the top of its physics bounding box) to the head of its pursuer and no direct path between the two on the navigation-mesh. llExecCharacterCmd @@ -8520,24 +8519,24 @@ Command - tooltip - Command to send. type integer + tooltip + Command to send. Options - tooltip - Height for CHARACTER_CMD_JUMP. type list + tooltip + Height for CHARACTER_CMD_JUMP. tooltip - Execute a character command. + Execute a character command.\nSend a command to the path system.\nCurrently only supports stopping the current path-finding operation or causing the character to jump. llFabs @@ -8552,15 +8551,15 @@ Value - tooltip - type float + tooltip + tooltip - Returns the positive version of Value. + Returns the positive version of Value.\nReturns the absolute value of Value. llFleeFrom @@ -8575,33 +8574,33 @@ Source - tooltip - Global coordinate from which to flee. type vector + tooltip + Global coordinate from which to flee. Distance - tooltip - Distance in meters to flee from the source. type float + tooltip + Distance in meters to flee from the source. Options - tooltip - No options available at this time. type list + tooltip + No options available at this time. tooltip - Flee from a point. + Flee from a point.\nDirects a character (llCreateCharacter) to keep away from a defined position in the region or adjacent regions. llFloor @@ -8616,10 +8615,10 @@ Value - tooltip - type float + tooltip + @@ -8639,16 +8638,15 @@ Enable - tooltip - Boolean, if TRUE when an avatar sits on the prim, the avatar will be forced into mouse-look mode. - FALSE is the default setting and will undo a previously set TRUE or do nothing. type integer + tooltip + Boolean, if TRUE when an avatar sits on the prim, the avatar will be forced into mouse-look mode.\nFALSE is the default setting and will undo a previously set TRUE or do nothing. tooltip - If Enable is TRUE any avatar that sits on this object is forced into mouse-look mode. + If Enable is TRUE any avatar that sits on this object is forced into mouse-look mode.\nAfter calling this function with Enable set to TRUE, any agent sitting down on the prim will be forced into mouse-look.\nJust like llSitTarget, this changes a permanent property of the prim (not the object) and needs to be reset by calling this function with Enable set to FALSE in order to disable it. llFrand @@ -8663,15 +8661,15 @@ Magnitude - tooltip - type float + tooltip + tooltip - Returns a pseudo random number in the range [0, Magnitude] or [Magnitude, 0]. + Returns a pseudo random number in the range [0, Magnitude] or [Magnitude, 0].\nReturns a pseudo-random number between [0, Magnitude]. llGenerateKey @@ -8684,7 +8682,7 @@ arguments tooltip - Generates a key (SHA-1 hash) using UUID generation to create a unique key. + Generates a key (SHA-1 hash) using UUID generation to create a unique key.\nAs the UUID produced is versioned, it should never return a value of NULL_KEY.\nThe specific UUID version is an implementation detail that has changed in the past and may change again in the future. Do not depend upon the UUID that is returned to be version 5 SHA-1 hash. llGetAccel @@ -8697,7 +8695,7 @@ arguments tooltip - Returns the acceleration of the object relative to the region's axes. + Returns the acceleration of the object relative to the region's axes.\nGets the acceleration of the object. llGetAgentInfo @@ -8712,16 +8710,16 @@ AvatarID - tooltip - type key + tooltip + tooltip Returns an integer bit-field containing the agent information about id.\n - Returns AGENT_FLYING, AGENT_ATTACHMENTS, AGENT_SCRIPTED, AGENT_SITTING, AGENT_ON_OBJECT, AGENT_MOUSELOOK, AGENT_AWAY, AGENT_BUSY, AGENT_TYPING, AGENT_CROUCHING, AGENT_ALWAYS_RUN, AGENT_WALKING and/or AGENT_IN_AIR. + Returns AGENT_FLYING, AGENT_ATTACHMENTS, AGENT_SCRIPTED, AGENT_SITTING, AGENT_ON_OBJECT, AGENT_MOUSELOOK, AGENT_AWAY, AGENT_BUSY, AGENT_TYPING, AGENT_CROUCHING, AGENT_ALWAYS_RUN, AGENT_WALKING and/or AGENT_IN_AIR.\nReturns information about the given agent ID as a bit-field of agent info constants. llGetAgentLanguage @@ -8736,15 +8734,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Returns the language code of the preferred interface language of the avatar. + Returns the language code of the preferred interface language of the avatar.\nReturns a string that is the language code of the preferred interface language of the resident. llGetAgentList @@ -8759,24 +8757,24 @@ Scope - tooltip - The scope (region, parcel, parcel same owner) to return agents for. type integer + tooltip + The scope (region, parcel, parcel same owner) to return agents for. Options - tooltip - List of options to apply. Current unused. type list + tooltip + List of options to apply. Current unused. tooltip - Requests a list of agents currently in the region, limited by the scope parameter. + Requests a list of agents currently in the region, limited by the scope parameter.\nReturns a list [key UUID-0, key UUID-1, ..., key UUID-n] or [string error_msg] - returns avatar keys for all agents in the region limited to the area(s) specified by scope llGetAgentSize @@ -8791,15 +8789,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - If the avatar is in the same region, returns the size of the bounding box of the requested avatar by id, otherwise returns ZERO_VECTOR. + If the avatar is in the same region, returns the size of the bounding box of the requested avatar by id, otherwise returns ZERO_VECTOR.\nIf the agent is in the same region as the object, returns the size of the avatar. llGetAlpha @@ -8814,15 +8812,15 @@ Face - tooltip - type integer + tooltip + tooltip - Returns the alpha value of Face. + Returns the alpha value of Face.\nReturns the 'alpha' of the given face. If face is ALL_SIDES the value returned is the mean average of all faces. llGetAndResetTime @@ -8835,7 +8833,7 @@ arguments tooltip - Returns the script time in seconds and then resets the script timer to zero. + Returns the script time in seconds and then resets the script timer to zero.\nGets the time in seconds since starting and resets the time to zero. llGetAnimation @@ -8850,15 +8848,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Returns the name of the currently playing locomotion animation for the avatar id. + Returns the name of the currently playing locomotion animation for the avatar id.\nReturns the currently playing animation for the specified avatar ID. llGetAnimationList @@ -8873,15 +8871,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Returns a list of keys of playing animations for an avatar. + Returns a list of keys of playing animations for an avatar.\nReturns a list of keys of all playing animations for the specified avatar ID. llGetAnimationOverride @@ -8896,15 +8894,15 @@ AnimationState - tooltip - type string + tooltip + tooltip - Returns a string that is the name of the animation that is used for the specified animation state + Returns a string that is the name of the animation that is used for the specified animation state\nTo use this function the script must obtain either the PERMISSION_OVERRIDE_ANIMATIONS or PERMISSION_TRIGGER_ANIMATION permission (automatically granted to attached objects). llGetAttached @@ -8917,7 +8915,7 @@ arguments tooltip - Returns the object's attachment point, or 0 if not attached. + Returns the object's attachment point, or 0 if not attached.\nReturns the object attachment point, or 0 if not attached. llGetBoundingBox @@ -8932,10 +8930,10 @@ ID - tooltip - type key + tooltip + @@ -8953,7 +8951,7 @@ arguments tooltip - Returns the current camera position for the agent the task has permissions for. + Returns the current camera position for the agent the task has permissions for.\nReturns the position of the camera, of the user that granted the script PERMISSION_TRACK_CAMERA. If no user has granted the permission, it returns ZERO_VECTOR. llGetCameraRot @@ -8966,7 +8964,7 @@ arguments tooltip - Returns the current camera orientation for the agent the task has permissions for. + Returns the current camera orientation for the agent the task has permissions for. If no user has granted the PERMISSION_TRACK_CAMERA permission, returns ZERO_ROTATION. llGetCenterOfMass @@ -8994,24 +8992,24 @@ Point - tooltip - A point in region-local space. type vector + tooltip + A point in region-local space. Options - tooltip - No options at this time. type list + tooltip + No options at this time. tooltip - Get the closest navigable point to the point provided. + Get the closest navigable point to the point provided.\nThe function accepts a point in region-local space (like all the other path-finding methods) and returns either an empty list or a list containing a single vector which is the closest point on the navigation-mesh to the point provided. llGetColor @@ -9026,15 +9024,15 @@ Face - tooltip - type integer + tooltip + tooltip - Returns the color on Face. + Returns the color on Face.\nReturns the colour of Face as a vector of red, green, and blue values between 0 and 1. If face is ALL_SIDES the colour returned is the mean average of each channel. llGetCreator @@ -9047,7 +9045,7 @@ arguments tooltip - Returns a key for the creator of the prim. + Returns a key for the creator of the prim.\nReturns the key of the object's original creator. Similar to llGetOwner. llGetDate @@ -9060,7 +9058,7 @@ arguments tooltip - Returns the current date in the UTC time zone in the format YYYY-MM-DD. + Returns the current date in the UTC time zone in the format YYYY-MM-DD.\nReturns the current UTC date as YYYY-MM-DD. llGetDisplayName @@ -9075,15 +9073,15 @@ AvatarID - tooltip - Avatar UUID that is in the same region, or is otherwise known to the region. type key + tooltip + Avatar UUID that is in the same region, or is otherwise known to the region. tooltip - Returns the name of an avatar, if the avatar is in the current region, and the name has been cached, otherwise the same as llGetUsername. Use llRequestDisplayName if you absolutely must have the display name. + Returns the display name of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestDisplayName if the avatar may be absent from the region. llGetEnergy @@ -9111,10 +9109,10 @@ DataRequest - tooltip - The type of data to request. Any other string will cause an empty string to be returned. type string + tooltip + The type of data to request. Any other string will cause an empty string to be returned. @@ -9132,7 +9130,7 @@ arguments tooltip - Returns the force (if the script is physical). + Returns the force (if the script is physical).\nReturns the current force if the script is physical. llGetFreeMemory @@ -9145,7 +9143,7 @@ arguments tooltip - Returns the number of free bytes of memory the script can use. + Returns the number of free bytes of memory the script can use.\nReturns the available free space for the current script. This is inaccurate with LSO. llGetFreeURLs @@ -9158,7 +9156,7 @@ arguments tooltip - Returns the number of available URLs for the current script. + Returns the number of available URLs for the current script.\nReturns an integer that is the number of available URLs. llGetGeometricCenter @@ -9171,7 +9169,7 @@ arguments tooltip - Returns the geometric center of the linked set the script is attached to. + Returns the vector that is the geometric center of the object relative to the root prim. llGetGMTclock @@ -9184,7 +9182,7 @@ arguments tooltip - Returns the time in seconds since midnight GMT. + Returns the time in seconds since midnight GMT.\nGets the time in seconds since midnight in GMT/UTC. llGetHTTPHeader @@ -9199,24 +9197,24 @@ HTTPRequestID - tooltip - A valid HTTP request key type key + tooltip + A valid HTTP request key Header - tooltip - Header value name type string + tooltip + Header value name tooltip - Returns the value for header for request_id. + Returns the value for header for request_id.\nReturns a string that is the value of the Header for HTTPRequestID. llGetInventoryCreator @@ -9231,15 +9229,15 @@ InventoryItem - tooltip - type string + tooltip + tooltip - Returns a key for the creator of the inventory item. + Returns a key for the creator of the inventory item.\nThis function returns the UUID of the creator of item. If item is not found in inventory, the object says "No item named 'name'". llGetInventoryKey @@ -9254,15 +9252,15 @@ InventoryItem - tooltip - type string + tooltip + tooltip - Returns the key that is the UUID of the inventory named. + Returns the key that is the UUID of the inventory named.\nReturns the key of the inventory named. llGetInventoryName @@ -9277,24 +9275,24 @@ InventoryType - tooltip - inventory item type type integer + tooltip + Inventory item type Index - tooltip - Index number of inventory item. type integer + tooltip + Index number of inventory item. tooltip - Returns the name of the inventory item number of a given type. + Returns the name of the inventory item of a given type, specified by index number.\nUse the inventory constants INVENTORY_* to specify the type. llGetInventoryNumber @@ -9309,15 +9307,15 @@ InventoryType - tooltip - Inventory item type type integer + tooltip + Inventory item type tooltip - Returns the number of items of a given type (INVENTORY_* flag) in the prim's inventory. + Returns the quantity of items of a given type (INVENTORY_* flag) in the prim's inventory.\nUse the inventory constants INVENTORY_* to specify the type. llGetInventoryPermMask @@ -9332,24 +9330,24 @@ InventoryItem - tooltip - Inventory item name. type string + tooltip + Inventory item name. BitMask - tooltip - MASK_BASE, MASK_OWNER, MASK_GROUP, MASK_EVERYONE or MASK_NEXT type integer + tooltip + MASK_BASE, MASK_OWNER, MASK_GROUP, MASK_EVERYONE or MASK_NEXT tooltip - Returns the requested permission mask for the inventory item. + Returns the requested permission mask for the inventory item.\nReturns the requested permission mask for the inventory item defined by InventoryItem. If item is not in the object's inventory, llGetInventoryPermMask returns FALSE and causes the object to say "No item named '<item>'", where "<item>" is item. llGetInventoryType @@ -9364,15 +9362,15 @@ InventoryItem - tooltip - type string + tooltip + tooltip - Returns the type of the inventory item named. + Returns the type of the named inventory item.\nLike all inventory functions, llGetInventoryType is case-sensitive. llGetKey @@ -9385,7 +9383,7 @@ arguments tooltip - Returns the key of the prim the script is attached to. + Returns the key of the prim the script is attached to.\nGet the key for the object which has this script. llGetLandOwnerAt @@ -9400,15 +9398,15 @@ Position - tooltip - type vector + tooltip + tooltip - Returns the key of the land owner, returns NULL_KEY if public. + Returns the key of the land owner, returns NULL_KEY if public.\nReturns the key of the land owner at Position, or NULL_KEY if public. llGetLinkKey @@ -9423,15 +9421,15 @@ LinkNumber - tooltip - type integer + tooltip + tooltip - Returns the key of the linked prim LinkNumber. + Returns the key of the linked prim LinkNumber.\nReturns the key of LinkNumber in the link set. llGetLinkMedia @@ -9446,28 +9444,28 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag Face - tooltip - The prim's side number type integer + tooltip + The prim's side number Parameters - tooltip - A list of PRIM_* property constants to return values of. type integer + tooltip + A list of PRIM_* property constants to return values of. @@ -9487,15 +9485,15 @@ LinkNumber - tooltip - type integer + tooltip + tooltip - Returns the name of LinkNumber in a link set. + Returns the name of LinkNumber in a link set.\nReturns the name of LinkNumber the link set. llGetLinkNumber @@ -9508,7 +9506,7 @@ arguments tooltip - Returns the link number of the prim containing the script (0 means not linked, 1 the prim is the root, 2 the prim is the first child, etc.). + Returns the link number of the prim containing the script (0 means not linked, 1 the prim is the root, 2 the prim is the first child, etc.).\nReturns the link number of the prim containing the script. 0 means no link, 1 the root, 2 for first child, etc. llGetLinkNumberOfSides @@ -9523,15 +9521,15 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. tooltip - Returns the number of sides of the specified linked prim. + Returns the number of sides of the specified linked prim.\nReturns an integer that is the number of faces (or sides) of the prim link. llGetLinkPrimitiveParams @@ -9546,24 +9544,24 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. Parameters - tooltip - PRIM_* flags. type integer + tooltip + PRIM_* flags. tooltip - Get primitive parameters for LinkNumber based on rules. + Returns the list of primitive attributes requested in the Parameters list for LinkNumber.\nPRIM_* flags can be broken into three categories, face flags, prim flags, and object flags.\n* Supplying a prim or object flag will return that flags attributes.\n* Face flags require the user to also supply a face index parameter. llGetListEntryType @@ -9578,24 +9576,24 @@ ListVariable - tooltip - type list + tooltip + Index - tooltip - type integer + tooltip + tooltip - Returns the type of the index entry in the list (TYPE_INTEGER, TYPE_FLOAT, TYPE_STRING, TYPE_KEY, TYPE_VECTOR, TYPE_ROTATION, or TYPE_INVALID if index is off list). + Returns the type of the index entry in the list (TYPE_INTEGER, TYPE_FLOAT, TYPE_STRING, TYPE_KEY, TYPE_VECTOR, TYPE_ROTATION, or TYPE_INVALID if index is off list).\nReturns the type of the variable at Index in ListVariable. llGetListLength @@ -9610,15 +9608,15 @@ ListVariable - tooltip - type list + tooltip + tooltip - Returns the number of elements in the list. + Returns the number of elements in the list.\nReturns the number of elements in ListVariable. llGetLocalPos @@ -9631,7 +9629,7 @@ arguments tooltip - Returns the position relative to the root. + Returns the position relative to the root.\nReturns the local position of a child object relative to the root. llGetLocalRot @@ -9644,7 +9642,7 @@ arguments tooltip - Returns the rotation local to the root. + Returns the rotation local to the root.\nReturns the local rotation of a child object relative to the root. llGetMass @@ -9657,7 +9655,7 @@ arguments tooltip - Returns the mass of object that the script is attached to. + Returns the mass of object that the script is attached to.\nReturns the scripted object's mass. When called from a script in a link-set, the parent will return the sum of the link-set weights, while a child will return just its own mass. When called from a script inside an attachment, this function will return the mass of the avatar it's attached to, not its own. llGetMassMKS @@ -9724,24 +9722,24 @@ Address - tooltip - type string + tooltip + Subject - tooltip - type string + tooltip + tooltip - Get the next waiting email with appropriate address and/or subject (if blank they are ignored). + Fetch the next queued email with that matches the given address and/or subject, via the email event.\nIf the parameters are blank, they are not used for filtering. llGetNotecardLine @@ -9756,24 +9754,24 @@ NotecardName - tooltip - type string + tooltip + LineNumber - tooltip - type integer + tooltip + tooltip - Returns line from NotecardName via the dataserver event. + Returns LineNumber from NotecardName via the dataserver event. The line index starts at zero.\nIf the requested line is passed the end of the note-card the dataserver event will return the constant EOF string.\nThe key returned by this function is a unique identifier which will be supplied to the dataserver event in the requested parameter. llGetNumberOfNotecardLines @@ -9788,15 +9786,15 @@ NotecardName - tooltip - type string + tooltip + tooltip - Returns number of lines in NotecardName via the dataserver event (cast return value to integer). + Returns the number of lines contained within a notecard via the dataserver event.\nThe key returned by this function is a query ID for identifying the dataserver reply. llGetNumberOfPrims @@ -9809,7 +9807,7 @@ arguments tooltip - Returns the number of prims in a link set the script is attached to. + Returns the number of prims in a link set the script is attached to.\nReturns the number of prims in (and avatars seated on) the object the script is in. llGetNumberOfSides @@ -9822,7 +9820,7 @@ arguments tooltip - Returns the number of faces (or sides) of the prim. + Returns the number of faces (or sides) of the prim.\nReturns the number of sides of the prim which has the script. llGetObjectDesc @@ -9835,7 +9833,7 @@ arguments tooltip - Returns the description of the prim the script is attached to. + Returns the description of the prim the script is attached to.\nReturns the description of the scripted object/prim. You can set the description using llSetObjectDesc. llGetObjectDetails @@ -9850,25 +9848,24 @@ ID - tooltip - Prim or avatar UUID that is in the same region. type key + tooltip + Prim or avatar UUID that is in the same region. Parameters - tooltip - List of OBJECT_* flags. type list + tooltip + List of OBJECT_* flags. tooltip - Returns the object details specified in Parameters for the object with key ID.\n - Parameters are OBJECT_NAME, _DESC, _POS, _ROT, _VELOCITY, _OWNER, _GROUP, _CREATOR. + Returns a list of object details specified in the Parameters list for the object or avatar in the region with key ID.\nParameters are specified by the OBJECT_* constants. llGetObjectMass @@ -9883,15 +9880,15 @@ ID - tooltip - type key + tooltip + tooltip - Returns the mass of the avatar or object in the region. + Returns the mass of the avatar or object in the region.\nGets the mass of the object or avatar corresponding to ID. llGetObjectName @@ -9904,7 +9901,7 @@ arguments tooltip - Returns the name of the prim which the script is attached to. + Returns the name of the prim which the script is attached to.\nReturns the name of the prim (not object) which contains the script. llGetObjectPermMask @@ -9917,17 +9914,17 @@ arguments - PermissionMask + Category - tooltip - type integer + tooltip + Category is one of MASK_BASE, MASK_OWNER, MASK_GROUP, MASK_EVERYONE, or MASK_NEXT tooltip - Returns the requested permission mask for the root object the task is attached to. + Returns the permission mask of the requested category for the object. llGetObjectPrimCount @@ -9942,15 +9939,15 @@ ObjectID - tooltip - type key + tooltip + tooltip - Returns the total number of prims for an object in the region. + Returns the total number of prims for an object in the region.\nReturns the prim count for any object id in the same region. llGetOmega @@ -9963,7 +9960,7 @@ arguments tooltip - Returns the rotation velocity in radians per second. + Returns the rotation velocity in radians per second.\nReturns a vector that is the rotation velocity of the object in radians per second. llGetOwner @@ -9976,7 +9973,7 @@ arguments tooltip - Returns the object owner's UUID. + Returns the object owner's UUID.\nReturns the key for the owner of the object. llGetOwnerKey @@ -9991,15 +9988,15 @@ ObjectID - tooltip - type key + tooltip + tooltip - Returns the owner of ObjectID. + Returns the owner of ObjectID.\nReturns the key for the owner of object ObjectID. llGetParcelDetails @@ -10014,25 +10011,24 @@ Position - tooltip - Location within the region. type vector + tooltip + Location within the region. ParcelDetails - tooltip - List of details requested for the specified parcel location. type list + tooltip + List of details requested for the specified parcel location. tooltip - Returns the parcel details specified in ParcelDetails for the parcel at Position.\n - Parameters is one or more of: PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA, _ID, _SEE_AVATARS. + Returns a list of parcel details specified in the ParcelDetails list for the parcel at Position.\nParameters is one or more of: PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA, _ID, _SEE_AVATARS.\nReturns a list that is the parcel details specified in ParcelDetails (in the same order) for the parcel at Position. llGetParcelFlags @@ -10047,15 +10043,15 @@ Position - tooltip - type vector + tooltip + tooltip - Returns a mask of the parcel flags (PARCEL_FLAG_*) for the parcel that includes the point Position. + Returns a mask of the parcel flags (PARCEL_FLAG_*) for the parcel that includes the point Position.\nReturns a bit-field specifying the parcel flags (PARCEL_FLAG_*) for the parcel at Position. llGetParcelMaxPrims @@ -10070,24 +10066,24 @@ Position - tooltip - Region coordinates (z is ignored) of parcel. type vector + tooltip + Region coordinates (z is ignored) of parcel. SimWide - tooltip - Boolean. If FALSE then the return is the maximum prims supported by the parcel. If TRUE then it is the combined number of prims on all parcels in the region owned by the specified parcel's owner. type integer + tooltip + Boolean. If FALSE then the return is the maximum prims supported by the parcel. If TRUE then it is the combined number of prims on all parcels in the region owned by the specified parcel's owner. tooltip - Returns the maximum number of prims allowed on the parcel at Position. + Returns the maximum number of prims allowed on the parcel at Position for a given scope.\nThe scope may be set to an individual parcel or the combined resources of all parcels with the same ownership in the region. llGetParcelMusicURL @@ -10100,7 +10096,7 @@ arguments tooltip - Gets the streaming audio URL for the parcel object is on. + Gets the streaming audio URL for the parcel object is on.\nThe object owner, avatar or group, must also be the land owner. llGetParcelPrimCount @@ -10115,34 +10111,33 @@ Position - tooltip - region coordinate type vector + tooltip + Region coordinates of parcel to query. Category - tooltip - A PARCEL_COUNT_* flag. type integer + tooltip + A PARCEL_COUNT_* flag. SimWide - tooltip - Boolean. If FALSE then the return is the maximum prims supported by the parcel. If TRUE then it is the combined number of prims on all parcels in the region owned by the specified parcel's owner. type integer + tooltip + Boolean. If FALSE then the return is the maximum prims supported by the parcel. If TRUE then it is the combined number of prims on all parcels in the region owned by the specified parcel's owner. tooltip - Returns the number of prims on the parcel at Position of the given category. - Categories: PARCEL_COUNT_TOTAL, _OWNER, _GROUP, _OTHER, _SELECTED, _TEMP. + Returns the number of prims on the parcel at Position of the given category.\nCategories: PARCEL_COUNT_TOTAL, _OWNER, _GROUP, _OTHER, _SELECTED, _TEMP.\nReturns the number of prims used on the parcel at Position which are in Category.\nIf SimWide is TRUE, it returns the total number of objects for all parcels with matching ownership in the category specified.\nIf SimWide is FALSE, it returns the number of objects on this specific parcel in the category specified llGetParcelPrimOwners @@ -10157,16 +10152,15 @@ Position - tooltip - type vector + tooltip + tooltip - Returns a list of all residents who own objects on the parcel at Position, with individual prim counts. - Requires owner-like permissions for the parcel. + Returns a list of up to 100 residents who own objects on the parcel at Position, with per-owner land impact totals.\nRequires owner-like permissions for the parcel, and for the script owner to be present in the region.\nThe list is formatted as [ key agentKey1, integer agentLI1, key agentKey2, integer agentLI2, ... ], sorted by agent key.\nThe integers are the combined land impacts of the objects owned by the corresponding agents. llGetPermissions @@ -10179,7 +10173,7 @@ arguments tooltip - Returns an integer bit-field with the permissions that have been granted. + Returns an integer bitmask of the permissions that have been granted to the script. Individual permissions can be determined using a bit-wise "and" operation against the PERMISSION_* constants llGetPermissionsKey @@ -10192,7 +10186,7 @@ arguments tooltip - Returns the key of the avatar that last granted permissions to the script. + Returns the key of the avatar that last granted or declined permissions to the script.\nReturns NULL_KEY if permissions were never granted or declined. llGetPhysicsMaterial @@ -10218,7 +10212,7 @@ arguments tooltip - Returns the position of the task in region coordinates. + Returns the position of the task in region coordinates.\nReturns the vector position of the task in region coordinates. llGetPrimitiveParams @@ -10233,15 +10227,15 @@ Parameters - tooltip - PRIM_* flags type list + tooltip + PRIM_* flags and face parameters tooltip - Returns the primitive parameters specified in the parameters list. + Returns the primitive parameters specified in the parameters list.\nReturns primitive parameters specified in the Parameters list. llGetPrimMediaParams @@ -10256,19 +10250,19 @@ Face - tooltip - face number type integer + tooltip + face number Parameters - tooltip - a set PRIM_* flags (in no particular order) type list + tooltip + One or more PRIM_MEDIA_* flags @@ -10286,7 +10280,7 @@ arguments tooltip - Returns the number of avatars in the region. + Returns the number of avatars in the region.\nReturns an integer that is the number of avatars in the region. llGetRegionCorner @@ -10299,7 +10293,7 @@ arguments tooltip - Returns a vector, in meters, that is the global location of the south-west corner of the region which the object is in. + Returns a vector, in meters, that is the global location of the south-west corner of the region which the object is in.\nReturns the Region-Corner of the simulator containing the task. The region-corner is a vector (values in meters) representing distance from the first region. llGetRegionFlags @@ -10312,7 +10306,7 @@ arguments tooltip - Returns the region flags (REGION_FLAG_*) for the region the object is in. + Returns the region flags (REGION_FLAG_*) for the region the object is in.\nReturns a bit-field specifying the region flags (REGION_FLAG_*) for the region the object is in. llGetRegionFPS @@ -10351,7 +10345,7 @@ arguments tooltip - Returns the current time dilation as a float between 0.0 (full dilation) and 1.0 (no dilation). + Returns the current time dilation as a float between 0.0 (full dilation) and 1.0 (no dilation).\nReturns the current time dilation as a float between 0.0 and 1.0. llGetRootPosition @@ -10364,7 +10358,7 @@ arguments tooltip - Returns the position (in region coordinates) of the root prim of the object which the script is attached to. + Returns the position (in region coordinates) of the root prim of the object which the script is attached to.\nThis is used to allow a child prim to determine where the root is. llGetRootRotation @@ -10377,7 +10371,7 @@ arguments tooltip - Returns the rotation (relative to the region) of the root prim of the object which the script is attached to. + Returns the rotation (relative to the region) of the root prim of the object which the script is attached to.\nGets the global rotation of the root object of the object script is attached to. llGetRot @@ -10390,7 +10384,7 @@ arguments tooltip - Returns the rotation relative to the region's axes. + Returns the rotation relative to the region's axes.\nReturns the rotation. llGetScale @@ -10403,7 +10397,7 @@ arguments tooltip - Returns the scale of the prim. + Returns the scale of the prim.\nReturns a vector that is the scale (dimensions) of the prim. llGetScriptName @@ -10416,7 +10410,7 @@ arguments tooltip - Returns the name of the script that this function is used in. + Returns the name of the script that this function is used in.\nReturns the name of this script. llGetScriptState @@ -10431,15 +10425,15 @@ ScriptName - tooltip - type string + tooltip + tooltip - Returns TRUE if the script named is running. + Returns TRUE if the script named is running.\nReturns TRUE if ScriptName is running. llGetSimStats @@ -10454,10 +10448,10 @@ StatType - tooltip - Statistic type. Currently only SIM_STAT_PCT_CHARS_STEPPED is supported. type integer + tooltip + Statistic type. Currently only SIM_STAT_PCT_CHARS_STEPPED is supported. @@ -10475,7 +10469,7 @@ arguments tooltip - Returns the host-name of the machine which the script is running on (same as string in viewer Help dialog). + Returns the host-name of the machine which the script is running on.\nFor example, "sim225.agni.lindenlab.com". llGetSPMaxMemory @@ -10488,7 +10482,7 @@ arguments tooltip - Returns the maximum used memory for the current script. Only valid after using PROFILE_SCRIPT_MEMORY. Non-mono scripts always use 16k. + Returns the maximum used memory for the current script. Only valid after using PROFILE_SCRIPT_MEMORY. Non-mono scripts always use 16k.\nReturns the integer of the most bytes used while llScriptProfiler was last active. llGetStartParameter @@ -10501,7 +10495,7 @@ arguments tooltip - Returns an integer that is the script start parameter. + Returns an integer that is the script rez parameter.\nIf the object was rezzed by an agent, this function returns 0. llGetStaticPath @@ -10516,37 +10510,37 @@ Start - tooltip - Starting position. type vector + tooltip + Starting position. End - tooltip - Ending position. type vector + tooltip + Ending position. Radius - tooltip - Radius of the character that the path is for, between 0.125m and 5.0m. type float + tooltip + Radius of the character that the path is for, between 0.125m and 5.0m. Parameters - tooltip - Currently only accepts the parameter CHARACTER_TYPE; the options are identical to those used for llCreateCharacter. The default value is CHARACTER_TYPE_NONE. type list + tooltip + Currently only accepts the parameter CHARACTER_TYPE; the options are identical to those used for llCreateCharacter. The default value is CHARACTER_TYPE_NONE. @@ -10566,15 +10560,15 @@ StatusFlag - tooltip - A STATUS_* flag type integer + tooltip + A STATUS_* flag tooltip - Returns value of status (STATUS_PHYSICS, STATUS_PHANTOM, STATUS_BLOCK_GRAB, STATUS_ROTATE_X, STATUS_ROTATE_Y, and/or STATUS_ROTATE_Z). + Returns boolean value of the specified status (e.g. STATUS_PHANTOM) of the object the script is attached to. llGetSubString @@ -10589,33 +10583,33 @@ String - tooltip - type string + tooltip + Start - tooltip - type integer + tooltip + End - tooltip - type integer + tooltip + tooltip - Returns the indicated substring. + Returns a sub-string from String, in a range specified by the Start and End indicies (inclusive).\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\nIf Start is greater than End, the sub string is the exclusion of the entries. llGetSunDirection @@ -10628,7 +10622,7 @@ arguments tooltip - Returns a normalized vector of the direction of the sun in the region. + Returns a normalized vector of the direction of the sun in the region.\nReturns the sun's direction on the simulator. llGetTexture @@ -10643,15 +10637,15 @@ Face - tooltip - type integer + tooltip + tooltip - Returns a string that is the texture on face (the inventory name if it is a texture in the prim's inventory, otherwise the key). + Returns a string that is the texture on face (the inventory name if it is a texture in the prim's inventory, otherwise the key).\nReturns the texture of a face, if it is found in object inventory, its key otherwise. llGetTextureOffset @@ -10666,10 +10660,10 @@ Face - tooltip - type integer + tooltip + @@ -10689,10 +10683,10 @@ Face - tooltip - type integer + tooltip + @@ -10712,15 +10706,15 @@ Face - tooltip - type integer + tooltip + tooltip - Returns the texture scale of side in the x and y components of a vector. + Returns the texture scale of side in the x and y components of a vector.\nReturns the texture scale of a side in the x and y components of a vector. llGetTime @@ -10746,7 +10740,7 @@ arguments tooltip - Returns the time in seconds since [SECOND_LIFE] server midnight or since region up-time, whichever is smaller. + Returns the time in seconds since Second Life midnight or since region up-time, whichever is smaller.\nThe Second Life day cycle is 4 hours. llGetTimestamp @@ -10772,7 +10766,7 @@ arguments tooltip - Returns the torque (if the script is physical). + Returns the torque (if the script is physical).\nReturns a vector that is the torque (if the script is physical). llGetUnixTime @@ -10798,7 +10792,7 @@ arguments tooltip - Returns the current used memory for the current script. Non-mono scripts always use 16K. + Returns the current used memory for the current script. Non-mono scripts always use 16K.\nReturns the integer of the number of bytes of memory currently in use by the script. Non-mono scripts always use 16K. llGetUsername @@ -10813,15 +10807,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Returns the single-word user-name of an avatar, if the avatar is in the current region, otherwise the empty string. + Returns the username of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestUsername if the avatar may be absent from the region. llGetVel @@ -10834,7 +10828,7 @@ arguments tooltip - Returns the velocity of the object. + Returns the velocity of the object.\nReturns a vector that is the velocity of the object. llGetWallclock @@ -10847,7 +10841,7 @@ arguments tooltip - Returns the time in seconds since midnight California Pacific time (PST/PDT). + Returns the time in seconds since midnight California Pacific time (PST/PDT).\nReturns the time in seconds since simulator's time-zone midnight (Pacific Time). llGiveInventory @@ -10862,24 +10856,24 @@ TargetID - tooltip - type key + tooltip + InventoryItem - tooltip - type string + tooltip + tooltip - Give InventoryItem to destination represented by TargetID. + Give InventoryItem to destination represented by TargetID, as permitted by the permissions system.\nTargetID may be any agent or an object in the same region. llGiveInventoryList @@ -10894,33 +10888,33 @@ TargetID - tooltip - type key + tooltip + FolderName - tooltip - type string + tooltip + InventoryItems - tooltip - type list + tooltip + tooltip - Give InventoryItems to destination (represented by TargetID) as a new folder of items. + Give InventoryItems to destination (represented by TargetID) as a new folder of items, as permitted by the permissions system.\nTargetID may be any agent or an object in the same region. If TargetID is an object, the items are passed directly to the object inventory (no folder is created). llGiveMoney @@ -10935,24 +10929,24 @@ AvatarID - tooltip - type key + tooltip + Amount - tooltip - type integer + tooltip + tooltip - Transfers Amount of L from script owner to AvatarID. + Transfers Amount of L$ from script owner to AvatarID.\nThis call will silently fail if PERMISSION_DEBIT has not been granted. llGodLikeRezObject @@ -10969,19 +10963,19 @@ InventoryItemID - tooltip - type key + tooltip + Position - tooltip - type vector + tooltip + @@ -11001,15 +10995,15 @@ Offset - tooltip - type vector + tooltip + tooltip - Returns the ground height at the object position + offset. + Returns the ground height at the object position + offset.\nReturns the ground height at the object's position + Offset. llGroundContour @@ -11024,15 +11018,15 @@ Offset - tooltip - type vector + tooltip + tooltip - Returns the ground contour direction below the object position + Offset. + Returns the ground contour direction below the object position + Offset.\nReturns the ground contour at the object's position + Offset. llGroundNormal @@ -11047,15 +11041,15 @@ Offset - tooltip - type vector + tooltip + tooltip - Returns the ground normal below the object position + offset. + Returns the ground normal below the object position + offset.\nReturns the ground contour at the object's position + Offset. llGroundRepel @@ -11070,33 +11064,35 @@ Height - tooltip - .Distance above the ground. type float + tooltip + Distance above the ground. Water - tooltip - Boolean, if TRUE then hover above water too. type integer + tooltip + Boolean, if TRUE then hover above water too. Tau - tooltip - Seconds to critically damp in. type float + tooltip + Seconds to critically damp in. tooltip - Critically damps to height if within height * 0.5 of level (either above ground level or above the higher of land and water if water == TRUE). + Critically damps to height if within height * 0.5 of level (either above ground level or above the higher of land and water if water == TRUE).\nCritically damps to fHeight if within fHeight * 0.5 of ground or water level.\n + The height is above ground level if iWater is FALSE or above the higher of land and water if iWater is TRUE.\n + Do not use with vehicles. Only works in physics-enabled objects. llGroundSlope @@ -11111,15 +11107,15 @@ Offset - tooltip - type vector + tooltip + tooltip - Returns the ground slope below the object position + Offset. + Returns the ground slope below the object position + Offset.\nReturns the ground slope at the object position + Offset. llHTTPRequest @@ -11134,33 +11130,33 @@ URL - tooltip - A valid HTTP/HTTPS URL. type string + tooltip + A valid HTTP/HTTPS URL. Parameters - tooltip - Configuration parameters, specified as HTTP_* flag-value pairs. type list + tooltip + Configuration parameters, specified as HTTP_* flag-value pairs. Body - tooltip - Contents of the request. type string + tooltip + Contents of the request. tooltip - Sends an HTTP request to the specified URL with the Body of the request and Parameters. + Sends an HTTP request to the specified URL with the Body of the request and Parameters.\nReturns a key that is a handle identifying the HTTP request made. llHTTPResponse @@ -11175,33 +11171,33 @@ HTTPRequestID - tooltip - A valid HTTP request key. type key + tooltip + A valid HTTP request key. Status - tooltip - HTTP Status (200, 400, 404, etc.). type integer + tooltip + HTTP Status (200, 400, 404, etc.). Body - tooltip - Contents of the response. type string + tooltip + Contents of the response. tooltip - Responds to HTTPRequestID with Status and Body. + Responds to an incoming HTTP request which was triggerd by an http_request event within the script. HTTPRequestID specifies the request to respond to (this ID is supplied in the http_request event handler). Status and Body specify the status code and message to respond with. llInsertString @@ -11216,33 +11212,33 @@ TargetVariable - tooltip - type string + tooltip + Position - tooltip - type integer + tooltip + SourceVariable - tooltip - type string + tooltip + tooltip - Inserts SourceVariable into TargetVariable at Position, and returns the result. + Inserts SourceVariable into TargetVariable at Position, and returns the result.\nInserts SourceVariable into TargetVariable at Position and returns the result. Note this does not alter TargetVariable. llInstantMessage @@ -11257,24 +11253,24 @@ AvatarID - tooltip - type key + tooltip + Text - tooltip - type string - + tooltip + + tooltip - IMs Text to the user identified. + IMs Text to the user identified.\nSend Text to the user as an instant message. llIntegerToBase64 @@ -11289,15 +11285,15 @@ Value - tooltip - type integer + tooltip + tooltip - Returns a string that is a Base64 big endian encode of Value. + Returns a string that is a Base64 big endian encode of Value.\nEncodes the Value as an 8-character Base64 string. llJson2List @@ -11312,10 +11308,10 @@ JSON - tooltip - type string + tooltip + @@ -11335,19 +11331,19 @@ JSON - tooltip - type string + tooltip + Specifiers - tooltip - type list + tooltip + @@ -11367,28 +11363,28 @@ JSON - tooltip - type string + tooltip + Specifiers - tooltip - type list + tooltip + Value - tooltip - type string + tooltip + @@ -11408,19 +11404,19 @@ JSON - tooltip - type string + tooltip + Specifiers - tooltip - type list + tooltip + @@ -11440,15 +11436,15 @@ ID - tooltip - Avatar or rezzed prim UUID. type key + tooltip + Avatar or rezzed prim UUID. tooltip - Returns the name of the prim or avatar specified by ID. The ID must be a valid rezzed prim or avatar key in the current simulator, otherwise an empty string is returned. + Returns the name of the prim or avatar specified by ID. The ID must be a valid rezzed prim or avatar key in the current simulator, otherwise an empty string is returned.\nFor avatars, the returned name is the legacy name llLinkParticleSystem @@ -11463,25 +11459,24 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag Rules - tooltip - Particle system rules list in the format [ rule1, data1, rule2, data2 . . . ruleN, dataN ] type integer + tooltip + Particle system rules list in the format [ rule1, data1, rule2, data2 . . . ruleN, dataN ] tooltip - Creates a particle system based on Rules. An empty list removes a particle system from object.\n - List format is [ rule-1, data-1, rule-2, data-2 ... rule-n, data-n ]. + Creates a particle system in prim LinkNumber based on Rules. An empty list removes a particle system from object.\nList format is [ rule-1, data-1, rule-2, data-2 ... rule-n, data-n ].\nThis is identical to llParticleSystem except that it applies to a specified linked prim and not just the prim the script is in. llLinkSitTarget @@ -11496,33 +11491,33 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag of the prim. type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag of the prim. Offset - tooltip - Position for the sit target, relative to the prim's position. type vector + tooltip + Position for the sit target, relative to the prim's position. Rotation - tooltip - Rotation (relative to the prim's rotation) for the avatar. type rotation + tooltip + Rotation (relative to the prim's rotation) for the avatar. tooltip - Set the sit location for the linked prim(s). If Offset == <0,0,0> clear it. + Set the sit location for the linked prim(s). If Offset == <0,0,0> clear it.\nSet the sit location for the linked prim(s). The sit location is relative to the prim's position and rotation. llList2CSV @@ -11537,15 +11532,15 @@ ListVariable - tooltip - type list + tooltip + tooltip - Creates a string of comma separated values from the list. + Creates a string of comma separated values from the list.\nCreate a string of comma separated values from the specified list. llList2Float @@ -11560,24 +11555,24 @@ ListVariable - tooltip - type list + tooltip + Index - tooltip - type integer + tooltip + tooltip - Copies the float at Index in the list. + Copies the float at Index in the list.\nReturns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to a float, then zero is returned. llList2Integer @@ -11592,24 +11587,24 @@ ListVariable - tooltip - type list + tooltip + Index - tooltip - type integer + tooltip + tooltip - Copies the integer at Index in the list. + Copies the integer at Index in the list.\nReturns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to an integer, then zero is returned. llList2Json @@ -11624,19 +11619,19 @@ JsonType - tooltip - Type is JSON_ARRAY or JSON_OBJECT. type string + tooltip + Type is JSON_ARRAY or JSON_OBJECT. Values - tooltip - List of values to convert. type list + tooltip + List of values to convert. @@ -11656,24 +11651,24 @@ ListVariable - tooltip - type list + tooltip + Index - tooltip - type integer + tooltip + tooltip - Copies the key at Index in the list. + Copies the key at Index in the list.\nReturns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to a key, then null string is returned. llList2List @@ -11688,33 +11683,33 @@ ListVariable - tooltip - type list + tooltip + Start - tooltip - type integer + tooltip + End - tooltip - type integer + tooltip + tooltip - Copies the slice of the list from Start to End. + Returns a subset of entries from ListVariable, in a range specified by the Start and End indicies (inclusive).\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\nIf Start is greater than End, the sub string is the exclusion of the entries. llList2ListStrided @@ -11729,42 +11724,42 @@ ListVariable - tooltip - type list + tooltip + Start - tooltip - type integer + tooltip + End - tooltip - type integer + tooltip + Stride - tooltip - type integer + tooltip + tooltip - Copies the strided slice of the list from Start to End. + Copies the strided slice of the list from Start to End.\nReturns a copy of the strided slice of the specified list from Start to End. llList2Rot @@ -11779,24 +11774,24 @@ ListVariable - tooltip - type list + tooltip + Index - tooltip - type integer + tooltip + tooltip - Copies the rotation at Index in the list. + Copies the rotation at Index in the list.\nReturns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to rotation, thenZERO_ROTATION is returned. llList2String @@ -11811,24 +11806,24 @@ ListVariable - tooltip - type list + tooltip + Index - tooltip - type integer + tooltip + tooltip - Copies the string at Index in the list. + Copies the string at Index in the list.\nReturns the value at Index in the specified list as a string. If Index describes a location not in the list then null string is returned. llList2Vector @@ -11843,24 +11838,24 @@ ListVariable - tooltip - type list + tooltip + Index - tooltip - type integer + tooltip + tooltip - Copies the vector at Index in the list. + Copies the vector at Index in the list.\nReturns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to a vector, then ZERO_VECTOR is returned. llListen @@ -11875,42 +11870,42 @@ Channel - tooltip - type integer + tooltip + SpeakersName - tooltip - type string + tooltip + SpeakersID - tooltip - type key + tooltip + Text - tooltip - type string + tooltip + tooltip - Sets a callback for Text on Channel from SpeakersName and SpeakersID (SpeakersName, SpeakersID, and/or Text can be empty) and returns an identifier that can be used to deactivate or remove the listen. + Creates a listen callback for Text on Channel from SpeakersName and SpeakersID (SpeakersName, SpeakersID, and/or Text can be empty) and returns an identifier that can be used to deactivate or remove the listen.\nNon-empty values for SpeakersName, SpeakersID, and Text will filter the results accordingly, while empty strings and NULL_KEY will not filter the results, for string and key parameters respectively.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. llListenControl @@ -11925,24 +11920,24 @@ ChannelHandle - tooltip - type integer + tooltip + Active - tooltip - type integer + tooltip + tooltip - Makes a listen event callback active or inactive. + Makes a listen event callback active or inactive. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener you are controlling.\nUse boolean values to specify Active llListenRemove @@ -11957,15 +11952,15 @@ ChannelHandle - tooltip - type integer + tooltip + tooltip - Removes listen event callback number. + Removes a listen event callback. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener to remove. llListFindList @@ -11980,24 +11975,24 @@ ListVariable - tooltip - type list + tooltip + Find - tooltip - type list + tooltip + tooltip - Returns the index of the first instance of Find in ListVariable. Returns -1 if not found. + Returns the index of the first instance of Find in ListVariable. Returns -1 if not found.\nReturns the position of the first instance of the Find list in the ListVariable. Returns -1 if not found. llListInsertList @@ -12012,33 +12007,33 @@ Target - tooltip - type list + tooltip + ListVariable - tooltip - type list + tooltip + Position - tooltip - type integer + tooltip + tooltip - Returns a list that contains all the elements from Target but with the elements from ListVariable inserted at Position start. + Returns a list that contains all the elements from Target but with the elements from ListVariable inserted at Position start.\nReturns a new list, created by inserting ListVariable into the Target list at Position. Note this does not alter the Target. llListRandomize @@ -12053,24 +12048,24 @@ ListVariable - tooltip - type list + tooltip + Stride - tooltip - type integer + tooltip + tooltip - Returns a randomized list of blocks of size Stride. + Returns a version of the input ListVariable which has been randomized by blocks of size Stride.\nIf the remainder from the length of the list, divided by the stride is non-zero, this function does not randomize the list. llListReplaceList @@ -12085,42 +12080,42 @@ Target - tooltip - type list + tooltip + ListVariable - tooltip - type list + tooltip + Start - tooltip - type integer + tooltip + End - tooltip - type integer + tooltip + tooltip - Returns a list that is Target with Start through End removed and ListVariable inserted at Start. + Returns a list that is Target with Start through End removed and ListVariable inserted at Start.\nReturns a list replacing the slice of the Target list from Start to End with the specified ListVariable. Start and End are inclusive, so 0, 1 would replace the first two entries and 0, 0 would replace only the first list entry. llListSort @@ -12135,33 +12130,33 @@ ListVariable - tooltip - List to sort. type list + tooltip + List to sort. Stride - tooltip - Stride length. type integer + tooltip + Stride length. Ascending - tooltip - Boolean. TRUE = result in ascending order, FALSE = result in descending order. type integer + tooltip + Boolean. TRUE = result in ascending order, FALSE = result in descending order. tooltip - Sorts the list into blocks of stride, in Ascending order if Ascending == TRUE. The sort order is affected by type. + Returns the specified list, sorted into blocks of stride in ascending order (if Ascending is TRUE, otherwise descending). Note that sort only works if the first entry of each block is the same datatype. llListStatistics @@ -12176,31 +12171,31 @@ Operation - tooltip - One of LIST_STAT_* values type integer + tooltip + One of LIST_STAT_* values ListVariable - tooltip - Variable to analyse. type list + tooltip + Variable to analyze. tooltip - Performs statistical aggregate functions on ListVariable using LIST_STAT_* Operations. + Performs a statistical aggregate function, specified by a LIST_STAT_* constant, on ListVariables.\nThis function allows a script to perform a statistical operation as defined by operation on a list composed of integers and floats. llLoadURL energy 10.0 sleep - 10.0 + 0.1 return void arguments @@ -12208,33 +12203,33 @@ AvatarID - tooltip - type key + tooltip + Text - tooltip - type string + tooltip + URL - tooltip - type string + tooltip + tooltip - Shows dialog to avatar AvatarID offering to load web page at URL. If user clicks yes, launches their web browser. + Shows dialog to avatar AvatarID offering to load web page at URL. If user clicks yes, launches their web browser.\nllLoadURL displays a dialogue box to the user, offering to load the specified web page using the default web browser. llLog @@ -12249,15 +12244,15 @@ Value - tooltip - type float - + tooltip + + tooltip - Returns the natural logarithm of Value. Returns zero if Value <= 0. + Returns the natural logarithm of Value. Returns zero if Value <= 0.\nReturns the base e (natural) logarithm of the specified Value. llLog10 @@ -12272,15 +12267,15 @@ Value - tooltip - type float + tooltip + tooltip - Returns the base 10 logarithm of Value. Returns zero if Value <= 0. + Returns the base 10 logarithm of Value. Returns zero if Value <= 0.\nReturns the base 10 (common) logarithm of the specified Value. llLookAt @@ -12295,33 +12290,33 @@ Target - tooltip - type vector + tooltip + Strength - tooltip - type float + tooltip + Damping - tooltip - type float + tooltip + tooltip - Cause object name to point it's forward axis towards Target. + Cause object name to point its forward axis towards Target, at a force controlled by Strength and Damping.\nGood Strength values are around half the mass of the object and good Damping values are less than 1/10th of the Strength.\nAsymmetrical shapes require smaller Damping. A Strength of 0.0 cancels the look at. llLoopSound @@ -12336,24 +12331,24 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + tooltip - Plays attached Sound, looping indefinitely, at Volume (0.0 - 1.0). + Plays specified Sound, looping indefinitely, at Volume (0.0 - 1.0).\nOnly one sound may be attached to an object at a time.\nA second call to llLoopSound with the same key will not restart the sound, but the new volume will be used. This allows control over the volume of already playing sounds.\nSetting the volume to 0 is not the same as calling llStopSound; a sound with 0 volume will continue to loop.\nTo restart the sound from the beginning, call llStopSound before calling llLoopSound again. llLoopSoundMaster @@ -12368,24 +12363,24 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + tooltip - Plays attached Sound, looping at volume (0.0 - 1.0), and declares it a sync master. + Plays attached Sound, looping at volume (0.0 - 1.0), and declares it a sync master.\nBehaviour is identical to llLoopSound, with the addition of marking the source as a "Sync Master", causing "Slave" sounds to sync to it. If there are multiple masters within a viewers interest area, the most audible one (a function of both distance and volume) will win out as the master.\nThe use of multiple masters within a small area is unlikely to produce the desired effect. llLoopSoundSlave @@ -12400,24 +12395,24 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + tooltip - Plays attached sound looping at volume (0.0 - 1.0), synced to most audible sync master. + Plays attached sound looping at volume (0.0 - 1.0), synced to most audible sync master.\nBehaviour is identical to llLoopSound, unless there is a "Sync Master" present.\nIf a Sync Master is already playing the Slave sound will begin playing from the same point the master is in its loop synchronizing the loop points of both sounds.\nIf a Sync Master is started when the Slave is already playing, the Slave will skip to the correct position to sync with the Master. llMakeExplosion @@ -12434,69 +12429,69 @@ Particles - tooltip - type integer + tooltip + Scale - tooltip - type float + tooltip + Velocity - tooltip - type float + tooltip + Lifetime - tooltip - type float + tooltip + Arc - tooltip - type float + tooltip + Texture - tooltip - type string + tooltip + Offset - tooltip - type vector + tooltip + tooltip - Make a round explosion of particles. Deprecated: Use llParticleSystem instead. + Make a round explosion of particles. Deprecated: Use llParticleSystem instead.\nMake a round explosion of particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. llMakeFire @@ -12513,69 +12508,69 @@ Particles - tooltip - type integer + tooltip + Scale - tooltip - type float + tooltip + Velocity - tooltip - type float + tooltip + Lifetime - tooltip - type float + tooltip + Arc - tooltip - type float + tooltip + Texture - tooltip - type string + tooltip + Offset - tooltip - type vector + tooltip + tooltip - Make fire like particles. Deprecated: Use llParticleSystem instead. + Make fire like particles. Deprecated: Use llParticleSystem instead.\nMake fire particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. llMakeFountain @@ -12592,69 +12587,69 @@ Particles - tooltip - type integer + tooltip + Scale - tooltip - type float + tooltip + Velocity - tooltip - type float + tooltip + Lifetime - tooltip - type float + tooltip + Arc - tooltip - type float + tooltip + Texture - tooltip - type string + tooltip + Offset - tooltip - type vector + tooltip + tooltip - Make a fountain of particles. Deprecated: Use llParticleSystem instead. + Make a fountain of particles. Deprecated: Use llParticleSystem instead.\nMake a fountain of particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. llMakeSmoke @@ -12671,69 +12666,69 @@ Particles - tooltip - type integer + tooltip + Scale - tooltip - type float + tooltip + Velocity - tooltip - type float + tooltip + Lifetime - tooltip - type float + tooltip + Arc - tooltip - type float + tooltip + Texture - tooltip - type string + tooltip + Offset - tooltip - type vector + tooltip + tooltip - Make smoke like particles. Deprecated: Use llParticleSystem instead. + Make smoke like particles. Deprecated: Use llParticleSystem instead.\nMake smoky particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. llManageEstateAccess @@ -12748,24 +12743,24 @@ Action - tooltip - One of the ESTATE_ACCESS_ALLOWED_* actions. type integer + tooltip + One of the ESTATE_ACCESS_ALLOWED_* actions. AvatarID - tooltip - UUID of the avatar or group to act upon. type key + tooltip + UUID of the avatar or group to act upon. tooltip - Use to add or remove agents from the estate's agent access or ban lists or groups from the estate's group access list. + Adds or removes agents from the estate's agent access or ban lists, or groups to the estate's group access list. Action is one of the ESTATE_ACCESS_ALLOWED_* operations to perform.\nReturns an integer representing a boolean, TRUE if the call was successful; FALSE if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.\nThe object owner is notified of any changes, unless PERMISSION_SILENT_ESTATE_MANAGEMENT has been granted to the script. llMapDestination @@ -12780,33 +12775,33 @@ RegionName - tooltip - type string + tooltip + Position - tooltip - type vector + tooltip + Direction - tooltip - type vector + tooltip + tooltip - Opens world map centred on region with Position highlighted. Only works for scripts attached to avatar, or during touch events. NOTE: Direction currently does nothing. + Opens world map for avatar who touched is is wearing the script, centred on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.\nDirection currently has no effect. llMD5String @@ -12821,24 +12816,24 @@ Text - tooltip - type string + tooltip + Nonce - tooltip - type integer + tooltip + tooltip - Returns a string of 32 hex characters that is an RSA Data Security Inc., MD5 Message-Digest Algorithm of Text with Nonce. + Returns a string of 32 hex characters that is an RSA Data Security Inc., MD5 Message-Digest Algorithm of Text with Nonce used as the salt.\nReturns a 32-character hex string. (128-bit in binary.) llMessageLinked @@ -12853,42 +12848,42 @@ LinkNumber - tooltip - type integer + tooltip + Number - tooltip - type integer + tooltip + Text - tooltip - type string + tooltip + ID - tooltip - type key + tooltip + tooltip - Sends Number, Text, and ID to members of the link set identified by LinkNumber (LINK_ROOT sends to root task in a linked set, LINK_SET sends to all tasks, LINK_ALL_OTHERS to all other tasks, LINK_ALL_CHILDREN to all children, LINK_THIS to the task the script it is in). + Sends Number, Text, and ID to members of the link set identified by LinkNumber.\nLinkNumber is either a linked number (available through llGetLinkNumber) or a LINK_* constant. llMinEventDelay @@ -12903,10 +12898,10 @@ Delay - tooltip - type float + tooltip + @@ -12926,24 +12921,24 @@ Action - tooltip - LAND_LEVEL, LAND_RAISE, LAND_LOWER, LAND_SMOOTH, LAND_NOISE or LAND_REVERT type integer + tooltip + LAND_LEVEL, LAND_RAISE, LAND_LOWER, LAND_SMOOTH, LAND_NOISE or LAND_REVERT Area - tooltip - LAND_SMALL_BRUSH, LAND_MEDIUM_BRUSH or LAND_LARGE_BRUSH type integer + tooltip + 0, 1, 2 (2m x 2m, 4m x 4m, or 8m x 8m) tooltip - Modify land with action (LAND_LEVEL, LAND_RAISE, LAND_LOWER, LAND_SMOOTH, LAND_NOISE, LAND_REVERT) on size (LAND_SMALL_BRUSH, LAND_MEDIUM_BRUSH, LAND_LARGE_BRUSH). + Modify land with action (LAND_LEVEL, LAND_RAISE, LAND_LOWER, LAND_SMOOTH, LAND_NOISE, LAND_REVERT) on size (0, 1, 2, corresponding to 2m x 2m, 4m x 4m, 8m x 8m). llModPow @@ -12958,33 +12953,33 @@ Value - tooltip - type integer + tooltip + Power - tooltip - type integer + tooltip + Modulus - tooltip - type integer + tooltip + tooltip - Returns a Value raised to the Power, mod Modulus. ((a**b)%c) b is capped at 0xFFFF (16 bits). + Returns a Value raised to the Power, mod Modulus. ((a**b)%c) b is capped at 0xFFFF (16 bits).\nReturns (Value ^ Power) % Modulus. (Value raised to the Power, Modulus). Value is capped at 0xFFFF (16 bits). llMoveToTarget @@ -12999,24 +12994,24 @@ Target - tooltip - type vector + tooltip + Tau - tooltip - type float + tooltip + tooltip - Critically damp to Target in Tau seconds (if the script is physical). + Critically damp to Target in Tau seconds (if the script is physical).\nCritically damp to position target in tau-seconds if the script is physical. Good tau-values are greater than 0.2. A tau of 0.0 stops the critical damping. llNavigateTo @@ -13031,24 +13026,24 @@ Location - tooltip - Region coordinates for the character to navigate to. type vector + tooltip + Region coordinates for the character to navigate to. Options - tooltip - List of parameters to control the type of path-finding used. Currently only FORCE_DIRECT_PATH supported. type list + tooltip + List of parameters to control the type of path-finding used. Currently only FORCE_DIRECT_PATH supported. tooltip - Navigate to destination. + Navigate to destination.\nDirects an object to travel to a defined position in the region or adjacent regions. llOffsetTexture @@ -13063,33 +13058,33 @@ OffsetS - tooltip - type float + tooltip + OffsetT - tooltip - type float + tooltip + Face - tooltip - type integer + tooltip + tooltip - Sets the texture S and T offsets for the chosen Face. + Sets the texture S and T offsets for the chosen Face.\nIf Face is ALL_SIDES this function sets the texture offsets for all faces. llOpenRemoteDataChannel @@ -13104,7 +13099,7 @@ arguments tooltip - Requests a channel to listen for XML-RPC calls. Will trigger a remote_data event with channel ID once it is available. + Requests a channel to listen for XML-RPC calls. (Deprecated: XML-RPC should not be used. Use http-in instead.)\nWill trigger a remote_data event with type = REMOTE_DATA_CHANNEL and a channel ID (key) once it is available.\nThis channel ID must be referenced in the XML-RPC call to the script (from the internet) -- so the key must somehow get to the external XML-RPC client. llOverMyLand @@ -13119,15 +13114,15 @@ ID - tooltip - type key + tooltip + tooltip - Returns TRUE if id ID over land owned by the script owner, otherwise FALSE. + Returns TRUE if id ID over land owned by the script owner, otherwise FALSE.\nReturns TRUE if key ID is over land owned by the object owner, FALSE otherwise. llOwnerSay @@ -13142,15 +13137,15 @@ Text - tooltip - type string - + tooltip + + tooltip - says Text to owner only (if owner is in region). + says Text to owner only (if owner is in region).\nSays Text to the owner of the object running the script, if the owner has been within the object's simulator since logging into Second Life, regardless of where they may be in-world. llParcelMediaCommandList @@ -13165,15 +13160,15 @@ CommandList - tooltip - A list of PARCEL_MEDIA_COMMAND_* flags and their parameters type list + tooltip + A list of PARCEL_MEDIA_COMMAND_* flags and their parameters tooltip - Sends a list of commands, some with arguments, to a parcel. + Controls the playback of multimedia resources on a parcel or for an agent, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList. llParcelMediaQuery @@ -13188,15 +13183,15 @@ QueryList - tooltip - type list + tooltip + tooltip - Returns a list containing results of the sent query. + Queries the media properties of the parcel containing the script, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList.\nThis function will only work if the script is contained within an object owned by the land-owner (or if the land is owned by a group, only if the object has been deeded to the group). llParseString2List @@ -13211,33 +13206,33 @@ Text - tooltip - type string + tooltip + Separators - tooltip - type list + tooltip + Spacers - tooltip - type list + tooltip + tooltip - Breaks Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each). + Converts Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each).\nSeparators and Spacers are lists of strings with a maximum of 8 entries each. llParseStringKeepNulls @@ -13252,33 +13247,33 @@ Text - tooltip - type string + tooltip + Separators - tooltip - type list + tooltip + Spacers - tooltip - type list + tooltip + tooltip - Breaks Text into a list, discarding separators, keeping spacers, keeping any null values generated. (separators and spacers must be lists of strings, maximum of 8 each). + Breaks Text into a list, discarding separators, keeping spacers, keeping any null values generated. (separators and spacers must be lists of strings, maximum of 8 each).\nllParseStringKeepNulls works almost exactly like llParseString2List, except that if a null is found it will add a null-string instead of discarding it like llParseString2List does. llParticleSystem @@ -13293,16 +13288,15 @@ Parameters - tooltip - type list + tooltip + tooltip - Creates a particle system based on Parameters. An empty list removes particle system from object. - List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ]. + Creates a particle system in the prim the script is attached to, based on Parameters. An empty list removes a particle system from object.\nList format is [ rule-1, data-1, rule-2, data-2 ... rule-n, data-n ]. llPassCollisions @@ -13317,15 +13311,15 @@ Pass - tooltip - Boolean, if TRUE, collisions are passed from children on to parents. type integer + tooltip + Boolean, if TRUE, collisions are passed from children on to parents. tooltip - If Pass == TRUE, collisions are passed from children on to parents (default is FALSE). + Configures how collision events are passed to scripts in the linkset.\nIf Pass == TRUE, collisions involving collision-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such collisions will only trigger events in the affected child prim. llPassTouches @@ -13340,15 +13334,15 @@ Pass - tooltip - Boolean, if TRUE, touches are passed from children on to parents. type integer + tooltip + Boolean, if TRUE, touches are passed from children on to parents. tooltip - If pass == TRUE, touches are passed from children on to parents (default is FALSE). + Configures how touch events are passed to scripts in the linkset.\nIf Pass == TRUE, touches involving touch-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such touches will only trigger events in the affected child prim. llPatrolPoints @@ -13363,24 +13357,24 @@ Points - tooltip - A list of vectors for the character to travel through sequentially. The list must contain at least two entries. type list + tooltip + A list of vectors for the character to travel through sequentially. The list must contain at least two entries. Options - tooltip - No options available at this time. type list + tooltip + No options available at this time. tooltip - Patrol a list of points. + Patrol a list of points.\nSets the points for a character (llCreateCharacter) to patrol along. llPlaySound @@ -13395,24 +13389,24 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + tooltip - Plays attached Sound once, at Volume (0.0 - 1.0). + Plays Sound once, at Volume (0.0 - 1.0) and attached to the object.\nOnly one sound may be attached to an object at a time, and attaching a new sound or calling llStopSound will stop the previously attached sound.\nA second call to llPlaySound with the same sound will not restart the sound, but the new volume will be used, which allows control over the volume of already playing sounds.\nTo restart the sound from the beginning, call llStopSound before calling llPlaySound again. llPlaySoundSlave @@ -13427,24 +13421,24 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + tooltip - Plays attached Sound once, at Volume (0.0 - 1.0), synced to next loop of most audible sync master. + Plays attached Sound once, at Volume (0.0 - 1.0), synced to next loop of most audible sync master.\nBehaviour is identical to llPlaySound, unless there is a "Sync Master" present. If a Sync Master is already playing, the Slave sound will not be played until the Master hits its loop point and returns to the beginning.\nllPlaySoundSlave will play the sound exactly once; if it is desired to have the sound play every time the Master loops, either use llLoopSoundSlave with extra silence padded on the end of the sound or ensure that llPlaySoundSlave is called at least once per loop of the Master. llPow @@ -13459,24 +13453,24 @@ Value - tooltip - type float + tooltip + Exponent - tooltip - type float + tooltip + tooltip - Returns the Value raised to the power Exponent, or returns 0 and triggers Math Error for imaginary results. + Returns the Value raised to the power Exponent, or returns 0 and triggers Math Error for imaginary results.\nReturns the Value raised to the Exponent. llPreloadSound @@ -13491,15 +13485,15 @@ Sound - tooltip - type string + tooltip + tooltip - Preloads a sound on viewers within range. + Causes nearby viewers to preload the Sound from the object's inventory.\nThis is intended to prevent delays in starting new sounds when called upon. llPursue @@ -13514,24 +13508,24 @@ TargetID - tooltip - Agent or object to pursue. type key + tooltip + Agent or object to pursue. Options - tooltip - Parameters for pursuit. type list + tooltip + Parameters for pursuit. tooltip - Chase after a target. + Chase after a target.\nCauses the character (llCharacter) to pursue the target defined by TargetID. llPushObject @@ -13546,42 +13540,42 @@ ObjectID - tooltip - type key + tooltip + Impulse - tooltip - type vector + tooltip + AngularImpulse - tooltip - type vector + tooltip + Local - tooltip - type integer + tooltip + tooltip - Applies Impulse and AngularImpulse to ObjectID. + Applies Impulse and AngularImpulse to ObjectID.\nApplies the supplied impulse and angular impulse to the object specified. llRefreshPrimURL @@ -13609,24 +13603,24 @@ Channel - tooltip - Any integer value except zero. type integer + tooltip + Any integer value except zero. Text - tooltip - Message to be transmitted. type integer + tooltip + Message to be transmitted. tooltip - Broadcasts Text to entire region on Channel (not 0.). + Broadcasts Text to entire region on Channel (except for channel 0). llRegionSayTo @@ -13641,33 +13635,33 @@ TargetID - tooltip - Avatar or object to say to. type key + tooltip + Avatar or object to say to. Channel - tooltip - Output channel, any integer value. type integer + tooltip + Output channel, any integer value. Text - tooltip - Message to be transmitted. type string + tooltip + Message to be transmitted. tooltip - Says Text, on Channel, to avatar or object indicated by TargetID (if within region). + Says Text, on Channel, to avatar or object indicated by TargetID (if within region).\nIf TargetID is an avatar and Channel is nonzero, Text can be heard by any attachment on the avatar. llReleaseCamera @@ -13684,15 +13678,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Return camera to agent. + Return camera to agent.\nDeprecated: Use llClearCameraParams instead. llReleaseControls @@ -13705,7 +13699,7 @@ arguments tooltip - Stop taking inputs. + Stop taking inputs.\nStop taking inputs from the avatar. llReleaseURL @@ -13720,15 +13714,15 @@ URL - tooltip - URL to release. type string + tooltip + URL to release. tooltip - Releases the specified URL, it will no longer be usable. + Releases the specified URL, which was previously obtained using llRequestURL. Once released, the URL will no longer be usable. llRemoteDataReply @@ -13745,42 +13739,42 @@ ChannelID - tooltip - type key + tooltip + MessageID - tooltip - type key + tooltip + - Data + sData - tooltip - type string + tooltip + String data to send - Data + iData - tooltip - type integer + tooltip + Integer data to send tooltip - Send an XML-RPC reply to MessageID on ChannelID with payload of string sData and integer iData. Deprecated: Use HTTP functions/events instead. + Send an XML-RPC reply to MessageID on ChannelID with payload of string sData and integer iData. Deprecated: Use HTTP functions/events instead.\nThe size of sData is limited to 254 characters. llRemoteDataSetRegion @@ -13795,9 +13789,7 @@ arguments tooltip - Deprecated: Use HTTP functions/events instead.\n - If an object using remote data channels changes regions, you must call this function to re-register the remote data channels. - You do not need to make this call if you don't change regions. + Deprecated: Use HTTP functions/events instead.\nIf an object using remote data channels changes regions, you must call this function to re-register the remote data channels.\nYou do not need to make this call if you don't change regions. llRemoteLoadScriptPin @@ -13812,51 +13804,51 @@ ObjectID - tooltip - Target prim to attempt copying into. type key + tooltip + Target prim to attempt copying into. ScriptName - tooltip - Name of the script in current inventory to copy. type string + tooltip + Name of the script in current inventory to copy. PIN - tooltip - Integer set on target prim as a Personal Information Number code. type integer + tooltip + Integer set on target prim as a Personal Information Number code. Running - tooltip - If the script should be set running in the target prim. type integer + tooltip + If the script should be set running in the target prim. StartParameter - tooltip - Integer. Parameter passed to the script if set to be running. type integer + tooltip + Integer. Parameter passed to the script if set to be running. tooltip - If the owner of the object this script is attached to can modify ObjectID, they are in the same region, and the matching PIN is used, copy ScriptName into target, if Running == TRUE, start the script with StartParameter. + If the owner of the object containing this script can modify the object identified by the specified object key, and if the PIN matches the PIN previously set using llSetRemoteScriptAccessPin (on the target prim), then the script will be copied into target. Running is a boolean specifying whether the script should be enabled once copied into the target object. llRemoveFromLandBanList @@ -13871,15 +13863,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Remove avatar from the land ban list. + Remove avatar from the land ban list.\nRemove specified avatar from the land parcel ban list. llRemoveFromLandPassList @@ -13894,15 +13886,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Remove avatar from the land pass list. + Remove avatar from the land pass list.\nRemove specified avatar from the land parcel pass list. llRemoveInventory @@ -13917,15 +13909,15 @@ InventoryItem - tooltip - type string + tooltip + tooltip - Remove the named inventory item. + Remove the named inventory item.\nRemove the named inventory item from the object inventory. llRemoveVehicleFlags @@ -13940,15 +13932,15 @@ Vehiclelags - tooltip - type integer + tooltip + tooltip - Removes the enabled bits in 'flags'. + Removes the enabled bits in 'flags'.\nSets the vehicle flags to FALSE. Valid parameters can be found in the vehicle flags constants section. llRequestAgentData @@ -13963,24 +13955,24 @@ AvatarID - tooltip - type key + tooltip + Data - tooltip - type integer + tooltip + tooltip - Requests data about AvatarID. When data is available the dataserver event will be raised. + Requests data about AvatarID. When data is available the dataserver event will be raised.\nThis function requests data about an avatar. If and when the information is collected, the dataserver event is triggered with the key returned from this function passed in the requested parameter. See the agent data constants (DATA_*) for details about valid values of data and what each will return in the dataserver event. llRequestDisplayName @@ -13995,15 +13987,15 @@ AvatarID - tooltip - Avatar UUID type key + tooltip + Avatar UUID tooltip - Requests name of an avatar. When data is available, the dataserver event will be raised. + Requests the display name of the agent. When the display name is available the dataserver event will be raised.\nThe avatar identified does not need to be in the same region or online at the time of the request.\nReturns a key that is used to identify the dataserver event when it is raised. llRequestInventoryData @@ -14018,15 +14010,15 @@ InventoryItem - tooltip - type string + tooltip + tooltip - Requests data from object's inventory object. When data is available the dataserver event will be raised. + Requests data for the named InventoryItem.\nWhen data is available, the dataserver event will be raised with the key returned from this function in the requested parameter.\nThe only request currently implemented is to request data from landmarks, where the data returned is in the form "<float, float, float>" which can be cast to a vector. This position is in region local coordinates. llRequestPermissions @@ -14041,24 +14033,24 @@ AvatarID - tooltip - type key + tooltip + - PermmissionMask + PermissionMask - tooltip - type integer + tooltip + tooltip - Ask AvatarID to allow the script to do PermmissionMask (NB: Debit, ownership, link, joint, and permission requests can only go to the task's owner). + Ask AvatarID to allow the script to perform certain actions, specified in the PermissionMask bitmask. PermissionMask should be one or more PERMISSION_* constants. Multiple permissions can be requested simultaneously by ORing the constants together. Many of the permissions requests can only go to object owner.\nThis call will not stop script execution. If the avatar grants the requested permissions, the run_time_permissions event will be called. llRequestSecureURL @@ -14071,7 +14063,7 @@ arguments tooltip - Requests one HTTPS:// (SSL) URL for use by this object. An http_request event is triggered with the results. + Requests one HTTPS:// (SSL) URL for use by this object. The http_request event is triggered with results.\nReturns a key that is the handle used for identifying the request in the http_request event. llRequestSimulatorData @@ -14086,24 +14078,24 @@ RegionName - tooltip - type string + tooltip + Data - tooltip - type integer + tooltip + tooltip - Requests data about a simulator. When data is available the dataserver event will be raised. + Requests the specified Data about RegionName. When the specified data is available, the dataserver event is raised.\nData should use one of the DATA_SIM_* constants.\nReturns a dataserver query ID and triggers the dataserver event when data is found. llRequestURL @@ -14116,7 +14108,7 @@ arguments tooltip - Requests one HTTP:// URL for use by this object. An http_request event is triggered with the results. + Requests one HTTP:// URL for use by this script. The http_request event is triggered with the result of the request.\nReturns a key that is the handle used for identifying the result in the http_request event. llRequestUsername @@ -14131,15 +14123,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Requests single-word user-name of an avatar. When data is available the dataserver event will be raised. + Requests single-word user-name of an avatar. When data is available the dataserver event will be raised.\nRequests the user-name of the identified agent. When the user-name is available the dataserver event is raised.\nThe agent identified does not need to be in the same region or online at the time of the request.\nReturns a key that is used to identify the dataserver event when it is raised. llResetAnimationOverride @@ -14154,15 +14146,15 @@ AnimationState - tooltip - type string + tooltip + tooltip - Resets the animation of the specified animation state to the default value. + Resets the animation of the specified animation state to the default value.\nIf animation state equals "ALL", then all animation states are reset. llResetLandBanList @@ -14203,10 +14195,10 @@ ScriptName - tooltip - type string + tooltip + @@ -14237,7 +14229,7 @@ arguments tooltip - Sets the time to zero. + Sets the time to zero.\nSets the internal timer to zero. llReturnObjectsByID @@ -14252,15 +14244,15 @@ ObjectIDs - tooltip - List of object UUIDs to be returned. type list + tooltip + List of object UUIDs to be returned. tooltip - Return objects using their UUIDs + Return objects using their UUIDs.\nRequires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner. llReturnObjectsByOwner @@ -14275,24 +14267,24 @@ ID - tooltip - Object owner's UUID. type key + tooltip + Object owner's UUID. Scope - tooltip - type integer + tooltip + tooltip - Return objects based upon their owner and a scope of parcel, parcel owner, or region. + Return objects based upon their owner and a scope of parcel, parcel owner, or region.\nRequires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner. llRezAtRoot @@ -14307,51 +14299,51 @@ InventoryItem - tooltip - type string + tooltip + Position - tooltip - type vector + tooltip + Velocity - tooltip - type vector + tooltip + Rotation - tooltip - type rotation + tooltip + StartParameter - tooltip - type integer + tooltip + tooltip - Instantiate owner's InventoryItem at Position with Velocity, Rotation and with StartParameter. The last selected root object's location will be set to Position. + Instantiate owner's InventoryItem at Position with Velocity, Rotation and with StartParameter. The last selected root object's location will be set to Position.\nCreates object's inventory item at the given Position, with Velocity, Rotation, and StartParameter. llRezObject @@ -14366,51 +14358,51 @@ InventoryItem - tooltip - type string + tooltip + Position - tooltip - type vector + tooltip + Velocity - tooltip - type vector + tooltip + Rotation - tooltip - type rotation + tooltip + StartParameter - tooltip - type integer + tooltip + tooltip - Instantiate owners InventoryItem at Position with Velocity, Rotation and with start StartParameter. + Instantiate owners InventoryItem at Position with Velocity, Rotation and with start StartParameter.\nCreates object's inventory item at Position with Velocity and Rotation supplied. The StartParameter value will be available to the newly created object in the on_rez event or through the llGetStartParameter function.\nThe Velocity parameter is ignored if the rezzed object is not physical. llRot2Angle @@ -14425,15 +14417,15 @@ Rotation - tooltip - type rotation + tooltip + tooltip - Returns the rotation angle represented by Rotation. + Returns the rotation angle represented by Rotation.\nReturns the angle represented by the Rotation. llRot2Axis @@ -14448,15 +14440,15 @@ Rotation - tooltip - type rotation + tooltip + tooltip - Returns the rotation axis represented by Rotation. + Returns the rotation axis represented by Rotation.\nReturns the axis represented by the Rotation. llRot2Euler @@ -14471,15 +14463,15 @@ Rotation - tooltip - type rotation + tooltip + tooltip - Returns the Euler representation (roll, pitch, yaw) of Rotation. + Returns the Euler representation (roll, pitch, yaw) of Rotation.\nReturns the Euler Angle representation of the Rotation. llRot2Fwd @@ -14494,15 +14486,15 @@ Rotation - tooltip - type rotation + tooltip + tooltip - Returns the forward vector defined by Rotation. + Returns the forward vector defined by Rotation.\nReturns the forward axis represented by the Rotation. llRot2Left @@ -14517,15 +14509,15 @@ Rotation - tooltip - type rotation + tooltip + tooltip - Returns the left vector defined by Rotation. + Returns the left vector defined by Rotation.\nReturns the left axis represented by the Rotation. llRot2Up @@ -14540,15 +14532,15 @@ Rotation - tooltip - type rotation + tooltip + tooltip - Returns the up vector defined by Rotation. + Returns the up vector defined by Rotation.\nReturns the up axis represented by the Rotation. llRotateTexture @@ -14563,24 +14555,24 @@ Radians - tooltip - type float + tooltip + Face - tooltip - type integer + tooltip + tooltip - Sets the texture rotation for the chosen face. + Sets the texture rotation for the specified Face to angle Radians.\nIf Face is ALL_SIDES, rotates the texture of all sides. llRotBetween @@ -14595,24 +14587,24 @@ Vector1 - tooltip - type vector + tooltip + Vector2 - tooltip - type vector + tooltip + tooltip - Returns the rotation to rotate Vector1 to Vector2. + Returns the rotation to rotate Vector1 to Vector2.\nReturns the rotation needed to rotate Vector1 to Vector2. llRotLookAt @@ -14627,33 +14619,33 @@ Rotation - tooltip - type rotation + tooltip + Strength - tooltip - type float + tooltip + Damping - tooltip - type float + tooltip + tooltip - Cause object to point it's forward axis towards Rotation. + Cause object to rotate to Rotation, with a force function defined by Strength and Damping parameters. Good strength values are around half the mass of the object and good damping values are less than 1/10th of the strength.\nAsymmetrical shapes require smaller damping.\nA strength of 0.0 cancels the look at. llRotTarget @@ -14668,24 +14660,24 @@ Rotation - tooltip - type rotation + tooltip + LeeWay - tooltip - type float + tooltip + tooltip - Set rotations with error of LeeWay as a rotational target and return an ID for the rotational target. + Set rotations with error of LeeWay radians as a rotational target, and return an ID for the rotational target.\nThe returned number is a handle that can be used in at_rot_target and llRotTargetRemove. llRotTargetRemove @@ -14700,15 +14692,15 @@ Handle - tooltip - type integer + tooltip + tooltip - Removes rotational target number. + Removes rotational target number.\nRemove rotational target indicated by the handle. llRound @@ -14723,15 +14715,15 @@ Value - tooltip - type float + tooltip + tooltip - Returns Value rounded to the nearest integer. + Returns Value rounded to the nearest integer.\nReturns the Value rounded to the nearest integer. llSameGroup @@ -14746,15 +14738,15 @@ ID - tooltip - type key + tooltip + tooltip - Returns TRUE if avatar ID is in the same region and has the same active group, otherwise FALSE. + Returns TRUE if avatar ID is in the same region and has the same active group, otherwise FALSE.\nReturns TRUE if the object or agent identified is in the same simulator and has the same active group as this object. Otherwise, returns FALSE. llSay @@ -14769,24 +14761,24 @@ Channel - tooltip - Channel to use to say text on. type integer + tooltip + Channel to use to say text on. Text - tooltip - Text to say. type string + tooltip + Text to say. tooltip - Says Text on Channel. + Says Text on Channel.\nThis chat method has a range of 20m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. llScaleByFactor @@ -14801,15 +14793,15 @@ ScalingFactor - tooltip - The multiplier to be used with the prim sizes and their local positions. type float + tooltip + The multiplier to be used with the prim sizes and their local positions. tooltip - Attempts to resize the entire object by scaling_factor, maintaining the size-position ratios of the prims.\n\nResizing is subject to prim scale limits and linkability limits. This function can not resize the object if the linkset is physical, a pathfinding character, in a keyframed motion, or if resizing would cause the parcel to overflow.\nReturns a boolean (an integer) TRUE if it succeeds, FALSE if it fails. + Attempts to resize the entire object by ScalingFactor, maintaining the size-position ratios of the prims.\n\nResizing is subject to prim scale limits and linkability limits. This function can not resize the object if the linkset is physical, a pathfinding character, in a keyframed motion, or if resizing would cause the parcel to overflow.\nReturns a boolean (an integer) TRUE if it succeeds, FALSE if it fails. llScaleTexture @@ -14824,33 +14816,33 @@ Horizontal - tooltip - type float + tooltip + Vertical - tooltip - type float + tooltip + Face - tooltip - type integer + tooltip + tooltip - Sets the texture's S and T scales for the chosen Face. + Sets the diffuse texture Horizontal and Vertical repeats on Face of the prim the script is attached to.\nIf Face == ALL_SIDES, all sides are set in one call.\nNegative values for horizontal and vertical will flip the texture. llScriptDanger @@ -14865,15 +14857,15 @@ Position - tooltip - type vector + tooltip + tooltip - Returns TRUE if Position is over public land, sandbox land, land that doesn't allow everyone to edit and build, or land that doesn't allow outside scripts. + Returns TRUE if Position is over public land, sandbox land, land that doesn't allow everyone to edit and build, or land that doesn't allow outside scripts.\nReturns true if the position is over public land, land that doesn't allow everyone to edit and build, or land that doesn't allow outside scripts. llScriptProfiler @@ -14888,16 +14880,15 @@ State - tooltip - PROFILE_NONE or PROFILE_SCRIPT_MEMORY flags to control the state. type integer + tooltip + PROFILE_NONE or PROFILE_SCRIPT_MEMORY flags to control the state. tooltip - Enables or disables script profiling options. Currently only supports PROFILE_SCRIPT_MEMORY (Mono only) and PROFILE_NONE.\n - MAY SIGNIFICANTLY REDUCE SCRIPT PERFORMANCE!. + Enables or disables script profiling options. Currently only supports PROFILE_SCRIPT_MEMORY (Mono only) and PROFILE_NONE.\nMay significantly reduce script performance. llSendRemoteData @@ -14914,44 +14905,42 @@ ChannelID - tooltip - type key + tooltip + Destination - tooltip - type string + tooltip + Value - tooltip - type integer + tooltip + Text - tooltip - type string + tooltip + tooltip - Deprecated: use HTTP instead.\n - Sends an XML-RPC request to Destination through ChannelID with payload of ChannelID (in a string), integer Value and string Text. - Returns a key that is the message_id for the resulting remote_data events. + Deprecated: use HTTP functions and events instead.\nSends an XML-RPC request to Destination through ChannelID with payload of ChannelID (in a string), integer Value and string Text.\nReturns a key that is the message_id for the resulting remote_data events. llSensor @@ -14966,51 +14955,51 @@ Name - tooltip - Object or avatar name. type string + tooltip + Object or avatar name. ID - tooltip - Object or avatar UUID. type key + tooltip + Object or avatar UUID. Type - tooltip - Bit-field mask of AGENT, AGENT_BY_LEGACY_NAME, AGENT_BY_USERNAME, ACTIVE, PASSIVE, and/or SCRIPTED type integer + tooltip + Bit-field mask of AGENT, AGENT_BY_LEGACY_NAME, AGENT_BY_USERNAME, ACTIVE, PASSIVE, and/or SCRIPTED Range - tooltip - Distance to scan. 0.0 - 96.0m. type float + tooltip + Distance to scan. 0.0 - 96.0m. Arc - tooltip - Angle, in radians, from the local x-axis of the prim to scan. type float + tooltip + Angle, in radians, from the local x-axis of the prim to scan. tooltip - Performs a single scan for Name and ID with Type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within Range meters and Arc radians of forward vector (Name, ID, and/or Type can be empty or 0). + Performs a single scan for Name and ID with Type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within Range meters and Arc radians of forward vector.\nSpecifying a blank Name, 0 Type, or NULL_KEY ID will prevent filtering results based on that parameter. A range of 0.0 does not perform a scan.\nResults are returned in the sensor and no_sensor events. llSensorRemove @@ -15023,7 +15012,7 @@ arguments tooltip - removes sensor. + removes sensor.\nRemoves the sensor set by llSensorRepeat. llSensorRepeat @@ -15038,60 +15027,60 @@ Name - tooltip - Object or avatar name. type string + tooltip + Object or avatar name. ID - tooltip - Object or avatar UUID. type key + tooltip + Object or avatar UUID. Type - tooltip - Bit-field mask of AGENT, AGENT_BY_LEGACY_NAME, AGENT_BY_USERNAME, ACTIVE, PASSIVE, and/or SCRIPTED type integer + tooltip + Bit-field mask of AGENT, AGENT_BY_LEGACY_NAME, AGENT_BY_USERNAME, ACTIVE, PASSIVE, and/or SCRIPTED Range - tooltip - Distance to scan. 0.0 - 96.0m. type float + tooltip + Distance to scan. 0.0 - 96.0m. Arc - tooltip - Angle, in radians, from the local x-axis of the prim to scan. type float + tooltip + Angle, in radians, from the local x-axis of the prim to scan. Rate - tooltip - Period, in seconds, between scans. type float + tooltip + Period, in seconds, between scans. tooltip - Sets a callback for Name and ID with Type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within Range meters and Arc radians of forward vector (Name, ID, and/or Type can be empty or 0) and repeats every Rate seconds. + Initiates a periodic scan every Rate seconds, for Name and ID with Type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within Range meters and Arc radians of forward vector.\nSpecifying a blank Name, 0 Type, or NULL_KEY ID will prevent filtering results based on that parameter. A range of 0.0 does not perform a scan.\nResults are returned in the sensor and no_sensor events. llSetAlpha @@ -15106,24 +15095,24 @@ Opacity - tooltip - type float + tooltip + Face - tooltip - type integer + tooltip + tooltip - Sets the alpha (opacity) of Face. + Sets the alpha (opacity) of Face.\nSets the alpha (opacity) value for Face. If Face is ALL_SIDES, sets the alpha for all faces. The alpha value is interpreted as an opacity percentage (1.0 is fully opaque, and 0.2 is mostly transparent). This function will clamp alpha values less than 0.1 to 0.1 and greater than 1.0 to 1. llSetAngularVelocity @@ -15136,26 +15125,26 @@ arguments - Force + AngVel - tooltip - The force to apply. type vector + tooltip + The angular velocity to set the object to. Local - tooltip - If TRUE, the Force is treated as a local directional vector instead of a regional directional vector. type integer + tooltip + If TRUE, the AngVel is treated as a local directional vector instead of a regional directional vector. tooltip - Sets an object's angular velocity, in local coordinates if local == TRUE (if the script is physical). + Sets an object's angular velocity to AngVel, in local coordinates if Local == TRUE (if the script is physical).\nHas no effect on non-physical objects. llSetAnimationOverride @@ -15170,24 +15159,24 @@ AnimationState - tooltip - type string + tooltip + AnimationName - tooltip - type string + tooltip + tooltip - Sets the animation (in object inventory) that will play for the given animation state. + Sets the animation (in object inventory) that will play for the given animation state.\nTo use this function the script must obtain the PERMISSION_OVERRIDE_ANIMATIONS permission. llSetBuoyancy @@ -15202,15 +15191,15 @@ Buoyancy - tooltip - type float + tooltip + tooltip - Set the tasks buoyancy (0 is none, < 1.0 sinks, 1.0 floats, > 1.0 rises). + Set the tasks buoyancy (0 is none, < 1.0 sinks, 1.0 floats, > 1.0 rises).\nSet the object buoyancy. A value of 0 is none, less than 1.0 sinks, 1.0 floats, and greater than 1.0 rises. llSetCameraAtOffset @@ -15225,15 +15214,15 @@ Offset - tooltip - type vector + tooltip + tooltip - Sets the camera used in this object, at offset, if an avatar sits on it. + Sets the camera used in this object, at offset, if an avatar sits on it.\nSets the offset that an avatar's camera will be moved to if the avatar sits on the object. llSetCameraEyeOffset @@ -15248,10 +15237,10 @@ Offset - tooltip - type vector + tooltip + @@ -15271,10 +15260,10 @@ Parameters - tooltip - type list + tooltip + @@ -15294,10 +15283,10 @@ Action - tooltip - A CLICK_ACTION_* flag type integer + tooltip + A CLICK_ACTION_* flag @@ -15317,24 +15306,24 @@ Colour - tooltip - type vector + tooltip + Face - tooltip - type integer + tooltip + tooltip - Sets the color, for the face. + Sets the color, for the face.\nSets the colour of the side specified. If Face is ALL_SIDES, sets the colour on all faces. llSetContentType @@ -15349,24 +15338,24 @@ HTTPRequestID - tooltip - A valid http_request() key type key + tooltip + A valid http_request() key ContentType - tooltip - Media type to use with any following llHTTPResponse(HTTPRequestID, ...) type integer + tooltip + Media type to use with any following llHTTPResponse(HTTPRequestID, ...) tooltip - Set the media type of an LSL HTTP server response. + Set the media type of an LSL HTTP server response to ContentType.\nHTTPRequestID must be a valid http_request ID. ContentType must be one of the CONTENT_TYPE_* constants. llSetDamage @@ -15381,15 +15370,15 @@ Damage - tooltip - type float + tooltip + tooltip - Sets the amount of damage that will be done to an avatar that this task hits. Task will be killed. + Sets the amount of damage that will be done to an avatar that this task hits. Task will be killed.\nSets the amount of damage that will be done to an avatar that this object hits. This object will be destroyed on damaging an avatar, and no collision event is triggered. llSetForce @@ -15404,24 +15393,24 @@ Force - tooltip - Directional force. type vector - + tooltip + Directional force. + Local - tooltip - Boolean, if TRUE uses local axis, if FALSE uses region axis. type integer + tooltip + Boolean, if TRUE uses local axis, if FALSE uses region axis. tooltip - Sets Force on object, in local coordinates if Local == TRUE (if the script is physical). + Sets Force on object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. llSetForceAndTorque @@ -15436,33 +15425,33 @@ Force - tooltip - Directional force. type vector + tooltip + Directional force. Torque - tooltip - Torque force. type vector + tooltip + Torque force. Local - tooltip - Boolean, if TRUE uses local axis, if FALSE uses region axis. type integer + tooltip + Boolean, if TRUE uses local axis, if FALSE uses region axis. tooltip - Sets the Force and Torque of object, in local coordinates if Local == TRUE (if the script is physical). + Sets the Force and Torque of object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. llSetHoverHeight @@ -15477,33 +15466,33 @@ Height - tooltip - Distance above the ground. type float + tooltip + Distance above the ground. Water - tooltip - Boolean, if TRUE then hover above water too. type integer + tooltip + Boolean, if TRUE then hover above water too. Tau - tooltip - Seconds to critically damp in. type float + tooltip + Seconds to critically damp in. tooltip - Critically damps to a Height (either above ground level or above the higher of land and water if water == TRUE). + Critically damps a physical object to a Height (either above ground level or above the higher of land and water if water == TRUE).\nDo not use with vehicles. Use llStopHover to stop hovering. llSetInventoryPermMask @@ -15520,28 +15509,28 @@ InventoryItem - tooltip - An item in the prim's inventory type string + tooltip + An item in the prim's inventory PermissionFlag - tooltip - MASK_* flag type integer + tooltip + MASK_* flag PermissionMask - tooltip - Permission bit-field (PERM_* flags) type integer + tooltip + Permission bit-field (PERM_* flags) @@ -15561,24 +15550,24 @@ Keyframes - tooltip - Strided keyframe list of the form: position, orientation, time. Each keyframe is interpreted relative to the previous transform of the object. type list + tooltip + Strided keyframe list of the form: position, orientation, time. Each keyframe is interpreted relative to the previous transform of the object. Options - tooltip - type list + tooltip + tooltip - Requests that a non-physical object be key-framed according to key-frame list. + Requests that a non-physical object be key-framed according to key-frame list.\nSpecify a list of times, positions, and orientations to be followed by an object. The object will be smoothly moved between key-frames by the simulator. Collisions with other non-physical or key-framed objects will be ignored (no script events will fire and collision processing will not occur). Collisions with physical objects will be computed and reported, but the key-framed object will be unaffected by those collisions.\nKeyframes is a strided list containing positional, rotational, and time data for each step in the motion. Options is a list containing optional arguments and parameters (specified by KFM_* constants). llSetLinkAlpha @@ -15593,33 +15582,33 @@ LinkNumber - tooltip - type integer + tooltip + Opacity - tooltip - type float + tooltip + Face - tooltip - type integer + tooltip + tooltip - If a prim exists in the link chain at LinkNumber, set Face to Opacity. + If a prim exists in the link chain at LinkNumber, set Face to Opacity.\nSets the Face, on the linked prim specified, to the Opacity. llSetLinkCamera @@ -15634,28 +15623,28 @@ LinkNumber - tooltip - Prim link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag type integer + tooltip + Prim link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag EyeOffset - tooltip - Offset, relative to the object's centre and expressed in local coordinates, that the camera looks from. type vector + tooltip + Offset, relative to the object's centre and expressed in local coordinates, that the camera looks from. LookOffset - tooltip - Offset, relative to the object's centre and expressed in local coordinates, that the camera looks toward. type vector + tooltip + Offset, relative to the object's centre and expressed in local coordinates, that the camera looks toward. @@ -15675,33 +15664,33 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag. Colour - tooltip - Colour in RGB <R.R, G.G, B.B> type vector + tooltip + Color in RGB <R.R, G.G, B.B> Face - tooltip - Side number or ALL_SIDES. type integer + tooltip + Side number or ALL_SIDES. tooltip - If a task exists in the link chain at LinkNumber, set the Face to color. + If a task exists in the link chain at LinkNumber, set the Face to color.\nSets the colour of the linked child's side, specified by LinkNumber. llSetLinkMedia @@ -15716,33 +15705,33 @@ Link - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims). type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims). Face - tooltip - Face number. type integer + tooltip + Face number. Parameters - tooltip - A set of name/value pairs (in no particular order) type list + tooltip + A set of name/value pairs (in no particular order) tooltip - Set the media parameters for a particular face on linked prim. Parameters is a list of name/value pairs (in no particular order). If media is not already on this object, add it. Parameters not specified are unchanged, or if new media is added set to the default specified. + Set the media parameters for a particular face on linked prim, specified by Link. Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s).\nMediaParameters is a set of name/value pairs in no particular order. Parameters not specified are unchanged, or if new media is added then set to the default specified. llSetLinkPrimitiveParams @@ -15757,24 +15746,24 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag Parameters - tooltip - type list + tooltip + tooltip - Set primitive parameters for LinkNumber based on Parameters. + Set primitive parameters for LinkNumber based on Parameters.\nSets the parameters (or properties) of any linked prim in one step. llSetLinkPrimitiveParamsFast @@ -15789,24 +15778,24 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag Parameters - tooltip - type list + tooltip + tooltip - Set primitive parameters for LinkNumber based on Parameters, without a delay. + Set primitive parameters for LinkNumber based on Parameters, without a delay.\nSet parameters for link number, from the list of Parameters, with no built-in script sleep. This function is identical to llSetLinkPrimitiveParams, except without the delay. llSetLinkTexture @@ -15821,28 +15810,28 @@ LinkNumber - tooltip - type integer + tooltip + Texture - tooltip - type string + tooltip + Face - tooltip - type integer + tooltip + @@ -15862,78 +15851,78 @@ LinkNumber - tooltip - Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag to effect type integer + tooltip + Link number (0: unlinked, 1: root prim, >1: child prims) or a LINK_* flag to effect Mode - tooltip - Bitmask of animation options. type integer + tooltip + Bitmask of animation options. Face - tooltip - Specifies which object face to animate or ALL_SIDES. type integer + tooltip + Specifies which object face to animate or ALL_SIDES. SizeX - tooltip - Horizontal frames (ignored for ROTATE and SCALE). type integer + tooltip + Horizontal frames (ignored for ROTATE and SCALE). SizeY - tooltip - Vertical frames (ignored for ROTATE and SCALE). type integer + tooltip + Vertical frames (ignored for ROTATE and SCALE). Start - tooltip - Start position/frame number (or radians for ROTATE). type float + tooltip + Start position/frame number (or radians for ROTATE). Length - tooltip - Specifies the animation duration, in frames (or radians for ROTATE). type float + tooltip + Specifies the animation duration, in frames (or radians for ROTATE). Rate - tooltip - Specifies the animation playback rate, in frames per second (must be greater than zero). type float + tooltip + Specifies the animation playback rate, in frames per second (must be greater than zero). tooltip - Animates a texture on the prim specified by LinkNumber, by setting the texture scale and offset. + Animates a texture on the prim specified by LinkNumber, by setting the texture scale and offset.\nMode is a bitmask of animation options.\nFace specifies which object face to animate.\nSizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.\nLength specifies the animation duration.\nRate specifies the animation playback rate. llSetLocalRot @@ -15948,10 +15937,10 @@ Rotation - tooltip - type rotation + tooltip + @@ -15961,7 +15950,7 @@ llSetMemoryLimit energy - + 10.0 sleep 0.0 return @@ -15971,10 +15960,10 @@ Limit - tooltip - The amount to reserve, which must be less than the allowed maximum (currently 64KB) and not already have been exceeded. type integer + tooltip + The amount to reserve, which must be less than the allowed maximum (currently 64KB) and not already have been exceeded. @@ -15994,10 +15983,10 @@ Description - tooltip - type string + tooltip + @@ -16017,10 +16006,10 @@ Name - tooltip - type string + tooltip + @@ -16042,19 +16031,19 @@ PermissionFlag - tooltip - MASK_* flag type integer + tooltip + MASK_* flag PermissionMask - tooltip - Permission bit-field (PERM_* flags) type integer + tooltip + Permission bit-field (PERM_* flags) @@ -16074,10 +16063,10 @@ URL - tooltip - type string + tooltip + @@ -16097,24 +16086,24 @@ Price - tooltip - The default price shown in the textu input field. type integer + tooltip + The default price shown in the textu input field. QuickButtons - tooltip - Specifies the 4 payment values shown in the payment dialog's buttons (or PAY_HIDE). type list + tooltip + Specifies the 4 payment values shown in the payment dialog's buttons (or PAY_HIDE). tooltip - Sets the default amount when someone chooses to pay this object. + Sets the default amount when someone chooses to pay this object.\nPrice is the default price shown in the textu input field. QuickButtons specifies the 4 payment values shown in the payment dialog's buttons.\nInput field and buttons may be hidden with PAY_HIDE constant, and may be set to their default values using PAY_DEFAULT. llSetPhysicsMaterial @@ -16129,51 +16118,51 @@ MaterialBits - tooltip - A bitmask specifying which of the parameters in the other arguments should be applied to the object. type integer + tooltip + A bitmask specifying which of the parameters in the other arguments should be applied to the object. GravityMultiplier - tooltip - type float + tooltip + Restitution - tooltip - type float + tooltip + Friction - tooltip - type float + tooltip + Density - tooltip - type float + tooltip + tooltip - Sets the selected parameters of the root object's physics behaviour. + Sets the selected parameters of the object's physics behavior.\nMaterialBits is a bitmask specifying which of the parameters in the other arguments should be applied to the object. GravityMultiplier, Restitution, Friction, and Density are the possible parameters to manipulate. llSetPos @@ -16188,15 +16177,15 @@ Position - tooltip - Region coordinates to move to (within 10m). type vector + tooltip + Region coordinates to move to (within 10m). tooltip - If the object is not physical, this function sets the position of the prim. + If the object is not physical, this function sets the position of the prim.\nIf the script is in a child prim, Position is treated as root relative and the link-set is adjusted.\nIf the prim is the root prim, the entire object is moved (up to 10m) to Position in region coordinates. llSetPrimitiveParams @@ -16211,22 +16200,22 @@ Parameters - tooltip - A list of changes. type list + tooltip + A list of changes. tooltip - This function changes the many properties (or "parameters") of a prim in one operation. + This function changes the many properties (or "parameters") of a prim in one operation. Parameters is a list of changes. llSetPrimMediaParams energy 10.0 sleep - 0.1 + 1.0 return integer arguments @@ -16234,24 +16223,24 @@ Face - tooltip - Face number type integer + tooltip + Face number MediaParameters - tooltip - A set of name/value pairs (in no particular order) type list + tooltip + A set of name/value pairs (in no particular order) tooltip - Sets the MediaParameters for a particular Face on the prim. If media is not already on this prim, adds it. + Sets the MediaParameters for a particular Face on the prim. Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s).\nMediaParameters is a set of name/value pairs in no particular order. Parameters not specified are unchanged, or if new media is added then set to the default specified. llSetPrimURL @@ -16268,10 +16257,10 @@ URL - tooltip - type string + tooltip + @@ -16291,15 +16280,15 @@ Position - tooltip - Vector. The location to move to, in region coordinates. type vector + tooltip + Vector. The location to move to, in region coordinates. tooltip - Attempts to move the object so that the root prim is within 0.1m of Position.\nReturns an integer boolean, TRUE if the object is successfully placed within 0.1 m of Position, FALSE otherwise. + Attempts to move the object so that the root prim is within 0.1m of Position.\nReturns an integer boolean, TRUE if the object is successfully placed within 0.1 m of Position, FALSE otherwise.\nPosition may be any location within the region or up to 10m across a region border.\nIf the position is below ground, it will be set to the ground level at that x,y location. llSetRemoteScriptAccessPin @@ -16314,10 +16303,10 @@ PIN - tooltip - type integer + tooltip + @@ -16337,15 +16326,15 @@ Rotation - tooltip - type rotation + tooltip + tooltip - If the object is not physical, this function sets the rotation of the prim. + If the object is not physical, this function sets the rotation of the prim.\nIf the script is in a child prim, Rotation is treated as root relative and the link-set is adjusted.\nIf the prim is the root prim, the entire object is rotated to Rotation in the global reference frame. llSetScale @@ -16360,10 +16349,10 @@ Scale - tooltip - type vector + tooltip + @@ -16383,24 +16372,24 @@ ScriptName - tooltip - type string - + tooltip + + Running - tooltip - type integer + tooltip + tooltip - Enable or disable the script Running state of ScriptName in the prim. + Enable or disable the script Running state of Script in the prim. llSetSitText @@ -16415,15 +16404,15 @@ Text - tooltip - type string + tooltip + tooltip - Displays Text rather than "Sit" in the viewer's context menu. + Displays Text rather than 'Sit' in the viewer's context menu. llSetSoundQueueing @@ -16438,15 +16427,15 @@ QueueEnable - tooltip - Boolean, sound queuing: TRUE enables, FALSE disables (default). type integer + tooltip + Boolean, sound queuing: TRUE enables, FALSE disables (default). tooltip - Determines whether attached sound calls wait for the current sound to finish (0 = no [default], non-zero = yes). + Sets whether successive calls to llPlaySound, llLoopSound, etc., (attached sounds) interrupt the currently playing sound.\nThe default for objects is FALSE. Setting this value to TRUE will make the sound wait until the current playing sound reaches its end. The queue is one level deep. llSetSoundRadius @@ -16461,15 +16450,15 @@ Radius - tooltip - type float + tooltip + Maximum distance that sounds can be heard. tooltip - Establishes a hard cut-off radius for audibility of scripted sounds (both attached and triggered). + Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius. llSetStatus @@ -16484,24 +16473,24 @@ Status - tooltip - type integer + tooltip + Value - tooltip - type integer + tooltip + tooltip - Sets status (STATUS_PHYSICS, STATUS_PHANTOM, STATUS_BLOCK_GRAB, STATUS_ROTATE_X, STATUS_ROTATE_Y, and/or STATUS_ROTATE_Z) to value. + Sets object status specified in Status bitmask (e.g. STATUS_PHYSICS|STATUS_PHANTOM) to boolean Value.\nFor a full list of STATUS_* constants, see wiki documentation. llSetText @@ -16516,33 +16505,33 @@ Text - tooltip - type string + tooltip + - Colour + Color - tooltip - type vector + tooltip + Opacity - tooltip - type float + tooltip + tooltip - Set text floating over object. + Causes Text to float above the prim, using the specified Color and Opacity. llSetTexture @@ -16557,24 +16546,24 @@ Texture - tooltip - type string + tooltip + Face - tooltip - type integer + tooltip + tooltip - Sets the Texture of Face. + Applies Texture to Face of prim.\nTexture may be a UUID or name of a texture in prim inventory.\nIf Face is ALL_SIDES, set the texture on all faces. llSetTextureAnim @@ -16589,69 +16578,69 @@ Mode - tooltip - Mask of Mode flags. type integer + tooltip + Mask of Mode flags. Face - tooltip - Face number or ALL_SIDES. type integer + tooltip + Face number or ALL_SIDES. SizeX - tooltip - Horizontal frames (ignored for ROTATE and SCALE). type integer + tooltip + Horizontal frames (ignored for ROTATE and SCALE). SizeY - tooltip - Vertical frames (ignored for ROTATE and SCALE). type integer + tooltip + Vertical frames (ignored for ROTATE and SCALE). Start - tooltip - Start position/frame number (or radians for ROTATE). type float + tooltip + Start position/frame number (or radians for ROTATE). Length - tooltip - number of frames to display (or radians for ROTATE). type float + tooltip + number of frames to display (or radians for ROTATE). Rate - tooltip - Frames per second (must not greater than zero). type float + tooltip + Frames per second (must not greater than zero). tooltip - Animate the texture on the specified face/faces. + Animates a texture by setting the texture scale and offset.\nMode is a bitmask of animation options.\nFace specifies which object face to animate.\nSizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.\nLength specifies the animation duration.\nRate specifies the animation playback rate. llSetTimerEvent @@ -16666,15 +16655,15 @@ Rate - tooltip - type float + tooltip + tooltip - Cause the timer event to be triggered every Rate seconds. + Causes the timer event to be triggered every Rate seconds.\n Passing in 0.0 stops further timer events. llSetTorque @@ -16689,24 +16678,24 @@ Torque - tooltip - Torque force. type vector + tooltip + Torque force. Local - tooltip - Boolean, if TRUE uses local axis, if FALSE uses region axis. type integer + tooltip + Boolean, if TRUE uses local axis, if FALSE uses region axis. tooltip - Sets the Torque of object, in local coordinates if Local == TRUE (if the script is physical). + Sets the Torque acting on the script's object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. llSetTouchText @@ -16721,15 +16710,15 @@ Text - tooltip - type string + tooltip + tooltip - Displays Text in the menu that acts on a touch. + Displays Text in the viewer context menu that acts on a touch. llSetVehicleFlags @@ -16744,15 +16733,15 @@ Flags - tooltip - type integer + tooltip + tooltip - Sets the enabled bits in 'flags'. + Enables the vehicle flags specified in the Flags bitmask.\nValid parameters can be found in the wiki documentation. llSetVehicleFloatParam @@ -16767,24 +16756,24 @@ ParameterName - tooltip - type integer + tooltip + ParameterValue - tooltip - type float + tooltip + tooltip - Sets the specified vehicle float parameter. + Sets a vehicle float parameter.\nValid parameters can be found in the wiki documentation. llSetVehicleRotationParam @@ -16799,24 +16788,24 @@ ParameterName - tooltip - type integer + tooltip + ParameterValue - tooltip - type float + tooltip + tooltip - Sets the specified vehicle rotation parameter. + Sets a vehicle rotation parameter.\nValid parameters can be found in the wiki documentation. llSetVehicleType @@ -16831,15 +16820,15 @@ Type - tooltip - type integer + tooltip + tooltip - Sets vehicle to one of the default types. + Activates the vehicle action on the object with vehicle preset Type.\nValid Types and an explanation of their characteristics can be found in wiki documentation. llSetVehicleVectorParam @@ -16854,24 +16843,24 @@ ParameterName - tooltip - type integer + tooltip + ParameterValue - tooltip - type float + tooltip + tooltip - Sets the specified vehicle vector parameter. + Sets a vehicle vector parameter.\nValid parameters can be found in the wiki documentation. llSetVelocity @@ -16884,26 +16873,26 @@ arguments - Force + Velocity - tooltip - The force to apply. type vector + tooltip + The velocity to apply. Local - tooltip - If TRUE, the vForce is treated as a local directional vector instead of a regional directional vector. type integer + tooltip + If TRUE, the Velocity is treated as a local directional vector instead of a regional directional vector. tooltip - Sets an objects velocity, in local coordinates if Local == TRUE (if the script is physical). + If the object is physics-enabled, sets the object's linear velocity to Velocity.\nIf Local==TRUE, Velocity is treated as a local directional vector; otherwise, Velocity is treated as a global directional vector. llSHA1String @@ -16918,10 +16907,10 @@ Text - tooltip - type string + tooltip + @@ -16941,24 +16930,24 @@ Channel - tooltip - type integer + tooltip + Text - tooltip - type string + tooltip + tooltip - shouts Text on Channel. + Shouts Text on Channel.\nThis chat method has a range of 100m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. llSin @@ -16973,10 +16962,10 @@ Theta - tooltip - type float + tooltip + @@ -16996,24 +16985,24 @@ Offset - tooltip - type vector + tooltip + Rotation - tooltip - type rotation + tooltip + tooltip - Set the sit location for this object (if offset == <0,0,0> clear it). + Set the sit location for this object. If offset == ZERO_VECTOR, clears the sit target. llSleep @@ -17028,10 +17017,10 @@ Time - tooltip - type float + tooltip + @@ -17053,42 +17042,42 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + Queue - tooltip - type integer + tooltip + Loop - tooltip - type integer + tooltip + tooltip - Deprecated: Use llPlaySound instead. + Deprecated: Use llPlaySound instead.\nPlays Sound at Volume and specifies whether the sound should loop and/or be enqueued. llSoundPreload @@ -17105,15 +17094,15 @@ Sound - tooltip - type string + tooltip + tooltip - Deprecated: Use llPreloadSound instead. + Deprecated: Use llPreloadSound instead.\nPreloads a sound on viewers within range. llSqrt @@ -17128,15 +17117,15 @@ Value - tooltip - type float + tooltip + tooltip - Returns the square root of Value, or returns 0 and triggers a Math Error for imaginary results. + Returns the square root of Value.\nTriggers a math runtime error for imaginary results (if Value < 0.0). llStartAnimation @@ -17151,15 +17140,15 @@ Animation - tooltip - type string + tooltip + tooltip - Start Animation for agent that owns object. + This function plays the specified animation from playing on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory or a built-in animation.\nRequires PERMISSION_TRIGGER_ANIMATION. llStopAnimation @@ -17174,15 +17163,15 @@ Animation - tooltip - type string + tooltip + tooltip - Stop Animation for agent that owns object. + This function stops the specified animation on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory, a built-in animation, or the uuid of an animation.\nRequires PERMISSION_TRIGGER_ANIMATION. llStopHover @@ -17195,7 +17184,7 @@ arguments tooltip - Stop hovering to a height. + Stop hovering to a height (due to llSetHoverHeight()). llStopLookAt @@ -17208,7 +17197,7 @@ arguments tooltip - Stop causing object to point at a target. + Stop causing object to point at a target (due to llLookAt() or llRotLookAt()). llStopMoveToTarget @@ -17221,7 +17210,7 @@ arguments tooltip - Stops critically damped motion. + Stops critically damped motion (due to llMoveToTarget()). llStopSound @@ -17234,7 +17223,7 @@ arguments tooltip - Stops currently attached sound. + Stops playback of the currently attached sound. llStringLength @@ -17249,15 +17238,15 @@ Text - tooltip - type string + tooltip + tooltip - Returns the length of string. + Returns an integer that is the number of characters in Text (not counting the null). llStringToBase64 @@ -17272,15 +17261,15 @@ Text - tooltip - type string + tooltip + tooltip - Converts a string to the Base64 representation of the string. + Returns the string Base64 representation of the input string. llStringTrim @@ -17295,25 +17284,24 @@ Text - tooltip - String to trim type string + tooltip + String to trim TrimType - tooltip - STRING_TRIM_HEAD, STRING_TRIM_TAIL, or STRING_TRIM. type integer + tooltip + STRING_TRIM_HEAD, STRING_TRIM_TAIL, or STRING_TRIM. tooltip - Trims the leading and/or trailing white spaces from a string.\n - TrimType can be STRING_TRIM, STRING_TRIM_HEAD or STRING_TRIM_TAIL. + Outputs a string, eliminating white-space from the start and/or end of the input string Text.\nValid options for TrimType:\nSTRING_TRIM_HEAD: trim all leading spaces in Text\nSTRING_TRIM_TAIL: trim all trailing spaces in Text\nSTRING_TRIM: trim all leading and trailing spaces in Text. llSubStringIndex @@ -17328,24 +17316,24 @@ Text - tooltip - type string + tooltip + Sequence - tooltip - type string + tooltip + tooltip - Returns an integer that is the index in source where pattern first appears. Returns -1 if not found. + Returns an integer that is the index in Text where string pattern Sequence first appears. Returns -1 if not found. llTakeCamera @@ -17362,10 +17350,10 @@ AvatarID - tooltip - type key + tooltip + @@ -17385,33 +17373,33 @@ Controls - tooltip - Bit-field of CONTROL_* flags. type integer + tooltip + Bit-field of CONTROL_* flags. Accept - tooltip - Boolean, determines whether control events are generated. type integer + tooltip + Boolean, determines whether control events are generated. PassOn - tooltip - Boolean, determines whether controls are disabled. type integer + tooltip + Boolean, determines whether controls are disabled. tooltip - Take controls from agent task has permissions for. If (Accept == (controls & input)), send input to task. If PassOn send to agent also. + Take controls from the agent the script has permissions for.\nIf (Accept == (Controls & input)), send input to the script. PassOn determines whether Controls also perform their normal functions.\nRequires the PERMISSION_TAKE_CONTROLS permission to run. llTan @@ -17426,10 +17414,10 @@ Theta - tooltip - type float + tooltip + @@ -17449,24 +17437,24 @@ Position - tooltip - type vector + tooltip + Range - tooltip - type float + tooltip + tooltip - Sets positions within range of position as a target and return an ID for the target. + This function is to have the script know when it has reached a position.\nIt registers a Position with a Range that triggers at_target and not_at_target events continuously until unregistered. llTargetOmega @@ -17481,33 +17469,33 @@ Axis - tooltip - type vector + tooltip + SpinRate - tooltip - type float + tooltip + Gain - tooltip - type float + tooltip + tooltip - Attempt to spin at SpinRate with strength Gain. + Attempt to spin at SpinRate with strength Gain on Axis.\nA spin rate of 0.0 cancels the spin. This function always works in object-local coordinates. llTargetRemove @@ -17522,15 +17510,15 @@ Target - tooltip - type integer + tooltip + tooltip - Removes target number. + Removes positional target Handle registered with llTarget. llTeleportAgent @@ -17545,43 +17533,42 @@ AvatarID - tooltip - UUID of avatar. type key + tooltip + UUID of avatar. LandmarkName - tooltip - Name of landmark (in object contents), or empty string, to use. type string + tooltip + Name of landmark (in object contents), or empty string, to use. Position - tooltip - If no landmark was provided, the position within the current region to teleport the avatar to. type vector + tooltip + If no landmark was provided, the position within the current region to teleport the avatar to. LookAtPoint - tooltip - The position within the target region that the avatar should be turned to face upon arrival. type vector + tooltip + The position within the target region that the avatar should be turned to face upon arrival. tooltip - Requests a teleport of avatar to a landmark stored in the object's inventory. If no landmark is provided (an empty string), the avatar is teleported to the location position in the current region. In either case, the avatar is turned to face the position given by look_at in local coordinates. - Requires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object. + Requests a teleport of avatar to a landmark stored in the object's inventory. If no landmark is provided (an empty string), the avatar is teleported to the location position in the current region. In either case, the avatar is turned to face the position given by look_at in local coordinates.\nRequires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object. llTeleportAgentGlobalCoords @@ -17596,42 +17583,42 @@ AvatarID - tooltip - UUID of avatar. type key + tooltip + UUID of avatar. GlobalPosition - tooltip - Global coordinates of the destination region. Can be retrieved by using llRequestSimulatorData(region_name, DATA_SIM_POS). type vector + tooltip + Global coordinates of the destination region. Can be retrieved by using llRequestSimulatorData(region_name, DATA_SIM_POS). RegionPosition - tooltip - The position within the target region to teleport the avatar to, if no landmark was provided. type vector + tooltip + The position within the target region to teleport the avatar to, if no landmark was provided. LookAtPoint - tooltip - The position within the target region that the avatar should be turned to face upon arrival. type vector + tooltip + The position within the target region that the avatar should be turned to face upon arrival. tooltip - Teleports an agent to set of a region_coordinates within a region at the specified global_coordinates. The agent lands facing the position defined by look_at local coordinates. + Teleports an agent to the RegionPosition local coordinates within a region which is specified by the GlobalPosition global coordinates. The agent lands facing the position defined by LookAtPoint local coordinates.\nRequires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object. llTeleportAgentHome @@ -17646,15 +17633,15 @@ AvatarID - tooltip - type key + tooltip + tooltip - Teleports agent on owner's land to agent's home location. + Teleport agent over the owner's land to agent's home location. llTextBox @@ -17669,33 +17656,33 @@ AvatarID - tooltip - type key + tooltip + Text - tooltip - type string + tooltip + Channel - tooltip - type integer + tooltip + tooltip - Shows a dialog box on the avatar's screen with the message. A text box asks for input, and if entered the Text is chatted on Channel. + Opens a dialog for the specified avatar with message Text, which contains a text box for input. Any text that is entered is said on the specified Channel (as if by the avatar) when the "OK" button is clicked. llToLower @@ -17710,10 +17697,10 @@ Text - tooltip - type string + tooltip + @@ -17733,10 +17720,10 @@ Text - tooltip - type string + tooltip + @@ -17746,7 +17733,7 @@ llTransferLindenDollars energy - + 10.0 sleep 0.0 return @@ -17756,24 +17743,24 @@ AvatarID - tooltip - type key + tooltip + Amount - tooltip - type integer + tooltip + tooltip - Transfer Amount of linden dollars (L$) from script owner to AvatarID. Returns a key to a corresponding transaction_result event for the success of the transfer. + Transfer Amount of linden dollars (L$) from script owner to AvatarID. Returns a key to a corresponding transaction_result event for the success of the transfer.\nAttempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key. llTriggerSound @@ -17788,24 +17775,24 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + tooltip - Plays Sound at Volume (0.0 - 1.0), centered at but not attached to object. + Plays Sound at Volume (0.0 - 1.0), centered at but not attached to object.\nThere is no limit to the number of triggered sounds which can be generated by an object, and calling llTriggerSound does not affect the attached sounds created by llPlaySound and llLoopSound. This is very useful for things like collision noises, explosions, etc. There is no way to stop or alter the volume of a sound triggered by this function. llTriggerSoundLimited @@ -17820,42 +17807,42 @@ Sound - tooltip - type string + tooltip + Volume - tooltip - type float + tooltip + TNE - tooltip - type vector + tooltip + BSW - tooltip - type vector + tooltip + tooltip - Plays Sound at Volume (0.0 - 1.0), centered at but not attached to object, limited to axis-aligned bounding box defined by vectors top-north-east (TNE) and bottom-south-west (BSW). + Plays Sound at Volume (0.0 - 1.0), centered at but not attached to object, limited to axis-aligned bounding box defined by vectors top-north-east (TNE) and bottom-south-west (BSW).\nThere is no limit to the number of triggered sounds which can be generated by an object, and calling llTriggerSound does not affect the attached sounds created by llPlaySound and llLoopSound. This is very useful for things like collision noises, explosions, etc. There is no way to stop or alter the volume of a sound triggered by this function. llUnescapeURL @@ -17870,15 +17857,15 @@ URL - tooltip - type string + tooltip + tooltip - Returns an unescaped/ unencoded version of URL, replacing %20 with spaces etc. + Returns the string that is the URL unescaped, replacing "%20" with spaces, etc., version of URL.\nThis function can output raw UTF-8 strings. llUnSit @@ -17893,10 +17880,10 @@ AvatarID - tooltip - type key + tooltip + @@ -17906,9 +17893,9 @@ llUpdateCharacter energy - + 10.0 sleep - + 0.0 return void arguments @@ -17916,15 +17903,15 @@ Options - tooltip - Character configuration options. Takes the same constants as llCreateCharacter(). type list + tooltip + Character configuration options. Takes the same constants as llCreateCharacter(). tooltip - Change the character's settings. + Updates settings for a pathfinding character. llVecDist @@ -17939,24 +17926,24 @@ Location1 - tooltip - type vector + tooltip + Location2 - tooltip - type vector + tooltip + tooltip - Returns the 3D distance between Location1 and Location2. + Returns the distance between Location1 and Location2. llVecMag @@ -17971,15 +17958,15 @@ Vector - tooltip - type vector + tooltip + tooltip - Returns the magnitude of Vector. + Returns the magnitude of the vector. llVecNorm @@ -17994,15 +17981,15 @@ Vector - tooltip - type vector + tooltip + tooltip - Returns the v normalized. + Returns normalized vector. llVolumeDetect @@ -18017,22 +18004,22 @@ DetectEnabled - tooltip - .TRUE enables, FALSE disables. type integer + tooltip + TRUE enables, FALSE disables. tooltip - If DetectEnabled = TRUE, object becomes phantom but triggers collision_start and collision_end events when other objects start and stop interpenetrating. Must be applied to the root object. + If DetectEnabled = TRUE, object becomes phantom but triggers collision_start and collision_end events when other objects start and stop interpenetrating.\nIf another object (including avatars) interpenetrates it, it will get a collision_start event.\nWhen an object stops interpenetrating, a collision_end event is generated. While the other is inter-penetrating, collision events are NOT generated. llWanderWithin energy - + 10.0 sleep - + 0.0 return void arguments @@ -18040,33 +18027,33 @@ Origin - tooltip - Central point to wander about. type vector + tooltip + Central point to wander about. Area - tooltip - Half-extents of an area the character may wander within. (i.e., it can wander from the specified origin by up to +/-Distance.x in x, +/-Distance.y in y, etc.) type vector + tooltip + Half-extents of an area the character may wander within. (i.e., it can wander from the specified origin by up to +/-Distance.x in x, +/-Distance.y in y, etc.) Options - tooltip - No options available at this time. type list + tooltip + No options available at this time. tooltip - Wander within a specified volume. + Wander within a specified volume.\nSets a character to wander about a central spot within a specified area. llWater @@ -18081,15 +18068,15 @@ Offset - tooltip - type vector + tooltip + tooltip - Returns the water height below the object position + offset. + Returns the water height below the object position + Offset. llWhisper @@ -18104,24 +18091,24 @@ Channel - tooltip - type integer + tooltip + Text - tooltip - type string + tooltip + tooltip - Whispers Text on Channel. + Whispers Text on Channel.\nThis chat method has a range of 10m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. llWind @@ -18136,22 +18123,22 @@ Offset - tooltip - type vector + tooltip + tooltip - Returns the wind velocity at the object position + offset. + Returns the wind velocity at the object position + Offset. llXorBase64 energy 10.0 sleep - 0.3 + 0.0 return string arguments @@ -18159,24 +18146,24 @@ Text1 - tooltip - type string + tooltip + Text2 - tooltip - type string + tooltip + tooltip - Performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1. Retained for backwards compatibility. + Performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1. llXorBase64Strings @@ -18193,25 +18180,24 @@ Text1 - tooltip - type string + tooltip + Text2 - tooltip - type string + tooltip + tooltip - Deprecated: Please use llXorBase64 instead.\n - Incorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1. Retained for backwards compatibility. + Deprecated: Please use llXorBase64 instead.\nIncorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1.\nRetained for backwards compatibility. llXorBase64StringsCorrect @@ -18228,29 +18214,76 @@ Text1 - tooltip - type string + tooltip + Text2 + type + string tooltip + + + + tooltip + Deprecated: Please use llXorBase64 instead.\nCorrectly (unless nulls are present) performs an exclusive OR on two Base64 strings and returns a Base64 string.\nText2 repeats if it is shorter than Text1. + + llGetMinScaleFactor + + energy + 10.0 + sleep + 0.0 + return + float + arguments + + tooltip + Returns the smallest multiplicative uniform scale factor that can be successfully applied (via llScaleByFactor()) to the object without violating prim size or linkability rules. + + llGetMaxScaleFactor + + energy + 10.0 + sleep + 0.0 + return + float + arguments + + tooltip + Returns the largest multiplicative uniform scale factor that can be successfully applied (via llScaleByFactor()) to the object without violating prim size or linkability rules. + + llScaleByFactor + + energy + 10.0 + sleep + 0.0 + return + float + arguments + + + Factor + type - string + float + tooltip + tooltip - Deprecated: Please use llXorBase64 instead.\n - Correctly (unless nulls are present) performs an exclusive OR on two Base64 strings and returns a Base64 string.\n - Text2 repeats if it is shorter than Text1. + Tries to uniformly scale the object by a multiplicative factor. Returns TRUE on success or FALSE on failure. llsd-lsl-syntax-version 2 - \ No newline at end of file + -- cgit v1.2.3