From 7d4febe7bbadf6e597231d2a547f22d4bc37958e Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sat, 4 Jan 2014 01:19:51 +0000 Subject: STORM-1831/STORM-2000 Changing LSL syntax schema to contain arguments in an array instead of a map element. --- .../newview/app_settings/keywords_lsl_default.xml | 14106 ++++++++++--------- 1 file changed, 7747 insertions(+), 6359 deletions(-) mode change 100644 => 100755 indra/newview/app_settings/keywords_lsl_default.xml (limited to 'indra/newview') diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml old mode 100644 new mode 100755 index c1e15045a7..f02a2136c0 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -5264,14 +5264,20 @@ type vector value - - x - -1.0 - y - -1.0 - z - 0.0 - + + + x + -1.0 + + + y + -1.0 + + + z + 0.0 + + tooltip @@ -5280,14 +5286,20 @@ type vector value - - x - 0.0 - y - 0.0 - z - 0.0 - + + + x + 0.0 + + + y + 0.0 + + + z + 0.0 + + tooltip @@ -6022,16 +6034,24 @@ type rotation value - - x - 0.0 - y - 0.0 - z - 0.0 - w - 1.0 - + + + x + 0.0 + + + y + 0.0 + + + z + 0.0 + + + w + 1.0 + + tooltip @@ -6040,14 +6060,20 @@ type vector value - - x - 0.0 - y - 0.0 - z - 0.0 - + + + x + 0.0 + + + y + 0.0 + + + z + 0.0 + + tooltip @@ -6057,103 +6083,121 @@ at_rot_target arguments - - TargetNumber + - type - integer - tooltip - + TargetNumber + + tooltip + + type + integer + - TargetRotation - type - rotation - tooltip - + TargetRotation + + tooltip + + type + rotation + - CurrentRotation - type - rotation - tooltip - + CurrentRotation + + tooltip + + type + rotation + - + tooltip This event is triggered when a script comes within a defined angle of a target rotation. The range and rotation, are set by a call to llRotTarget. at_target arguments - - TargetNumber + - type - integer - tooltip - + TargetNumber + + tooltip + + type + integer + - TargetPosition - type - vector - tooltip - + TargetPosition + + tooltip + + type + vector + - CurrentPosition - type - vector - tooltip - + CurrentPosition + + tooltip + + type + vector + - + tooltip This event is triggered when the scripted object comes within a defined range of the target position, defined by the llTarget function call. attach arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - + tooltip This event is triggered whenever an object is attached or detached from an avatar. If it is attached, the key of the avatar it is attached to is passed in, otherwise NULL_KEY is. changed arguments - - Changed + - type - integer - tooltip - + Changed + + tooltip + + type + integer + - + tooltip Triggered when various events change the object. The change argument will be a bit-field of CHANGED_* constants. collision arguments - - NumberOfCollisions + - type - integer - tooltip - + NumberOfCollisions + + tooltip + + type + integer + - + tooltip This event is raised while another object, or avatar, is colliding with the object the script is attached to. The number of detected objects is passed to the script. Information on those objects may be gathered via the llDetected* functions. @@ -6161,15 +6205,17 @@ collision_end arguments - - NumberOfCollisions + - type - integer - tooltip - + NumberOfCollisions + + tooltip + + type + integer + - + tooltip This event is raised when another object, or avatar, stops colliding with the object the script is attached to. The number of detected objects is passed to the script. Information on those objects may be gathered via the llDetected* library functions. @@ -6177,15 +6223,17 @@ collision_start arguments - - NumberOfCollisions + - type - integer - tooltip - + NumberOfCollisions + + tooltip + + type + integer + - + tooltip This event is raised when another object, or avatar, starts colliding with the object the script is attached to. The number of detected objects is passed to the script. Information on those objects may be gathered via the llDetected* library functions. @@ -6193,29 +6241,35 @@ control arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Levels - type - integer - tooltip - + Levels + + tooltip + + type + integer + - Edges - type - integer - tooltip - + Edges + + tooltip + + type + integer + - + tooltip Once a script has the ability to grab control inputs from the avatar, this event will be used to pass the commands into the script. The levels and edges are bit-fields of control constants. @@ -6223,22 +6277,26 @@ dataserver arguments - - RequestID + - type - key - tooltip - + RequestID + + tooltip + + type + key + - Data - type - string - tooltip - + Data + + tooltip + + type + string + - + tooltip This event is triggered when the requested data is returned to the script. Data may be requested by the llRequestAgentData, llRequestInventoryData, and llGetNotecardLine function calls, for example. @@ -6246,43 +6304,53 @@ email arguments - - Time + - type - string - tooltip - + Time + + tooltip + + type + string + - Address - type - string - tooltip - + Address + + tooltip + + type + string + - Subject - type - string - tooltip - + Subject + + tooltip + + type + string + - Body - type - string - tooltip - + Body + + tooltip + + type + string + - NumberRemaining - type - integer - tooltip - + NumberRemaining + + tooltip + + type + integer + - + tooltip This event is triggered when an email sent to this script arrives. The number remaining tells how many more emails are known to be still pending. @@ -6290,182 +6358,218 @@ http_request arguments - - HTTPRequestID + - type - key - tooltip - + HTTPRequestID + + tooltip + + type + key + - HTTPMethod - type - string - tooltip - + HTTPMethod + + tooltip + + type + string + - Body - type - string - tooltip - + Body + + tooltip + + type + string + - + tooltip Triggered when task receives an HTTP request. http_response arguments - - HTTPRequestID + - type - key - tooltip - + HTTPRequestID + + tooltip + + type + key + - Status - type - integer - tooltip - + Status + + tooltip + + type + integer + - Metadata - type - list - tooltip - + Metadata + + tooltip + + type + list + - Body - type - string - tooltip - + Body + + tooltip + + type + string + - + tooltip This event handler is invoked when an HTTP response is received for a pending llHTTPRequest request or if a pending request fails or times out. land_collision arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - + tooltip This event is raised when the object the script is attached to is colliding with the ground. land_collision_end arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - + tooltip This event is raised when the object the script is attached to stops colliding with the ground. land_collision_start arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - + tooltip This event is raised when the object the script is attached to begins to collide with the ground. link_message arguments - - SendersLink + - type - integer - tooltip - + SendersLink + + tooltip + + type + integer + - Value - type - integer - tooltip - + Value + + tooltip + + type + integer + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - ID - type - key - tooltip - + ID + + tooltip + + type + key + - + tooltip Triggered when object receives a link message via llMessageLinked function call. listen arguments - - Channel + - type - integer - tooltip - + Channel + + tooltip + + type + integer + - Name - type - string - tooltip - + Name + + tooltip + + type + string + - ID - type - key - tooltip - + ID + + tooltip + + type + key + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + tooltip This event is raised whenever a chat message matching the constraints set in the llListen command is received. The name and ID of the speaker, as well as the message, are passed in as parameters. Channel 0 is the public chat channel that all avatars see as chat text. Channels 1 through 2,147,483,648 are private channels that are not sent to avatars but other scripts can listen on those channels. @@ -6473,22 +6577,26 @@ money arguments - - Payer + - type - key - tooltip - + Payer + + tooltip + + type + key + - Amount - type - integer - tooltip - + Amount + + tooltip + + type + integer + - + tooltip This event is triggered when a resident has given an amount of Linden dollars to the object. @@ -6530,117 +6638,139 @@ object_rez arguments - - RezzedObjectsID + - type - key - tooltip - + RezzedObjectsID + + tooltip + + type + key + - + tooltip Triggered when an object rezzes another object from its inventory via the llRezObject, or similar, functions. The id is the globally unique key for the object rezzed. on_rez arguments - - StartParameter + - type - integer - tooltip - + StartParameter + + tooltip + + type + integer + - + tooltip Triggered whenever an object is rezzed from inventory or by another object. The start parameter is passed in from the llRezObject call, or zero if from inventory. path_update arguments - - Type + - type - integer - tooltip - + Type + + tooltip + + type + integer + - Reserved - type - list - tooltip - + Reserved + + tooltip + + type + list + - + tooltip This event is called to inform the script of changes within the object's path-finding status. remote_data arguments - - EventType + - type - integer - tooltip - + EventType + + tooltip + + type + integer + - ChannelID - type - key - tooltip - + ChannelID + + tooltip + + type + key + - MessageID - type - key - tooltip - + MessageID + + tooltip + + type + key + - Sender - type - string - tooltip - + Sender + + tooltip + + type + string + - Data - type - integer - tooltip - + Data + + tooltip + + type + integer + - Data - type - string - tooltip - + Data + + tooltip + + type + string + - + tooltip Triggered by various XML-RPC calls with event_type specifying the type of data. run_time_permissions arguments - - PermissionFlags + - type - integer - tooltip - + PermissionFlags + + tooltip + + type + integer + - + tooltip Scripts need permission from either the owner or the avatar they wish to act on before they may perform certain functions, such as debiting money from their owners account, triggering an animation on an avatar, or capturing control inputs. The llRequestPermissions library function is used to request these permissions and the various permissions integer constants can be supplied. The integer returned to this event handler contains the current set of permissions flags, so if permissions equal 0 then no permissions are set. @@ -6648,15 +6778,17 @@ sensor arguments - - NumberDetected + - type - integer - tooltip - + NumberDetected + + tooltip + + type + integer + - + tooltip This event is raised whenever objects matching the constraints of the llSensor command are detected. The number of detected objects is passed to the script in the parameter. Information on those objects may be gathered via the llDetected* functions. @@ -6685,15 +6817,17 @@ touch arguments - - NumberOfTouches + - type - integer - tooltip - + NumberOfTouches + + tooltip + + type + integer + - + tooltip This event is raised while a user is touching the object the script is attached to. The number of touching objects is passed to the script in the parameter. @@ -6702,15 +6836,17 @@ touch_end arguments - - NumberOfTouches + - type - integer - tooltip - + NumberOfTouches + + tooltip + + type + integer + - + tooltip This event is raised when a user stops touching the object the script is attached to. The number of touches is passed to the script in the parameter. Information on those objects may be gathered via the llDetected* library functions. @@ -6718,15 +6854,17 @@ touch_start arguments - - NumberOfTouches + - type - integer - tooltip - + NumberOfTouches + + tooltip + + type + integer + - + tooltip This event is raised when a user first touches the object the script is attached to. The number of touches is passed to the script in the parameter. Information on those objects may be gathered via the llDetected() library functions. @@ -6734,29 +6872,35 @@ transaction_result arguments - - RequestID + - type - key - tooltip - + RequestID + + tooltip + + type + key + - Success - type - integer - tooltip - + Success + + tooltip + + type + integer + - Message - type - string - tooltip - + Message + + tooltip + + type + string + - + tooltip Triggered by llTransferMoney() function. @@ -6765,1298 +6909,1446 @@ llAbs + arguments + + + Value + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Value - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the absolute (positive) version of Value. llAcos + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the arc-cosine of Value, in radians. llAddToLandBanList - energy - 10.0 - sleep - 0.0 - return - void arguments - - ID + - type - key - tooltip - + ID + + tooltip + + type + key + - Hours - type - float - tooltip - + Hours + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.1 - return - void arguments - - ID + - type - key - tooltip - + ID + + tooltip + + type + key + - Hours - type - float - tooltip - + Hours + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.1 tooltip Add avatar ID to the land pass list, for a duration of Hours. llAdjustSoundVolume + arguments + + + Volume + + tooltip + + type + float + + + energy 10.0 - sleep - 0.1 return void - arguments - - Volume - - type - float - tooltip - - - + sleep + 0.1 tooltip Adjusts the volume (0.0 - 1.0) of the currently playing attached sound started with llPlaySound or llLoopSound.\nAdjusts the volume of the currently playing attached sound started with llPlaySound or llLoopSound.\nThis function has no effect on sounds started with llTriggerSound. llAllowInventoryDrop + arguments + + + Flag + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Flag - - type - integer - tooltip - - - + sleep + 0.0 tooltip If Flag == TRUE, users without object modify permissions can still drop inventory items into the object. llAngleBetween - energy - 10.0 - sleep - 0.0 - return - float arguments - - Rot1 + - type - rotation - tooltip - + Rot1 + + tooltip + + type + rotation + - Rot2 - type - rotation - tooltip - + Rot2 + + tooltip + + type + rotation + - + + energy + 10.0 + return + float + sleep + 0.0 tooltip Returns the angle, in radians, between rotations Rot1 and Rot2. llApplyImpulse - energy - 10.0 - sleep - 0.0 - return - void arguments - - Force + - type - vector - tooltip - + Force + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Applies impulse to the object.\nApplies the Force in local coordinates if Local == TRUE. Otherwise the Force is applied in global coordinates.\nThis function only works on physical objects. llApplyRotationalImpulse - energy - 10.0 - sleep - 0.0 - return - void arguments - - Force + - type - vector - tooltip - + Force + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Applies rotational impulse to the object,\nThe force is in local coordinates, if Local == TRUE, otherwise the impulse is applied in global coordinates.\nThis function only works on physical objects. llAsin + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the arc-sine, in radians, of Value. llAtan2 - energy - 10.0 - sleep - 0.0 - return - float arguments - - y + - type - float - tooltip - + y + + tooltip + + type + float + - x - type - float - tooltip - + x + + tooltip + + type + float + - + + energy + 10.0 + return + float + sleep + 0.0 tooltip Returns the arc-tangent2 of y, x. llAttachToAvatar + arguments + + + AttachmentPoint + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - AttachmentPoint - - type - integer - tooltip - - - + sleep + 0.0 tooltip Attach to avatar at point AttachmentPoint, if task has permissions to do so.\nAttach to avatar at point iAttachmentPoint.\nRequires the PERMISSION_ATTACH runtime permission. llAttachToAvatarTemp + arguments + + + AttachPoint + + tooltip + + type + integer + + + energy 0 - sleep - 0 return void - arguments - - AttachPoint - - type - integer - tooltip - - - + sleep + 0 tooltip Follows the same convention as llAttachToAvatar, with the exception that the object will not create new inventory for the user, and will disappear on detach or disconnect. llAvatarOnLinkSitTarget + arguments + + + LinkNumber + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return key - arguments - - LinkNumber - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return key - arguments - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - rotation arguments - - Forward + - type - vector - tooltip - + Forward + + tooltip + + type + vector + - Left - type - vector - tooltip - + Left + + tooltip + + type + vector + - Up - type - vector - tooltip - + Up + + tooltip + + type + vector + - + + energy + 10.0 + return + rotation + sleep + 0.0 tooltip Returns the rotation represented by coordinate axes Forward, Left, and Up. llAxisAngle2Rot - energy - 10.0 - sleep - 0.0 - return - rotation arguments - - Axis + - type - vector - tooltip - + Axis + + tooltip + + type + vector + - Angle - type - float - tooltip - + Angle + + tooltip + + type + float + - + + energy + 10.0 + return + rotation + sleep + 0.0 tooltip Returns the rotation that is a generated Angle about Axis. llBase64ToInteger + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return string - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Converts a Base64 string to a conventional string.\nIf the conversion creates any unprintable characters, they are converted to question marks. llBreakAllLinks + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip De-links all prims in the link set (requires permission PERMISSION_CHANGE_LINKS be set). llBreakLink + arguments + + + LinkNumber + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - LinkNumber - - type - integer - tooltip - - - + sleep + 0.0 tooltip De-links the prim with the given link number (requires permission PERMISSION_CHANGE_LINKS be set). llCastRay - energy - - sleep - - return - list arguments - - Start + - type - vector - tooltip - + Start + + tooltip + + type + vector + - End - type - vector - tooltip - + End + + tooltip + + type + vector + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - - tooltip - 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. + + energy + + return + list + sleep + + tooltip + 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 + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns smallest integer value >= Value. llClearCameraParams + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Resets all camera parameters to default values and turns off scripted camera control. llClearLinkMedia - energy - 0.0 - sleep - 0.0 - return - integer arguments - - Link + - type - integer - tooltip - + Link + + tooltip + + type + integer + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 0.0 + return + integer + sleep + 0.0 tooltip 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 + arguments + + + Face + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.1 return integer - arguments - - Face - - type - integer - tooltip - - - + sleep + 0.1 tooltip 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 + arguments + + + ChannelID + + tooltip + + type + key + + + energy 10.0 - sleep - 1.0 return void - arguments - - ChannelID - - type - key - tooltip - - - + sleep + 1.0 tooltip Closes the specified XML-RPC channel. llCloud + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return float - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the cloud density at the object's position + Offset. llCollisionFilter - energy - 10.0 - sleep - 0.0 - return - void arguments - - ObjectName + - type - string - tooltip - + ObjectName + + tooltip + + type + string + - ObjectID - type - key - tooltip - + ObjectID + + tooltip + + type + key + - Accept - type - integer - tooltip - + Accept + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip If Accept == TRUE, only accept collisions with objects Name and ID, otherwise with objects not Name or ID.\nSpecify an empty string or NULL_KEY to not filter on the corresponding parameter. llCollisionSound - energy - 10.0 - sleep - 0.0 - return - void arguments - - ImpactSound + - type - string - tooltip - + ImpactSound + + tooltip + + type + string + - ImpactVolume - type - float - tooltip - + ImpactVolume + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 + arguments + + + ImpactSprite + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - ImpactSprite - - type - string - tooltip - - - + sleep + 0.0 tooltip Suppress default collision sprites, replace default impact sprite with ImpactSprite; found in the object inventory (empty string to just suppress). llCos + arguments + + + Theta + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Theta - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the cosine of Theta (Theta in radians). llCreateCharacter + arguments + + + Options + + tooltip + + type + list + + + energy - sleep - return void - arguments - - Options - - type - list - tooltip - - - + sleep + tooltip 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 - energy - 10.0 - sleep - 1.0 - return - void arguments - - TargetPrim + - type - key - tooltip - + TargetPrim + + tooltip + + type + key + - Parent - type - integer - tooltip - + Parent + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 1.0 tooltip Attempt to link the object the script is in, to target (requires permission PERMISSION_CHANGE_LINKS be set).\nIf parent == TRUE, the object the script is attached to is the root.\nRequires permission PERMISSION_CHANGE_LINKS be set. llCSV2List + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return list - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Create a list from a string of comma separated values specified in Text. llDeleteCharacter + arguments + energy - sleep - return void - arguments - + sleep + tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - Source + - type - list - tooltip - + Source + + tooltip + + type + list + - Start - type - integer - tooltip - + Start + + tooltip + + type + integer + - End - type - integer - tooltip - + End + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - string arguments - - Source + - type - string - tooltip - + Source + + tooltip + + type + string + - Start - type - integer - tooltip - + Start + + tooltip + + type + integer + - End - type - integer - tooltip - + End + + tooltip + + type + integer + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Remove the object containing the script from the avatar. llDetectedGrab + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return key - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the key of detected object or avatar number.\nReturns NULL_KEY if Number is not a valid index. llDetectedLinkNumber + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return string - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return key - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the key of detected object's owner.\nReturns invalid key if Number is not a valid index. llDetectedPos + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the position of detected object or avatar number.\nReturns <0.0, 0.0, 0.0> if Number is not a valid index. llDetectedRot + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return rotation - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Index + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Index - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Index + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Index - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the index of the face where the avatar clicked in a triggered touch event. llDetectedTouchNormal + arguments + + + Index + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Index - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Index + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Index - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - vector arguments - - Index + - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + vector + sleep + 0.0 tooltip 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 + arguments + + + Index + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Index - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Number + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Number - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the velocity of the detected object Number.\nReturns<0.0, 0.0, 0.0> if Number is not a valid offset. llDialog - energy - 10.0 - sleep - 0.1 - return - void arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - Buttons - type - list - tooltip - + Buttons + + tooltip + + type + list + - Channel - type - integer - tooltip - + Channel + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.1 tooltip Shows a dialog box on the avatar's screen with the message.\n Up to 12 strings in the list form buttons.\n @@ -8071,732 +8363,802 @@ llDie + arguments + energy 0.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Deletes the object.\nDelete the object which holds the script. llDumpList2String - energy - 10.0 - sleep - 0.0 - return - string arguments - - Source + - type - list - tooltip - + Source + + tooltip + + type + list + - Separator - type - string - tooltip - + Separator + + tooltip + + type + string + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - integer arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - Direction - type - vector - tooltip - + Direction + + tooltip + + type + vector + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip 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 + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return void - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Ejects AvatarID from land that you own.\nEjects AvatarID from land that the object owner (group or resident) owns. llEmail - energy - 10.0 - sleep - 20.0 - return - void arguments - - Address + - type - string - tooltip - + Address + + tooltip + + type + string + - Subject - type - string - tooltip - + Subject + + tooltip + + type + string + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 20.0 tooltip Sends email to Address with Subject and Message.\nSends an email to Address with Subject and Message. llEscapeURL + arguments + + + URL + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return string - arguments - - URL - - type - string - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Vector + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return rotation - arguments - - Vector - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the rotation representation of the Euler angles.\nReturns the rotation represented by the Euler Angle. llEvade - energy - - sleep - - return - void arguments - - TargetID + - type - key - tooltip - + TargetID + + tooltip + + type + key + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip 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 - energy - - sleep - - return - void arguments - - Command + - type - integer - tooltip - + Command + + tooltip + + type + integer + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip Execute a character command.\nSend a command to the path system.\n Currently only supports stopping the current path-finding operation or causing the character to jump. llFabs + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the positive version of Value.\nReturns the absolute value of Value. llFleeFrom - energy - - sleep - - return - void arguments - - Source + - type - vector - tooltip - + Source + + tooltip + + type + vector + - Distance - type - float - tooltip - + Distance + + tooltip + + type + float + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip Flee from a point.\nDirects a character (llCreateCharacter) to keep away from a defined position in the region or adjacent regions. llFloor + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns largest integer value <= Value. llForceMouselook + arguments + + + Enable + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Enable - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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.\n Just 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 + arguments + + + Magnitude + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Magnitude - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns a pseudo random number in the range [0, Magnitude] or [Magnitude, 0].\nReturns a pseudo-random number between [0, Magnitude]. llGenerateKey + arguments + energy 0 - sleep - 0 return key - arguments - + sleep + 0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the acceleration of the object relative to the region's axes.\nGets the acceleration of the object. llGetAgentInfo + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return integer - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 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.\nReturns information about the given agent ID as a bit-field of agent info constants. llGetAgentLanguage + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return string - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - Scope + - type - integer - tooltip - + Scope + + tooltip + + type + integer + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip 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 + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return vector - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 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.\nIf the agent is in the same region as the object, returns the size of the avatar. llGetAlpha + arguments + + + Face + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return float - arguments - - Face - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip 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 + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return string - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Returns the name of the currently playing locomotion animation for the avatar id.\nReturns the currently playing animation for the specified avatar ID. llGetAnimationList + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return list - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + AnimationState + + tooltip + + type + string + + + energy 0 - sleep - 0 return string - arguments - - AnimationState - - type - string - tooltip - - - + sleep + 0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Returns the object's attachment point, or 0 if not attached.\nReturns the object attachment point, or 0 if not attached. llGetBoundingBox + arguments + + + ID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return list - arguments - - ID - - type - key - tooltip - - - + sleep + 0.0 tooltip Returns the bounding box around the object (including any linked prims) relative to its root prim, as a list in the format [ (vector) min_corner, (vector) max_corner ].\nReturns the bounding box around the object or avatar with the specified key (including any linked prims) relative to the\n root prim, as a list: [ (vector) min_corner, (vector) max_corner ] llGetCameraPos + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return rotation - arguments - + sleep + 0.0 tooltip Returns the current camera orientation for the agent the task has permissions for.\nReturns the rotation of the camera, of the user who has granted this script PERMISSION_TRACK_CAMERA. If no user has granted the permission, it returns ZERO_ROTATION.\n The key of the user whose camera is being tracked, can be obtained using llGetPermissionsKey. llGetCenterOfMass + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the prim's centre of mass (unless called from the root prim, where it returns the object's centre of mass). llGetClosestNavPoint - energy - - sleep - - return - list arguments - - Point + - type - vector - tooltip - + Point + + tooltip + + type + vector + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + list + sleep + tooltip 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 + arguments + + + Face + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Face - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return key - arguments - + sleep + 0.0 tooltip Returns a key for the creator of the prim.\nReturns the key of the object's original creator. Similar to llGetOwner. llGetDate + arguments + energy 10.0 - sleep - 0.0 return string - arguments - + sleep + 0.0 tooltip 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 + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return string - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 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.\nReturns a string that is the non-unique display name of the avatar specified by AvatarID.\n AvatarID must specify a valid avatar key, present in or otherwise known to the region in which the script is running, otherwise an empty string is returned.\n @@ -8804,447 +9166,487 @@ llGetEnergy + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip Returns how much energy is in the object as a percentage of maximum. llGetEnv + arguments + + + DataRequest + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return string - arguments - - DataRequest - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns a string with the requested data about the region. llGetForce + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the force (if the script is physical).\nReturns the current force if the script is physical. llGetFreeMemory + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Returns the number of available URLs for the current script.\nReturns an integer that is the number of available URLs. llGetGeometricCenter + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the geometric center of the linked set the script is attached to.\nReturns the geometric centre of the linked set the script is in relative to the object's position (the position of the root prim of a linked set).\n To get the object's position, use llGetPos. llGetGMTclock + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip Returns the time in seconds since midnight GMT.\nGets the time in seconds since midnight in GMT/UTC. llGetHTTPHeader - energy - 10.0 - sleep - 0.0 - return - string arguments - - HTTPRequestID + - type - key - tooltip - + HTTPRequestID + + tooltip + + type + key + - Header - type - string - tooltip - + Header + + tooltip + + type + string + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip Returns the value for header for request_id.\nReturns a string that is the value of the Header for HTTPRequestID. llGetInventoryCreator + arguments + + + InventoryItem + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return key - arguments - - InventoryItem - - type - string - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + InventoryItem + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return key - arguments - - InventoryItem - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns the key that is the UUID of the inventory named.\nReturns the key of the inventory named. llGetInventoryName - energy - 10.0 - sleep - 0.0 - return - string arguments - - InventoryType + - type - integer - tooltip - + InventoryType + + tooltip + + type + integer + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip Returns the name of the inventory item number of a given type.\nGet the name of the inventory Index number of InventoryType.\n Use the inventory constants INVENTORY_* to specify the type. llGetInventoryNumber + arguments + + + InventoryType + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - InventoryType - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the number of items of a given type (INVENTORY_* flag) in the prim's inventory.\nGet the number of items of InventoryType in the object inventory.\n Use the inventory constants INVENTORY_* to specify the type. - llGetInventoryPermMask - - energy - 10.0 - sleep - 0.0 - return - integer + llGetInventoryPermMask + arguments - - InventoryItem + - type - string - tooltip - + InventoryItem + + tooltip + + type + string + - BitMask - type - integer - tooltip - + BitMask + + tooltip + + type + integer + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip 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.\n If this is used to determine whether or not an inventory item exists within the object, it will have the side effect of spamming chat. So please don't ;-) llGetInventoryType + arguments + + + InventoryItem + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return integer - arguments - - InventoryItem - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns the type of the inventory item named.\nReturns the type of the inventory item named.\n Remember, like all inventory functions, llGetInventoryType is case-sensitive. llGetKey + arguments + energy 10.0 - sleep - 0.0 return key - arguments - + sleep + 0.0 tooltip Returns the key of the prim the script is attached to.\nGet the key for the object which has this script. llGetLandOwnerAt + arguments + + + Position + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return key - arguments - - Position - - type - vector - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + LinkNumber + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return key - arguments - - LinkNumber - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the key of the linked prim LinkNumber.\nReturns the key of LinkNumber in the link set. llGetLinkMedia - energy - 0.0 - sleep - 0.0 - return - list arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - Parameters - type - integer - tooltip - + Parameters + + tooltip + + type + integer + - + + energy + 0.0 + return + list + sleep + 0.0 tooltip Get the media parameters for a particular face on linked prim, given the desired list of parameter names. Returns a list of values in the order requested. Returns an empty list if no media exists on the face.\nGet the desired list of named media parameters, for a particular face, of a linked prim.\n Returns a list of values in the order requested. llGetLinkName + arguments + + + LinkNumber + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return string - arguments - - LinkNumber - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the name of LinkNumber in a link set.\nReturns the name of LinkNumber the link set. llGetLinkNumber + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 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.).\nReturns the link number of the prim containing the script. 0 means no link, 1 the root, 2 for first child, etc. llGetLinkNumberOfSides + arguments + + + LinkNumber + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - LinkNumber - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Parameters - type - integer - tooltip - + Parameters + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip Get primitive parameters for LinkNumber based on rules.\nIdentical to llGetPrimitiveParams except that it acts on the prim specified by the link number given.\n Returns the list of primitive attributes requested in the Parameters list for link.\n @@ -9254,173 +9656,187 @@ llGetListEntryType - energy - 10.0 - sleep - 0.0 - return - integer arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + integer + sleep + 0.0 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).\nReturns the type of the variable at Index in ListVariable. llGetListLength + arguments + + + ListVariable + + tooltip + + type + list + + + energy 10.0 - sleep - 0.0 return integer - arguments - - ListVariable - - type - list - tooltip - - - + sleep + 0.0 tooltip Returns the number of elements in the list.\nReturns the number of elements in ListVariable. llGetLocalPos + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the position relative to the root.\nReturns the local position of a child object relative to the root. llGetLocalRot + arguments + energy 10.0 - sleep - 0.0 return rotation - arguments - + sleep + 0.0 tooltip Returns the rotation local to the root.\nReturns the local rotation of a child object relative to the root. llGetMass + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip 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 + arguments + energy - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip Acts as llGetMass(), except that the units of the value returned are Kg. llGetMemoryLimit + arguments + energy - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Get the maximum memory a script can use, in bytes.\nGet the maximum memory a script can use.\n Returns the integer amount of memory the script can use in bytes. llGetNextEmail - energy - 10.0 - sleep - 0.0 - return - void arguments - - Address + - type - string - tooltip - + Address + + tooltip + + type + string + - Subject - type - string - tooltip - + Subject + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Get the next waiting email with appropriate address and/or subject (if blank they are ignored).\nGet the next waiting email with appropriate address and/or subject.\n If the parameters are blank, they are not used for filtering. llGetNotecardLine - energy - 10.0 - sleep - 0.1 - return - key arguments - - NotecardName + - type - string - tooltip - + NotecardName + + tooltip + + type + string + - LineNumber - type - integer - tooltip - + LineNumber + + tooltip + + type + integer + - + + energy + 10.0 + return + key + sleep + 0.1 tooltip Returns line from NotecardName via the dataserver event.\nThis function fetches LineNumber from NotecardName and returns the data through the dataserver event. The line count starts at zero.\n If the requested line is passed the end of the note-card the dataserver event will return the constant EOF string.\n @@ -9428,341 +9844,371 @@ llGetNumberOfNotecardLines + arguments + + + NotecardName + + tooltip + + type + string + + + energy 10.0 - sleep - 0.1 return key - arguments - - NotecardName - - type - string - tooltip - - - + sleep + 0.1 tooltip Returns number of lines in NotecardName via the dataserver event (cast return value to integer).\nReturns the number of lines in the note-card sNotecardName via the dataserver event. (Cast the value returned by the dataserver to an integer.)\n The key returned is a query ID for identifying the dataserver reply. llGetNumberOfPrims + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Returns the number of faces (or sides) of the prim.\nReturns the number of sides of the prim which has the script. llGetObjectDesc + arguments + energy 10.0 - sleep - 0.0 return string - arguments - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - ID + - type - key - tooltip - + ID + + tooltip + + type + key + - Parameters - type - list - tooltip - + Parameters + + tooltip + + type + list + - + + energy + 10.0 + return + list + sleep + 0.0 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.\nReturns a list of the details specified in Parameters for the object with key ID. llGetObjectMass + arguments + + + ID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return float - arguments - - ID - - type - key - tooltip - - - + sleep + 0.0 tooltip Returns the mass of the avatar or object in the region.\nGets the mass of the object or avatar corresponding to ID. llGetObjectName + arguments + energy 10.0 - sleep - 0.0 return string - arguments - + sleep + 0.0 tooltip 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 + arguments + + + PermissionMask + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - PermissionMask - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the requested permission mask for the root object the task is attached to. llGetObjectPrimCount + arguments + + + ObjectID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return integer - arguments - - ObjectID - - type - key - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the rotation velocity in radians per second.\nReturns a vector that is the rotation velocity of the object in radians per second. llGetOwner + arguments + energy 10.0 - sleep - 0.0 return key - arguments - + sleep + 0.0 tooltip Returns the object owner's UUID.\nReturns the key for the owner of the object. llGetOwnerKey + arguments + + + ObjectID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return key - arguments - - ObjectID - - type - key - tooltip - - - + sleep + 0.0 tooltip Returns the owner of ObjectID.\nReturns the key for the owner of object ObjectID. llGetParcelDetails - energy - 10.0 - sleep - 0.0 - return - list arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - ParcelDetails - type - list - tooltip - + ParcelDetails + + tooltip + + type + list + - + + energy + 10.0 + return + list + sleep + 0.0 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.\nReturns a list that is the parcel details specified in ParcelDetails (in the same order) for the parcel at Position. llGetParcelFlags + arguments + + + Position + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Position - - type - vector - tooltip - - - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - integer arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - SimWide - type - integer - tooltip - + SimWide + + tooltip + + type + integer + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip Returns the maximum number of prims allowed on the parcel at Position.\nReturns an integer that is the maximum number of prims allowed on the parcel at Position. llGetParcelMusicURL + arguments + energy - sleep - return string - arguments - + sleep + tooltip Gets the streaming audio URL for the parcel object is on.\nReturns a string containing the parcel streaming audio URL.\n The object owner, avatar or group, must also be the land owner. llGetParcelPrimCount - energy - 10.0 - sleep - 0.0 - return - integer arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - Category - type - integer - tooltip - + Category + + tooltip + + type + integer + - SimWide - type - integer - tooltip - + SimWide + + tooltip + + type + integer + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip Returns the number of prims on the parcel at Position of the given category. Categories: PARCEL_COUNT_TOTAL, _OWNER, _GROUP, _OTHER, _SELECTED, _TEMP.\nReturns the number of prims used on the parcel at Position which are in Category.\n @@ -9771,22 +10217,24 @@ llGetParcelPrimOwners + arguments + + + Position + + tooltip + + type + vector + + + energy 10.0 - sleep - 2.0 return list - arguments - - Position - - type - vector - tooltip - - - + sleep + 2.0 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.\nReturns a strided list of keys and integers of up to 100 agents who own objects in the parcel at Position.\n @@ -9796,14 +10244,14 @@ llGetPermissions + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Returns an integer bit-field with the permissions that have been granted.\nReturns an integer bit-field with the script permissions granted. e.g.:\n integer iPerms = llGetPermissions();\n @@ -9815,90 +10263,96 @@ llGetPermissionsKey + arguments + energy 10.0 - sleep - 0.0 return key - arguments - + sleep + 0.0 tooltip Returns the key of the avatar that last granted permissions to the script.\nReturns the key of the avatar that last granted or declined permissions to the script.\n Returns NULL_KEY if permissions were never granted or declined. llGetPhysicsMaterial + arguments + energy - sleep - return list - arguments - + sleep + tooltip Returns a list of the form [float gravity_multiplier, float restitution, float friction, float density]. llGetPos + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the position of the task in region coordinates.\nReturns the vector position of the task in region coordinates. llGetPrimitiveParams + arguments + + + Parameters + + tooltip + + type + list + + + energy 10.0 - sleep - 0.2 return list - arguments - - Parameters - - type - list - tooltip - - - + sleep + 0.2 tooltip Returns the primitive parameters specified in the parameters list.\nReturns primitive parameters specified in the Parameters list. llGetPrimMediaParams - energy - 10.0 - sleep - 0.1 - return - list arguments - - Face + - type - integer - tooltip - + Face + + tooltip + + type + integer + - Parameters - type - list - tooltip - + Parameters + + tooltip + + type + list + - + + energy + 10.0 + return + list + sleep + 0.1 tooltip Returns the media parameters for a particular face on an object, given the desired list of parameter names, in the order requested. Returns an empty list if no media exists on the face.\nGet the media parameters for a particular face on an object, given the desired list of Parameters.\n Returns a list of values in the order requested.\n @@ -9906,326 +10360,346 @@ llGetRegionAgentCount + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Returns the number of avatars in the region.\nReturns an integer that is the number of avatars in the region. llGetRegionCorner + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Returns the mean region frames per second. llGetRegionName + arguments + energy 10.0 - sleep - 0.0 return string - arguments - + sleep + 0.0 tooltip Returns the current region name. llGetRegionTimeDilation + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the position (in region coordinates) of the root prim of the object which the script is attached to.\nGets the position (in region coordinates) of the root/parent prim of the object containing the script.\n This is used to allow a child prim to determine where the root is. llGetRootRotation + arguments + energy 10.0 - sleep - 0.0 return rotation - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return rotation - arguments - + sleep + 0.0 tooltip Returns the rotation relative to the region's axes.\nReturns the rotation. llGetScale + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the scale of the prim.\nReturns a vector that is the scale (dimensions) of the prim. llGetScriptName + arguments + energy 10.0 - sleep - 0.0 return string - arguments - + sleep + 0.0 tooltip Returns the name of the script that this function is used in.\nReturns the name of this script. llGetScriptState + arguments + + + ScriptName + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return integer - arguments - - ScriptName - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns TRUE if the script named is running.\nReturns TRUE if ScriptName is running. llGetSimStats + arguments + + + StatType + + tooltip + + type + integer + + + energy 0 - sleep - 0 return float - arguments - - StatType - - type - integer - tooltip - - - + sleep + 0 tooltip Returns a float that is the requested statistic. llGetSimulatorHostname + arguments + energy 10.0 - sleep - 10.0 return string - arguments - + sleep + 10.0 tooltip Returns the host-name of the machine which the script is running on (same as string in viewer Help dialog).\nReturns the host name (server) of the region in which the scripted object is located.\n For example, "sim225.agni.lindenlab.com". llGetSPMaxMemory + arguments + energy - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Returns an integer that is the script start parameter.\nReturns the start parameter passed to llRezObject.\n If the object was created from agent inventory, this function returns 0. llGetStaticPath - energy - 10.0 - sleep - 0.0 - return - list arguments - - Start + - type - vector - tooltip - + Start + + tooltip + + type + vector + - End - type - vector - tooltip - + End + + tooltip + + type + vector + - Radius - type - float - tooltip - + Radius + + tooltip + + type + float + - Parameters - type - list - tooltip - + Parameters + + tooltip + + type + list + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip llGetStatus + arguments + + + StatusFlag + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return integer - arguments - - StatusFlag - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns value of status (STATUS_PHYSICS, STATUS_PHANTOM, STATUS_BLOCK_GRAB, STATUS_ROTATE_X, STATUS_ROTATE_Y, and/or STATUS_ROTATE_Z).\nReturns the value of specified status. llGetSubString - energy - 10.0 - sleep - 0.0 - return - string arguments - - String + - type - string - tooltip - + String + + tooltip + + type + string + - Start - type - integer - tooltip - + Start + + tooltip + + type + integer + - End - type - integer - tooltip - + End + + tooltip + + type + integer + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip Returns the indicated substring.\nReturns the indicated sub-string from String. The Start and End are inclusive.\n Using 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.\n @@ -10233,290 +10707,310 @@ llGetSunDirection + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns a normalized vector of the direction of the sun in the region.\nReturns the sun's direction on the simulator. llGetTexture + arguments + + + Face + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return string - arguments - - Face - - type - integer - tooltip - - - + sleep + 0.0 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).\nReturns the texture of a face, if it is found in object inventory, its key otherwise. llGetTextureOffset + arguments + + + Face + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Face - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the texture offset of face in the x and y components of a vector. llGetTextureRot + arguments + + + Face + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return float - arguments - - Face - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns the texture rotation of side. llGetTextureScale + arguments + + + Face + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Face - - type - integer - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip Returns the time in seconds since the last region reset, script reset, or call to either llResetTime or llGetAndResetTime. llGetTimeOfDay + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip Returns the time in seconds since [SECOND_LIFE] server midnight or since region up-time, whichever is smaller.\nGets the time in seconds since midnight in Second Life. llGetTimestamp + arguments + energy 10.0 - sleep - 0.0 return string - arguments - + sleep + 0.0 tooltip Returns a time-stamp (UTC time zone) in the format: YYYY-MM-DDThh:mm:ss.ff..fZ.\nReturns the current time-and-date (a time-stamp) in the format YYYY-MM-DDThh:mm:ss.ff..fZ, for example: 2004-08-27T00:56:21.785886Z\n The letter Z is the zone designator for the zero UTC offset, and is why UTC is sometimes referred to as Zulu time (Zulu being the name of Z in the phonetic alphabet. T is just a separator between date and time. llGetTorque + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the torque (if the script is physical).\nReturns a vector that is the torque (if the script is physical). llGetUnixTime + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip Returns the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC from the system clock.\nReturns the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC from the system clock.\n In UNIX terms, time_t. This is great for a monotonic source of time that ticks once a second. llGetUsedMemory + arguments + energy 10.0 - sleep - 0.0 return integer - arguments - + sleep + 0.0 tooltip 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 + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return string - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Returns the single-word user-name of an avatar, if the avatar is in the current region, otherwise the empty string.\nReturns a string that is the unique user-name of the avatar specified.\n AvatarID must specify a valid avatar key present in, or otherwise known to, the region in which the script is running, otherwise an empty string is returned. This function will still return a valid user-name if the avatar is a child agent of the region (i.e., in an adjacent region, but presently able to see into the one the script is in), or for a short period after the avatar leaves the region (specifically, when the client completely disconnects from the region, either as a main or child agent). llGetVel + arguments + energy 10.0 - sleep - 0.0 return vector - arguments - + sleep + 0.0 tooltip Returns the velocity of the object.\nReturns a vector that is the velocity of the object. llGetWallclock + arguments + energy 10.0 - sleep - 0.0 return float - arguments - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - void arguments - - TargetID + - type - key - tooltip - + TargetID + + tooltip + + type + key + - InventoryItem - type - string - tooltip - + InventoryItem + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Give InventoryItem to destination represented by TargetID.\nGive the named inventory item to the avatar or object in the same simulator as the giver.\n If the recipient is an avatar, the avatar then follows the normal procedure of accepting or denying the offer. If the recipient is an object, the same permissions apply as if you were dragging inventory onto the object by hand, i.e. if llAllowInventoryDrop has been called with TRUE, any other object can pass objects to its inventory. llGiveInventoryList - energy - 10.0 - sleep - 3.0 - return - void arguments - - TargetID + - type - key - tooltip - + TargetID + + tooltip + + type + key + - FolderName - type - string - tooltip - + FolderName + + tooltip + + type + string + - InventoryItems - type - list - tooltip - + InventoryItems + + tooltip + + type + list + - + + energy + 10.0 + return + void + sleep + 3.0 tooltip Give InventoryItems to destination (represented by TargetID) as a new folder of items.\nGive the list of named inventory items to the keyed avatar or object in the same simulator as the giver.\n If the recipient is an avatar, the avatar then follows the normal procedure of accepting or denying the offer. The offered inventory is then placed in a folder named category in the recipients inventory.\n @@ -10524,158 +11018,178 @@ llGiveMoney - energy - 10.0 - sleep - 0.0 - return - void arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Amount - type - integer - tooltip - + Amount + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Transfers Amount of L from script owner to AvatarID.\nTransfer Amount from the script owner to AvatarID.\n This call will (silently) fail if PERMISSION_DEBIT has not been set. llGodLikeRezObject - god-mode - true - energy - 10.0 - sleep - 0.0 - return - void arguments - - InventoryItemID + - type - key - tooltip - + InventoryItemID + + tooltip + + type + key + - Position - type - vector - tooltip - + Position + + tooltip + + type + vector + - + + energy + 10.0 + god-mode + true + return + void + sleep + 0.0 tooltip Rez directly off of a UUID if owner has dog-bit set. llGround + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return float - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the ground height at the object position + offset.\nReturns the ground height at the object's position + Offset. llGroundContour - energy - 10.0 - sleep - 0.0 - return - vector arguments - - Offset + - type - vector - tooltip - + Offset + + tooltip + + type + vector + - + + energy + 10.0 + return + vector + sleep + 0.0 tooltip Returns the ground contour direction below the object position + Offset.\nReturns the ground contour at the object's position + Offset. llGroundNormal + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the ground normal below the object position + offset.\nReturns the ground contour at the object's position + Offset. llGroundRepel - energy - 10.0 - sleep - 0.0 - return - void arguments - - Height + - type - float - tooltip - + Height + + tooltip + + type + float + - Water - type - integer - tooltip - + Water + + tooltip + + type + integer + - Tau - type - float - tooltip - + Tau + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 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).\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 @@ -10683,542 +11197,620 @@ llGroundSlope + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the ground slope below the object position + Offset.\nReturns the ground slope at the object position + Offset. llHTTPRequest - energy - 10.0 - sleep - 0.0 - return - key arguments - - URL + - type - string - tooltip - + URL + + tooltip + + type + string + - Parameters - type - list - tooltip - + Parameters + + tooltip + + type + list + - Body - type - string - tooltip - + Body + + tooltip + + type + string + - + + energy + 10.0 + return + key + sleep + 0.0 tooltip Sends an HTTP request to the specified URL with the Body of the request and Parameters.\nSends an HTTP request to URL with the specified body and parameters.\n Returns a key that is a handle identifying the HTTP request made. llHTTPResponse - energy - 10.0 - sleep - 0.0 - return - void arguments - - HTTPRequestID + - type - key - tooltip - + HTTPRequestID + + tooltip + + type + key + - Status - type - integer - tooltip - + Status + + tooltip + + type + integer + - Body - type - string - tooltip - + Body + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Responds to HTTPRequestID with Status and Body.\nResponds to HTTPRequestID with Status code and Body. llInsertString - energy - 10.0 - sleep - 0.0 - return - string arguments - - TargetVariable + - type - string - tooltip - + TargetVariable + + tooltip + + type + string + - Position - type - integer - tooltip - + Position + + tooltip + + type + integer + - SourceVariable - type - string - tooltip - + SourceVariable + + tooltip + + type + string + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 2.0 - return - void arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 2.0 tooltip IMs Text to the user identified.\nSend Text to the user as an instant message. llIntegerToBase64 + arguments + + + Value + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return string - arguments - - Value - - type - integer - tooltip - - - + sleep + 0.0 tooltip Returns a string that is a Base64 big endian encode of Value.\nEncodes the Value as an 8-character Base64 string. llJson2List + arguments + + + JSON + + tooltip + + type + string + + + energy 0.0 - sleep - 0.0 return list - arguments - - JSON - - type - string - tooltip - - - + sleep + 0.0 tooltip Converts the top level of the JSON string to a list. llJsonGetValue - energy - 0.0 - sleep - 0.0 - return - string arguments - - JSON + - type - string - tooltip - + JSON + + tooltip + + type + string + - Specifiers - type - list - tooltip - + Specifiers + + tooltip + + type + list + - + + energy + 0.0 + return + string + sleep + 0.0 tooltip Gets the value indicated by Specifiers from the JSON string. llJsonSetValue - energy - 0.0 - sleep - 0.0 - return - string arguments - - JSON + - type - string - tooltip - + JSON + + tooltip + + type + string + - Specifiers - type - list - tooltip - + Specifiers + + tooltip + + type + list + - Value - type - string - tooltip - + Value + + tooltip + + type + string + - + + energy + 0.0 + return + string + sleep + 0.0 tooltip Returns a new JSON string that is the JSON given with the Value indicated by Specifiers set to Value. llJsonValueType - energy - 0.0 - sleep - 0.0 - return - string arguments - - JSON + - type - string - tooltip - + JSON + + tooltip + + type + string + - Specifiers - type - list - tooltip - + Specifiers + + tooltip + + type + list + - + + energy + 0.0 + return + string + sleep + 0.0 tooltip Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers. llKey2Name + arguments + + + ID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return string - arguments - - ID - - type - key - tooltip - - - + sleep + 0.0 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.\nReturns the name of a rezzed prim or avatar, present in or otherwise known, to the region in which the script is running. If the key is invalid (not in region, or not a prim or avatar's key), returns an empty string. llLinkParticleSystem - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Rules - type - integer - tooltip - + Rules + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 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 ].\nA particle system defined by a list of rules is set for the prim(s) link. This is identical to llParticleSystem except that it applies to a specified linked prim and not just the prim the script is in. llLinkSitTarget - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Offset - type - vector - tooltip - + Offset + + tooltip + + type + vector + - Rotation - type - rotation - tooltip - + Rotation + + tooltip + + type + rotation + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 + arguments + + + ListVariable + + tooltip + + type + list + + + energy 10.0 - sleep - 0.0 return string - arguments - - ListVariable - - type - list - tooltip - - - + sleep + 0.0 tooltip Creates a string of comma separated values from the list.\nCreate a string of comma separated values from the specified list. llList2Float - energy - 10.0 - sleep - 0.0 - return - float arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + float + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - integer arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip 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 - energy - 0 - sleep - 0 - return - string arguments - - JsonType + - type - string - tooltip - + JsonType + + tooltip + + type + string + - Values - type - list - tooltip - + Values + + tooltip + + type + list + - + + energy + 0 + return + string + sleep + 0 tooltip Converts either a strided list of key:value pairs to a JSON_OBJECT, or a list of values to a JSON_ARRAY. llList2Key - energy - 10.0 - sleep - 0.0 - return - key arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + key + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Start - type - integer - tooltip - + Start + + tooltip + + type + integer + - End - type - integer - tooltip - + End + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip Copies the slice of the list from Start to End.\nReturns the slice of the list from start to end from the list as a new list. The start and end parameters are inclusive.\n Using negative numbers for start and/or end causes the index to count backwards from the length of the list, so 0, -1 would capture the entire list.\n @@ -11226,169 +11818,197 @@ llList2ListStrided - energy - 10.0 - sleep - 0.0 - return - list arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Start - type - integer - tooltip - + Start + + tooltip + + type + integer + - End - type - integer - tooltip - + End + + tooltip + + type + integer + - Stride - type - integer - tooltip - + Stride + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - rotation arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + rotation + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - string arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - vector arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Index - type - integer - tooltip - + Index + + tooltip + + type + integer + - + + energy + 10.0 + return + vector + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - integer arguments - - Channel + - type - integer - tooltip - + Channel + + tooltip + + type + integer + - SpeakersName - type - string - tooltip - + SpeakersName + + tooltip + + type + string + - SpeakersID - type - key - tooltip - + SpeakersID + + tooltip + + type + key + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + integer + sleep + 0.0 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.\nSets a listen event callback on the specified channel. Specifying values for speakername, speakerID, and message will filter the results accordingly, which is advisable or your listen event will respond to every thing said on the channel potentially causing a great deal of lag.\n Returns an identifier that can be used to deactivate or remove the listen. The name, id and/or msg parameters\n @@ -11396,360 +12016,414 @@ llListenControl - energy - 10.0 - sleep - 0.0 - return - void arguments - - ChannelHandle + - type - integer - tooltip - + ChannelHandle + + tooltip + + type + integer + - Active - type - integer - tooltip - + Active + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Makes a listen event callback active or inactive.\nMake a listen event callback active or inactive. Pass in the value returned from llListen to the iChannelHandle parameter to specify which event you are controlling.\n Use boolean values to specify Active llListenRemove + arguments + + + ChannelHandle + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - ChannelHandle - - type - integer - tooltip - - - + sleep + 0.0 tooltip Removes listen event callback number.\nRemoves a listen event callback. Pass in the value returned from llListen to the iChannelHandle parameter to specify which event to remove. llListFindList - energy - 10.0 - sleep - 0.0 - return - integer arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Find - type - list - tooltip - + Find + + tooltip + + type + list + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - Target + - type - list - tooltip - + Target + + tooltip + + type + list + - ListVariable - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Position - type - integer - tooltip - + Position + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Stride - type - integer - tooltip - + Stride + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip Returns a randomized list of blocks of size Stride.\nReturns the specified list randomized into blocks of size stride.\n If the remainder from the length of the list, divided by the stride is non-zero, this function does not randomize the list. llListReplaceList - energy - 10.0 - sleep - 0.0 - return - list arguments - - Target + - type - list - tooltip - + Target + + tooltip + + type + list + - ListVariable - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Start - type - integer - tooltip - + Start + + tooltip + + type + integer + - End - type - integer - tooltip - + End + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - list arguments - - ListVariable + - type - list - tooltip - + ListVariable + + tooltip + + type + list + - Stride - type - integer - tooltip - + Stride + + tooltip + + type + integer + - Ascending - type - integer - tooltip - + Ascending + + tooltip + + type + integer + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip Sorts the list into blocks of stride, in Ascending order if Ascending == TRUE. The sort order is affected by type.\nReturns 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 type. llListStatistics - energy - 10.0 - sleep - 0.0 - return - float arguments - - Operation + - type - integer - tooltip - + Operation + + tooltip + + type + integer + - ListVariable - type - list - tooltip - + ListVariable + + tooltip + + type + list + - + + energy + 10.0 + return + float + sleep + 0.0 tooltip Performs statistical aggregate functions on ListVariable using LIST_STAT_* Operations.\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 - return - void arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - URL - type - string - tooltip - + URL + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 10.0 tooltip 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 + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the natural logarithm of Value. Returns zero if Value <= 0.\nReturns the base e (natural) logarithm of the specified Value. llLog10 + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the base 10 logarithm of Value. Returns zero if Value <= 0.\nReturns the base 10 (common) logarithm of the specified Value. llLookAt - energy - 10.0 - sleep - 0.0 - return - void arguments - - Target + - type - vector - tooltip - + Target + + tooltip + + type + vector + - Strength - type - float - tooltip - + Strength + + tooltip + + type + float + - Damping - type - float - tooltip - + Damping + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Cause object name to point it's forward axis towards Target.\nCause object to point the forward axis toward Target.\n Good Strength values are around half the mass of the object and good Damping values are less than 1/10th of the Strength.\n @@ -11757,29 +12431,33 @@ llLoopSound - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Plays attached Sound, looping indefinitely, at Volume (0.0 - 1.0).\nSimilar to llPlaySound, this function plays a sound attached to an object, but will continuously repeat that sound until llStopSound or llPlaySound is called.\n Only one sound may be attached to an object at a time. A 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.\n @@ -11788,58 +12466,66 @@ llLoopSoundMaster - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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.\n The use of multiple masters within a small area is unlikely to produce the desired effect. llLoopSoundSlave - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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.\n If 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.\n @@ -11847,325 +12533,391 @@ llMakeExplosion - deprecated - true - energy - 10.0 - sleep - 0.1 - return - void arguments - - Particles + - type - integer - tooltip - + Particles + + tooltip + + type + integer + - Scale - type - float - tooltip - + Scale + + tooltip + + type + float + - Velocity - type - float - tooltip - + Velocity + + tooltip + + type + float + - Lifetime - type - float - tooltip - + Lifetime + + tooltip + + type + float + - Arc - type - float - tooltip - + Arc + + tooltip + + type + float + - Texture - type - string - tooltip - + Texture + + tooltip + + type + string + - Offset - type - vector - tooltip - + Offset + + tooltip + + type + vector + - - tooltip - 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 - + deprecated true energy 10.0 - sleep - 0.1 return void + sleep + 0.1 + tooltip + 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 + arguments - - Particles + - type - integer - tooltip - + Particles + + tooltip + + type + integer + - Scale - type - float - tooltip - + Scale + + tooltip + + type + float + - Velocity - type - float - tooltip - + Velocity + + tooltip + + type + float + - Lifetime - type - float - tooltip - + Lifetime + + tooltip + + type + float + - Arc - type - float - tooltip - + Arc + + tooltip + + type + float + - Texture - type - string - tooltip - + Texture + + tooltip + + type + string + - Offset - type - vector - tooltip - + Offset + + tooltip + + type + vector + - - tooltip - Make fire like particles. Deprecated: Use llParticleSystem instead.\nMake fire particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. - - llMakeFountain - + deprecated true energy 10.0 - sleep - 0.1 return void + sleep + 0.1 + tooltip + Make fire like particles. Deprecated: Use llParticleSystem instead.\nMake fire particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. + + llMakeFountain + arguments - - Particles + - type - integer - tooltip - + Particles + + tooltip + + type + integer + - Scale - type - float - tooltip - + Scale + + tooltip + + type + float + - Velocity - type - float - tooltip - + Velocity + + tooltip + + type + float + - Lifetime - type - float - tooltip - + Lifetime + + tooltip + + type + float + - Arc - type - float - tooltip - + Arc + + tooltip + + type + float + - Texture - type - string - tooltip - + Texture + + tooltip + + type + string + - Offset - type - vector - tooltip - + Offset + + tooltip + + type + vector + - - tooltip - 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 - + deprecated true energy 10.0 - sleep - 0.1 return void + sleep + 0.1 + tooltip + 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 + arguments - - Particles + - type - integer - tooltip - + Particles + + tooltip + + type + integer + - Scale - type - float - tooltip - + Scale + + tooltip + + type + float + - Velocity - type - float - tooltip - + Velocity + + tooltip + + type + float + - Lifetime - type - float - tooltip - + Lifetime + + tooltip + + type + float + - Arc - type - float - tooltip - + Arc + + tooltip + + type + float + - Texture - type - string - tooltip - + Texture + + tooltip + + type + string + - Offset - type - vector - tooltip - + Offset + + tooltip + + type + vector + - + + deprecated + true + energy + 10.0 + return + void + sleep + 0.1 tooltip Make smoke like particles. Deprecated: Use llParticleSystem instead.\nMake smoky particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. llManageEstateAccess - energy - - sleep - - return - integer arguments - - Action + - type - integer - tooltip - + Action + + tooltip + + type + integer + - AvatarID - type - key - tooltip - + AvatarID + + tooltip + + type + key + - + + energy + + return + integer + sleep + 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.\nUse to add or remove agents from the estate's agent access or ban lists or groups from the estate's group access list.\n Returns 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. llMapDestination - energy - 10.0 - sleep - 1.0 - return - void arguments - - RegionName + - type - string - tooltip - + RegionName + + tooltip + + type + string + - Position - type - vector - tooltip - + Position + + tooltip + + type + vector + - Direction - type - vector - tooltip - + Direction + + tooltip + + type + vector + - + + energy + 10.0 + return + void + sleep + 1.0 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.\nShows a given location on the map, opening the map window whenever it is called.\n There is no way to simply set the map position without opening the window.\n @@ -12173,264 +12925,302 @@ llMD5String - energy - 10.0 - sleep - 0.0 - return - string arguments - - Text + - type - string - tooltip - + Text + + tooltip + + type + string + - Nonce - type - integer - tooltip - + Nonce + + tooltip + + type + integer + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip Returns a string of 32 hex characters that is an RSA Data Security Inc., MD5 Message-Digest Algorithm of Text with Nonce.\nPerforms an RSA Data Security, Inc. MD5 Message-Digest Algorithm on the specified string using the nonce (also known as salt).\n Returns a 32-character hex string. (128-bit in binary.) llMessageLinked - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Number - type - integer - tooltip - + Number + + tooltip + + type + integer + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - ID - type - key - tooltip - + ID + + tooltip + + type + key + - + + energy + 10.0 + return + void + sleep + 0.0 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).\nSends the specified number, string, and key to members of the link set.\n The LinkNumber parameter is either a linked number available through llGetLinkNumber or a LINK_* constant. llMinEventDelay + arguments + + + Delay + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return void - arguments - - Delay - - type - float - tooltip - - - + sleep + 0.0 tooltip Set the minimum time between events being handled. llModifyLand - energy - 10.0 - sleep - 0.0 - return - void arguments - - Action + - type - integer - tooltip - + Action + + tooltip + + type + integer + - Area - type - integer - tooltip - + Area + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 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).\nModify land with action on size area. The parameters can be chosen from the land constants. llModPow - energy - 10.0 - sleep - 1.0 - return - integer arguments - - Value + - type - integer - tooltip - + Value + + tooltip + + type + integer + - Power - type - integer - tooltip - + Power + + tooltip + + type + integer + - Modulus - type - integer - tooltip - + Modulus + + tooltip + + type + integer + - + + energy + 10.0 + return + integer + sleep + 1.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - void arguments - - Target + - type - vector - tooltip - + Target + + tooltip + + type + vector + - Tau - type - float - tooltip - + Tau + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 - energy - - sleep - - return - void arguments - - Location + - type - vector - tooltip - + Location + + tooltip + + type + vector + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip Navigate to destination.\nDirects an object to travel to a defined position in the region or adjacent regions. llOffsetTexture - energy - 10.0 - sleep - 0.2 - return - void arguments - - OffsetS + - type - float - tooltip - + OffsetS + + tooltip + + type + float + - OffsetT - type - float - tooltip - + OffsetT + + tooltip + + type + float + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.2 tooltip Sets the texture S and T offsets for the chosen Face.\nSets the texture s and t offsets of face.\n If Face is ALL_SIDES this function sets the texture offsets for all faces. llOpenRemoteDataChannel + arguments + deprecated true energy 10.0 - sleep - 1.0 return void - arguments - + sleep + 1.0 tooltip Requests a channel to listen for XML-RPC calls. Will trigger a remote_data event with channel ID once it is available.\nRequests a channel to listen for XML-RPC calls. (Deprecated: XML-RPC should not be used. Use http-in instead.)\n Will trigger a remote_data event with type = REMOTE_DATA_CHANNEL and a channel ID (key) once it is available.\n @@ -12438,121 +13228,135 @@ llOverMyLand + arguments + + + ID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return integer - arguments - - ID - - type - key - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + CommandList + + tooltip + + type + list + + + energy 10.0 - sleep - 2.0 return void - arguments - - CommandList - - type - list - tooltip - - - + sleep + 2.0 tooltip Sends a list of commands, some with arguments, to a parcel.\nControls the playback of multimedia resources on a parcel or for an agent. llParcelMediaQuery + arguments + + + QueryList + + tooltip + + type + list + + + energy 10.0 - sleep - 2.0 return list - arguments - - QueryList - - type - list - tooltip - - - + sleep + 2.0 tooltip Returns a list containing results of the sent query.\nQueries the texture and/or URL for QuickTime-playable video on the land parcel.\n This 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). It will not work for group land if the object owner is a member of the group. The object actually has to be owned by the group. llParseString2List - energy - 10.0 - sleep - 0.0 - return - list arguments - - Text + - type - string - tooltip - + Text + + tooltip + + type + string + - Separators - type - list - tooltip - + Separators + + tooltip + + type + list + - Spacers - type - list - tooltip - + Spacers + + tooltip + + type + list + - + + energy + 10.0 + return + list + sleep + 0.0 tooltip Breaks Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each).\nBreaks the Text into a list using Separators and Spacers to delimit entries. Separators are discarded, while Spacers are kept. Any empty entries are ignored.\n The separators and spacers must be lists of strings with a maximum of 8 entries each. So, if you had made the call:\n @@ -12561,57 +13365,65 @@ llParseStringKeepNulls - energy - 10.0 - sleep - 0.0 - return - list arguments - - Text + - type - string - tooltip - + Text + + tooltip + + type + string + - Separators - type - list - tooltip - + Separators + + tooltip + + type + list + - Spacers - type - list - tooltip - + Spacers + + tooltip + + type + list + - + + energy + 10.0 + return + list + sleep + 0.0 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).\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 + arguments + + + Parameters + + tooltip + + type + list + + + energy 10.0 - sleep - 0.0 return void - arguments - - Parameters - - type - list - tooltip - - - + sleep + 0.0 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 ].\nMakes a particle system based on the parameter list.\n @@ -12621,101 +13433,113 @@ llPassCollisions + arguments + + + Pass + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Pass - - type - integer - tooltip - - - + sleep + 0.0 tooltip If Pass == TRUE, collisions are passed from children on to parents (default is FALSE).\nIf pass is TRUE, land and object collisions are passed from children on to parents.\n The default is FALSE if there is no script to handle the collision events. llPassTouches - energy - 10.0 - sleep - 0.0 - return - void arguments - - Pass + - type - integer - tooltip - + Pass + + tooltip + + type + integer + - - tooltip - If pass == TRUE, touches are passed from children on to parents (default is FALSE).\nIf pass is TRUE, touches are passed from children on to parents.\n - The default is TRUE if there is no script to handle the touch events. - - llPatrolPoints - + energy - - sleep - + 10.0 return void + sleep + 0.0 + tooltip + If pass == TRUE, touches are passed from children on to parents (default is FALSE).\nIf pass is TRUE, touches are passed from children on to parents.\n + The default is TRUE if there is no script to handle the touch events. + + llPatrolPoints + arguments - - Points + - type - list - tooltip - + Points + + tooltip + + type + list + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip Patrol a list of points.\nSets the points for a character (llCreateCharacter) to patrol along. llPlaySound - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Plays attached Sound once, at Volume (0.0 - 1.0).\nPlays a sound once. The sound will be attached to the object and follow object's movement. Only 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.\n A 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.\n @@ -12723,326 +13547,370 @@ llPlaySoundSlave - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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.\n llPlaySoundSlave 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 - energy - 10.0 - sleep - 0.0 - return - void arguments - - Value + - type - float - tooltip - + Value + + tooltip + + type + float + - Exponent - type - float - tooltip - + Exponent + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 + arguments + + + Sound + + tooltip + + type + string + + + energy 10.0 - sleep - 1.0 return void - arguments - - Sound - - type - string - tooltip - - - + sleep + 1.0 tooltip Preloads a sound on viewers within range.\nCauses nearby viewers to preload the Sound from the object's inventory. This is intended to prevent delays in starting new sounds when called upon. llPursue - energy - - sleep - - return - void arguments - - TargetID + - type - key - tooltip - + TargetID + + tooltip + + type + key + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip Chase after a target.\nCauses the character (llCharacter) to pursue the target defined by TargetID. llPushObject - energy - 10.0 - sleep - 0.0 - return - void arguments - - ObjectID + - type - key - tooltip - + ObjectID + + tooltip + + type + key + - Impulse - type - vector - tooltip - + Impulse + + tooltip + + type + vector + - AngularImpulse - type - vector - tooltip - + AngularImpulse + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Applies Impulse and AngularImpulse to ObjectID.\nApplies the supplied impulse and angular impulse to the object specified. llRefreshPrimURL + arguments + energy 10.0 - sleep - 20.0 return void - arguments - + sleep + 20.0 tooltip Reloads the web page shown on the sides of the object. llRegionSay - energy - 10.0 - sleep - 0.0 - return - void arguments - - Channel + - type - integer - tooltip - + Channel + + tooltip + + type + integer + - Text - type - integer - tooltip - + Text + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Broadcasts Text to entire region on Channel (not 0.).\nSays the Text on the specified non-zero Channel, so that it can be heard anywhere in the region by a script listening on that channel. llRegionSayTo - energy - 10.0 - sleep - 0.0 - return - void arguments - - TargetID + - type - key - tooltip - + TargetID + + tooltip + + type + key + - Channel - type - integer - tooltip - + Channel + + tooltip + + type + integer + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Says Text, on Channel, to avatar or object indicated by TargetID (if within region).\nSays the Text on the supplied channel number, to the object or avatar specified. llReleaseCamera + arguments + + + AvatarID + + tooltip + + type + key + + + deprecated true energy 10.0 - sleep - 0.0 return void - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Return camera to agent.\nDeprecated: Use llClearCameraParams instead. llReleaseControls + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Stop taking inputs.\nStop taking inputs from the avatar. llReleaseURL + arguments + + + URL + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - URL - - type - string - tooltip - - - + sleep + 0.0 tooltip Releases the specified URL, it will no longer be usable. llRemoteDataReply - deprecated - true - energy - 10.0 - sleep - 3.0 - return - void arguments - - ChannelID + - type - key - tooltip - + ChannelID + + tooltip + + type + key + - MessageID - type - key - tooltip - + MessageID + + tooltip + + type + key + - Data - type - string - tooltip - + Data + + tooltip + + type + string + - Data - type - integer - tooltip - + Data + + tooltip + + type + integer + - + + deprecated + true + energy + 10.0 + return + void + sleep + 3.0 tooltip Send an XML-RPC reply to MessageID on ChannelID with payload of string sData and integer iData. Deprecated: Use HTTP functions/events instead.\nDeprecated: Use HTTP functions/events instead.\n Send an XML-RPC reply to the request with kMessageID on kChannelID with payload of string sData and integer iData.\n @@ -13050,16 +13918,16 @@ llRemoteDataSetRegion + arguments + deprecated true energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 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. @@ -13068,183 +13936,207 @@ llRemoteLoadScriptPin - energy - 10.0 - sleep - 3.0 - return - void arguments - - ObjectID + - type - key - tooltip - + ObjectID + + tooltip + + type + key + - ScriptName - type - string - tooltip - + ScriptName + + tooltip + + type + string + - PIN - type - integer - tooltip - + PIN + + tooltip + + type + integer + - Running - type - integer - tooltip - + Running + + tooltip + + type + integer + - StartParameter - type - integer - tooltip - + StartParameter + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 3.0 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.\nIf 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. llRemoveFromLandBanList + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return void - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Remove avatar from the land ban list.\nRemove specified avatar from the land parcel ban list. llRemoveFromLandPassList + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return void - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Remove avatar from the land pass list.\nRemove specified avatar from the land parcel pass list. llRemoveInventory + arguments + + + InventoryItem + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - InventoryItem - - type - string - tooltip - - - + sleep + 0.0 tooltip Remove the named inventory item.\nRemove the named inventory item from the object inventory. llRemoveVehicleFlags + arguments + + + Vehiclelags + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Vehiclelags - - type - integer - tooltip - - - + sleep + 0.0 tooltip Removes the enabled bits in 'flags'.\nSets the vehicle flags to FALSE. Valid parameters can be found in the vehicle flags constants section. llRequestAgentData - energy - 10.0 - sleep - 0.1 - return - key arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Data - type - integer - tooltip - + Data + + tooltip + + type + integer + - + + energy + 10.0 + return + key + sleep + 0.1 tooltip 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 + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return key - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Requests name of an avatar. When data is available, the dataserver event will be raised.\nRequests the Display Name of the agent. When the Display Name is available the dataserver event will be raised.\n The avatar identified does not need to be in the same region or online at the time of the request.\n @@ -13252,22 +14144,24 @@ llRequestInventoryData + arguments + + + InventoryItem + + tooltip + + type + string + + + energy 10.0 - sleep - 1.0 return key - arguments - - InventoryItem - - type - string - tooltip - - - + sleep + 1.0 tooltip Requests data from object's inventory object. When data is available the dataserver event will be raised.\nRequests data for the object inventory item named.\n When data is available the dataserver event will be raised with the key returned from this function in the requested parameter.\n @@ -13275,29 +14169,33 @@ llRequestPermissions - energy - 10.0 - sleep - 0.0 - return - void arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - PermmissionMask - type - integer - tooltip - + PermmissionMask + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 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).\nAsk avatar to allow the script to perform certain actions. The permission flag should be one or more PERMISSION_* constants.\n Multiple permissions can be requested simultaneously by ORing the constants together. Many of the permissions requests can only go to object owner.\n @@ -13306,538 +14204,600 @@ llRequestSecureURL + arguments + energy 10.0 - sleep - 0.0 return key - arguments - + sleep + 0.0 tooltip Requests one HTTPS:// (SSL) URL for use by this object. An http_request event is triggered with the results.\nRequests one HTTPS:// (SSL) URL for use by this object. The http_request event is triggered with results.\n Returns a key that is the handle used for identifying the request in the http_request event. llRequestSimulatorData - energy - 10.0 - sleep - 1.0 - return - key arguments - - RegionName + - type - string - tooltip - + RegionName + + tooltip + + type + string + - Data - type - integer - tooltip - + Data + + tooltip + + type + integer + - + + energy + 10.0 + return + key + sleep + 1.0 tooltip Requests data about a simulator. When data is available the dataserver event will be raised.\nRequests data about the region named. Data should use one of the DATA_SIM_* constants.\n Returns a dataserver query ID and triggers the dataserver event when data is found. The region name is usually not case-sensitive, but sometimes will return data for a similarly-named region if the supplied case doesn't match the intended region's actual name. llRequestURL + arguments + energy 10.0 - sleep - 0.0 return key - arguments - + sleep + 0.0 tooltip Requests one HTTP:// URL for use by this object. An http_request event is triggered with the results.\nRequests one HTTP:// URL for use by this script. The http_request event is triggered with the result of the request.\n Returns a key that is the handle used for identifying the result in the http_request event. llRequestUsername + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return key - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + AnimationState + + tooltip + + type + string + + + energy 0 - sleep - 0 return void - arguments - - AnimationState - - type - string - tooltip - - - + sleep + 0 tooltip Resets the animation of the specified animation state to the default value.\nIf animation state equals "ALL", then all animation states are reset. llResetLandBanList + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Removes all residents from the land ban list. llResetLandPassList + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Removes all residents from the land access/pass list. llResetOtherScript + arguments + + + ScriptName + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - ScriptName - - type - string - tooltip - - - + sleep + 0.0 tooltip Resets the named script. llResetScript + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Resets the script. llResetTime + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Sets the time to zero.\nSets the internal timer to zero. llReturnObjectsByID + arguments + + + ObjectIDs + + tooltip + + type + list + + + energy 10.0 - sleep - 0.0 return integer - arguments - - ObjectIDs - - type - list - tooltip - - - + sleep + 0.0 tooltip Return objects using their UUIDs llReturnObjectsByOwner - energy - 10.0 - sleep - 0.0 - return - integer arguments - - ID + - type - key - tooltip - + ID + + tooltip + + type + key + - Scope - type - integer - tooltip - + Scope + + tooltip + + type + integer + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip Return objects based upon their owner and a scope of parcel, parcel owner, or region. llRezAtRoot - energy - 200.0 - sleep - 0.1 - return - void arguments - - InventoryItem + - type - string - tooltip - + InventoryItem + + tooltip + + type + string + - Position - type - vector - tooltip - + Position + + tooltip + + type + vector + - Velocity - type - vector - tooltip - + Velocity + + tooltip + + type + vector + - Rotation - type - rotation - tooltip - + Rotation + + tooltip + + type + rotation + - StartParameter - type - integer - tooltip - + StartParameter + + tooltip + + type + integer + - + + energy + 200.0 + return + void + sleep + 0.1 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.\nCreates object's inventory item at the given Position, with Velocity, Rotation, and StartParameter. llRezObject - energy - 200 - sleep - 0.1 - return - void arguments - - InventoryItem + - type - string - tooltip - + InventoryItem + + tooltip + + type + string + - Position - type - vector - tooltip - + Position + + tooltip + + type + vector + - Velocity - type - vector - tooltip - + Velocity + + tooltip + + type + vector + - Rotation - type - rotation - tooltip - + Rotation + + tooltip + + type + rotation + - StartParameter - type - integer - tooltip - + StartParameter + + tooltip + + type + integer + - + + energy + 200 + return + void + sleep + 0.1 tooltip 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 + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.0 return float - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.0 tooltip Returns the rotation angle represented by Rotation.\nReturns the angle represented by the Rotation. llRot2Axis + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.0 tooltip Returns the rotation axis represented by Rotation.\nReturns the axis represented by the Rotation. llRot2Euler + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.0 tooltip Returns the Euler representation (roll, pitch, yaw) of Rotation.\nReturns the Euler Angle representation of the Rotation. llRot2Fwd + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.0 tooltip Returns the forward vector defined by Rotation.\nReturns the forward axis represented by the Rotation. llRot2Left + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.0 tooltip Returns the left vector defined by Rotation.\nReturns the left axis represented by the Rotation. llRot2Up + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.0 tooltip Returns the up vector defined by Rotation.\nReturns the up axis represented by the Rotation. llRotateTexture - energy - 10.0 - sleep - 0.2 - return - void arguments - - Radians + - type - float - tooltip - + Radians + + tooltip + + type + float + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.2 tooltip Sets the texture rotation for the chosen face.\nSets the rotation of the texture on the given side.\n If face is ALL_SIDES, rotates the texture of all sides. llRotBetween - energy - 10.0 - sleep - 0.0 - return - rotation arguments - - Vector1 + - type - vector - tooltip - + Vector1 + + tooltip + + type + vector + - Vector2 - type - vector - tooltip - + Vector2 + + tooltip + + type + vector + - + + energy + 10.0 + return + rotation + sleep + 0.0 tooltip Returns the rotation to rotate Vector1 to Vector2.\nReturns the rotation needed to rotate Vector1 to Vector2. llRotLookAt - energy - 10.0 - sleep - 0.0 - return - void arguments - - Rotation + - type - rotation - tooltip - + Rotation + + tooltip + + type + rotation + - Strength - type - float - tooltip - + Strength + + tooltip + + type + float + - Damping - type - float - tooltip - + Damping + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Cause object to point it's forward axis towards Rotation.\nCause object to rotate to Rotation. Good strength values are around half the mass of the object and good damping values are less than 1/10th of the strength.\n Asymmetrical shapes require smaller damping.\n @@ -13845,157 +14805,177 @@ llRotTarget - energy - 10.0 - sleep - 0.0 - return - integer arguments - - Rotation + - type - rotation - tooltip - + Rotation + + tooltip + + type + rotation + - LeeWay - type - float - tooltip - + LeeWay + + tooltip + + type + float + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip Set rotations with error of LeeWay as a rotational target and return an ID for the rotational target.\nSet object rotation within the given lee way of rotation as a rotational target and return an integer number for the target.\n The returned number is a handle that can be used in llRotTargetRemove. llRotTargetRemove + arguments + + + Handle + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Handle - - type - integer - tooltip - - - + sleep + 0.0 tooltip Removes rotational target number.\nRemove rotational target indicated by the handle. llRound + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns Value rounded to the nearest integer.\nReturns the Value rounded to the nearest integer. llSameGroup + arguments + + + ID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return integer - arguments - - ID - - type - key - tooltip - - - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - void arguments - - Channel + - type - integer - tooltip - + Channel + + tooltip + + type + integer + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Says Text on Channel.\nSay Text on channel.\n Channel 0 is the public chat channel that all avatars see as chat text. Channels 1 to 2,147,483,648 are private channels that are not sent to avatars but other scripts can listen for through the llListen/listen event system. llScaleTexture - energy - 10.0 - sleep - 0.2 - return - void arguments - - Horizontal + - type - float - tooltip - + Horizontal + + tooltip + + type + float + - Vertical - type - float - tooltip - + Vertical + + tooltip + + type + float + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.2 tooltip Sets the texture's S and T scales for the chosen Face.\nSets the Horizontal and Vertical repeats per Face on Face.\n If Face == ALL_SIDES, all sides are set in one call.\n @@ -14003,43 +14983,47 @@ llScriptDanger + arguments + + + Position + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Position - - type - vector - tooltip - - - + sleep + 0.0 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.\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 + arguments + + + State + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - State - - type - integer - tooltip - - - + sleep + 0.0 tooltip Enables or disables script profiling options. Currently only supports PROFILE_SCRIPT_MEMORY (Mono only) and PROFILE_NONE.\n MAY SIGNIFICANTLY REDUCE SCRIPT PERFORMANCE!.\nEnables or disables the scripts profiling state.. Currently only supports PROFILE_SCRIPT_MEMORY (Mono only) and PROFILE_NONE.\n @@ -14047,45 +15031,53 @@ llSendRemoteData - deprecated - true - energy - 10.0 - sleep - 3.0 - return - key arguments - - ChannelID + - type - key - tooltip - + ChannelID + + tooltip + + type + key + - Destination - type - string - tooltip - + Destination + + tooltip + + type + string + - Value - type - integer - tooltip - + Value + + tooltip + + type + integer + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + deprecated + true + energy + 10.0 + return + key + sleep + 3.0 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. @@ -14093,1141 +15085,1311 @@ llSensor - energy - 10.0 - sleep - 0.0 - return - void arguments - - Name + - type - string - tooltip - + Name + + tooltip + + type + string + - ID - type - key - tooltip - + ID + + tooltip + + type + key + - Type - type - integer - tooltip - + Type + + tooltip + + type + integer + - Range - type - float - tooltip - + Range + + tooltip + + type + float + - Arc - type - float - tooltip - + Arc + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 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).\nPerforms a single scan for Name and ID with Type within Range meters and Arc radians of the forward vector.\n Specifying a blank Name or NULL_KEY ID will prevent filtering results for a particular Name or ID. A range of 0.0 does not perform a scan. The Type parameter should be an object type constant value. llSensorRemove + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip removes sensor.\nRemoves the sensor set by llSensorRepeat. llSensorRepeat - energy - 10.0 - sleep - 0.0 - return - void arguments - - Name + - type - string - tooltip - + Name + + tooltip + + type + string + - ID - type - key - tooltip - + ID + + tooltip + + type + key + - Type - type - integer - tooltip - + Type + + tooltip + + type + integer + - Range - type - float - tooltip - + Range + + tooltip + + type + float + - Arc - type - float - tooltip - + Arc + + tooltip + + type + float + - Rate - type - float - tooltip - + Rate + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 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.\nPerforms a repeating sensor scan for Name and ID with Type within Range meters and Arc radians of the forward vector (Name and/or ID can be empty or NULL_KEY).\n A range of 0.0m does not perform a scan. The parameters have the same function as llSensor, except Rate, which defines the number of seconds between repeated scans and subsequent sensor or no_sensor events. llSetAlpha - energy - 10.0 - sleep - 0.0 - return - void arguments - - Opacity + - type - float - tooltip - + Opacity + + tooltip + + type + float + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 - energy - - sleep - 0.0 - return - void arguments - - Force + - type - vector - tooltip - + Force + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + + return + void + sleep + 0.0 tooltip Sets an object's angular velocity, in local coordinates if local == TRUE (if the script is physical).\nApplies angular (rotational) velocity to a physical object. Has no effect on non-physical objects. llSetAnimationOverride - energy - 0 - sleep - 0 - return - void arguments - - AnimationState + - type - string - tooltip - + AnimationState + + tooltip + + type + string + - AnimationName - type - string - tooltip - + AnimationName + + tooltip + + type + string + - + + energy + 0 + return + void + sleep + 0 tooltip 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 + arguments + + + Buoyancy + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return void - arguments - - Buoyancy - - type - float - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return void - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip 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 + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return void - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip Sets the camera eye offset used in this object if an avatar sits on it. llSetCameraParams + arguments + + + Parameters + + tooltip + + type + list + + + energy 10.0 - sleep - 0.0 return void - arguments - - Parameters - - type - list - tooltip - - - + sleep + 0.0 tooltip Sets multiple camera parameters at once. List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ].\nSets multiple camera parameters at once.\n List format is [rule-1, value-1, rule-2, value-2 ... rule-N, value-N] llSetClickAction + arguments + + + Action + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Action - - type - integer - tooltip - - - + sleep + 0.0 tooltip Sets the action performed when a prim is clicked upon. llSetColor - energy - 10.0 - sleep - 0.0 - return - void arguments - - Colour + - type - vector - tooltip - + Colour + + tooltip + + type + vector + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 - energy - - sleep - - return - void arguments - - HTTPRequestID + - type - key - tooltip - + HTTPRequestID + + tooltip + + type + key + - ContentType - type - integer - tooltip - + ContentType + + tooltip + + type + integer + - + + energy + + return + void + sleep + tooltip Set the media type of an LSL HTTP server response. llSetDamage + arguments + + + Damage + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return void - arguments - - Damage - - type - float - tooltip - - - + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - void arguments - - Force + - type - vector - tooltip - + Force + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets Force on object, in local coordinates if Local == TRUE (if the script is physical).\nIf the object is physical, this function sets the force.\n The vector is in local coordinates if local is TRUE, global if FALSE. llSetForceAndTorque - energy - 10.0 - sleep - 0.0 - return - void arguments - - Force + - type - vector - tooltip - + Force + + tooltip + + type + vector + - Torque - type - vector - tooltip - + Torque + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets the Force and Torque of object, in local coordinates if Local == TRUE (if the script is physical).\nIf the object is physical, this function sets the Force and Torque. The vectors are in local coordinates if Local is TRUE, global if FALSE. llSetHoverHeight - energy - 10.0 - sleep - 0.0 - return - void arguments - - Height + - type - float - tooltip - + Height + + tooltip + + type + float + - Water - type - integer - tooltip - + Water + + tooltip + + type + integer + - Tau - type - float - tooltip - + Tau + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Critically damps to a Height (either above ground level or above the higher of land and water if water == TRUE).\nCritically damps to a Height. The height is above ground and water (which ever is greater) if water is TRUE. Only works with physics-enabled objects.\n Do not use with vehicles. Use llStopHover to stop hovering. llSetInventoryPermMask - god-mode - true - energy - 10.0 - sleep - 0.0 - return - void arguments - - InventoryItem + - type - string - tooltip - + InventoryItem + + tooltip + + type + string + - PermissionFlag - type - integer - tooltip - + PermissionFlag + + tooltip + + type + integer + - PermissionMask - type - integer - tooltip - + PermissionMask + + tooltip + + type + integer + - + + energy + 10.0 + god-mode + true + return + void + sleep + 0.0 tooltip Sets the given permission mask to the new value on the inventory item. llSetKeyframedMotion - energy - - sleep - - return - void arguments - - Keyframes + - type - list - tooltip - + Keyframes + + tooltip + + type + list + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip 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. llSetLinkAlpha - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Opacity - type - float - tooltip - + Opacity + + tooltip + + type + float + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - EyeOffset - type - vector - tooltip - + EyeOffset + + tooltip + + type + vector + - LookOffset - type - vector - tooltip - + LookOffset + + tooltip + + type + vector + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets the camera eye offset, and the offset that camera is looking at, for avatars that sit on the linked prim. llSetLinkColor - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Colour - type - vector - tooltip - + Colour + + tooltip + + type + vector + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 - energy - 0.0 - sleep - 0.0 - return - integer arguments - - Link + - type - integer - tooltip - + Link + + tooltip + + type + integer + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - Parameters - type - list - tooltip - + Parameters + + tooltip + + type + list + - + + energy + 0.0 + return + integer + sleep + 0.0 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.\nSet the media parameters for a particular face on the linked prim(s) without a delay.\n Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s). llSetLinkPrimitiveParams - energy - 10.0 - sleep - 0.2 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Parameters - type - list - tooltip - + Parameters + + tooltip + + type + list + - + + energy + 10.0 + return + void + sleep + 0.2 tooltip Set primitive parameters for LinkNumber based on Parameters.\nSets the parameters (or properties) of any linked prim in one step. llSetLinkPrimitiveParamsFast - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Parameters - type - list - tooltip - + Parameters + + tooltip + + type + list + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip 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 - energy - 10.0 - sleep - 0.2 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Texture - type - string - tooltip - + Texture + + tooltip + + type + string + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.2 tooltip Sets the Texture of Face for LinkNumber.\nSets the Texture of linked prims. llSetLinkTextureAnim - energy - 10.0 - sleep - 0.0 - return - void arguments - - LinkNumber + - type - integer - tooltip - + LinkNumber + + tooltip + + type + integer + - Mode - type - integer - tooltip - + Mode + + tooltip + + type + integer + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - SizeX - type - integer - tooltip - + SizeX + + tooltip + + type + integer + - SizeY - type - integer - tooltip - + SizeY + + tooltip + + type + integer + - Start - type - float - tooltip - + Start + + tooltip + + type + float + - Length - type - float - tooltip - + Length + + tooltip + + type + float + - Rate - type - float - tooltip - + Rate + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Animate the texture on the specified prim's face/faces.\nAnimate the texture on the specified face/faces of the specified prim/prims by setting the texture scale and offset.\n Identical to llSetTextureAnim except able to modify any prim in the link set. llSetLocalRot + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.2 return void - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.2 tooltip Sets the rotation of a child prim relative to the root prim. llSetMemoryLimit + arguments + + + Limit + + tooltip + + type + integer + + + energy - sleep - 0.0 return integer - arguments - - Limit - - type - integer - tooltip - - - + sleep + 0.0 tooltip Request Limit bytes to be reserved for this script. This function has no effect if the script is running in the LSO VM.\nRequest Limit bytes to be reserved for this script. This function has no effect if the script is running in the LSO VM.\n Return TRUE or FALSE indicating whether the limit was set successfully. llSetObjectDesc + arguments + + + Description + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - Description - - type - string - tooltip - - - + sleep + 0.0 tooltip Sets the object's description.\nSets the description of the scripted prim. You can get the description using llGetObjectDesc.\n The description is limited to 127 characters. llSetObjectName + arguments + + + Name + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - Name - - type - string - tooltip - - - + sleep + 0.0 tooltip Sets the object's name. llSetObjectPermMask - god-mode - true - energy - 10.0 - sleep - 0.0 - return - void arguments - - PermissionFlag + - type - integer - tooltip - + PermissionFlag + + tooltip + + type + integer + - PermissionMask - type - integer - tooltip - + PermissionMask + + tooltip + + type + integer + - + + energy + 10.0 + god-mode + true + return + void + sleep + 0.0 tooltip Sets the given permission mask to the new value on the root object the task is attached to. llSetParcelMusicURL + arguments + + + URL + + tooltip + + type + string + + + energy 10.0 - sleep - 2.0 return void - arguments - - URL - - type - string - tooltip - - - + sleep + 2.0 tooltip Sets the streaming audio URL for the parcel object is on.\nSets the streaming audio URL for the parcel the scripted object is on (the object must be owned by the owner of the parcel, if the parcel is group owned the object must be owned by that group). llSetPayPrice - energy - 10.0 - sleep - 0.0 - return - void arguments - - Price + - type - integer - tooltip - + Price + + tooltip + + type + integer + - QuickButtons - type - list - tooltip - + QuickButtons + + tooltip + + type + list + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets the default amount when someone chooses to pay this object.\nSets the values of the buttons and the text box default for the Pay dialogue, when a user right-clicks on the object and selects "Pay".\n llSetPayPrice will affect what buttons exist, what their values are, and whether or not there is a manual payment text entry box. llSetPhysicsMaterial - energy - - sleep - - return - void arguments - - MaterialBits + - type - integer - tooltip - + MaterialBits + + tooltip + + type + integer + - GravityMultiplier - type - float - tooltip - + GravityMultiplier + + tooltip + + type + float + - Restitution - type - float - tooltip - + Restitution + + tooltip + + type + float + - Friction - type - float - tooltip - + Friction + + tooltip + + type + float + - Density - type - float - tooltip - + Density + + tooltip + + type + float + - + + energy + + return + void + sleep + tooltip Sets the requested attributes of the root object's physics material. llSetPos + arguments + + + Position + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.2 return void - arguments - - Position - - type - vector - tooltip - - - + sleep + 0.2 tooltip Sets the position (if the script isn't physical).\nIf the object is not physical, this function sets the position in region coordinates. If the object is a child prim, the position is treated as root relative and the link-set is adjusted. llSetPrimitiveParams - energy - 10.0 - sleep - 0.2 - return - void arguments - - Parameters + - type - list - tooltip - + Parameters + + tooltip + + type + list + - - tooltip - Set primitive parameters.\nThis function changes the many properties (or "parameters") of a prim in one operation. The Parameters are a list of changes. - - llSetPrimMediaParams - + energy 10.0 - sleep - 0.1 return - integer + void + sleep + 0.2 + tooltip + Set primitive parameters.\nThis function changes the many properties (or "parameters") of a prim in one operation. The Parameters are a list of changes. + + llSetPrimMediaParams + arguments - - Face + - type - integer - tooltip - + Face + + tooltip + + type + integer + - MediaParameters - type - list - tooltip - + MediaParameters + + tooltip + + type + list + - + + energy + 10.0 + return + integer + sleep + 0.1 tooltip Sets the MediaParameters for a particular Face on an object. If media is not already on this object, add it. MediaParameters 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.\nSet the MediaParameters for a particular face.\n @@ -15235,45 +16397,49 @@ llSetPrimURL + arguments + + + URL + + tooltip + + type + string + + + deprecated true energy 10.0 - sleep - 20.0 return void - arguments - - URL - - type - string - tooltip - - - + sleep + 20.0 tooltip Deprecated: Use llSetPrimMediaParams instead.\nDeprecated: Use llSetPrimMediaParams instead. Updates the URL for the web page shown on the sides of the object. llSetRegionPos + arguments + + + Position + + tooltip + + type + vector + + + energy 0.0 - sleep - 0.0 return integer - arguments - - Position - - type - vector - tooltip - - - + sleep + 0.0 tooltip Sets the Position anywhere within the region (if the object isn't physical).\nTries to moves the entire object so that the root prim is within 0.1m of Position.\n Returns an integer boolean, TRUE if the object is successfully placed within 0.1 m of Position, FALSE otherwise.\n @@ -15281,911 +16447,1021 @@ llSetRemoteScriptAccessPin + arguments + + + PIN + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.2 return void - arguments - - PIN - - type - integer - tooltip - - - + sleep + 0.2 tooltip If PIN is set to a non-zero number, the task will accept remote script loads via llRemoteLoadScriptPin if it passes in the correct PIN. Othersise, llRemoteLoadScriptPin is ignored.\nIf PIN is set to a non-zero number, the task will accept remote script loads via llRemoteLoadScriptPin if passed the matching PIN. Otherwise llRemoteLoadScriptPin is ignored llSetRot + arguments + + + Rotation + + tooltip + + type + rotation + + + energy 10.0 - sleep - 0.2 return void - arguments - - Rotation - - type - rotation - tooltip - - - + sleep + 0.2 tooltip Sets the rotation (if the script isn't physical).\nIf the object is not physical, this function sets the rotation.\n If the script is in a child prim, the position is treated as root relative and the linked set is adjusted. llSetScale + arguments + + + Scale + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return void - arguments - - Scale - - type - vector - tooltip - - - + sleep + 0.0 tooltip Sets the scale.\nSets the prim's scale (size). llSetScriptState - energy - 10.0 - sleep - 0.0 - return - void arguments - - ScriptName + - type - string - tooltip - + ScriptName + + tooltip + + type + string + - Running - type - integer - tooltip - + Running + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Control the state of a named script.\nControl the state of a script in the prim. llSetSitText + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Displays Text rather than "Sit" in context menu.\nDisplays Text rather than 'Sit' in the viewer's menu. llSetSoundQueueing + arguments + + + QueueEnable + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - QueueEnable - - type - integer - tooltip - - - + sleep + 0.0 tooltip Determines whether attached sound calls wait for the current sound to finish (0 = no [default], non-zero = yes).\nSets whether successive calls to llPlaySound, llLoopSound, etc., (attached sounds) interrupt the playing sound.\n The 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 + arguments + + + Radius + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return void - arguments - - Radius - - type - float - tooltip - - - + sleep + 0.0 tooltip Establishes a hard cut-off radius for audibility of scripted sounds (both attached and triggered). llSetStatus - energy - 10.0 - sleep - 0.0 - return - void arguments - - Status + - type - integer - tooltip - + Status + + tooltip + + type + integer + - Value - type - integer - tooltip - + Value + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets status (STATUS_PHYSICS, STATUS_PHANTOM, STATUS_BLOCK_GRAB, STATUS_ROTATE_X, STATUS_ROTATE_Y, and/or STATUS_ROTATE_Z) to value.\nSets the Status to Value. Use STATUS_* constants for the values of status. llSetText - energy - 10.0 - sleep - 0.0 - return - void arguments - - Text + - type - string - tooltip - + Text + + tooltip + + type + string + - Colour - type - vector - tooltip - + Colour + + tooltip + + type + vector + - Opacity - type - float - tooltip - + Opacity + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Set text floating over object.\nSets the text that floats above the object, using the specified colour and opacity level. llSetTexture - energy - 10.0 - sleep - 0.2 - return - void arguments - - Texture + - type - string - tooltip - + Texture + + tooltip + + type + string + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.2 tooltip Sets the Texture of Face.\nSets the Texture of Face. If Face is ALL_SIDES, set the texture on all faces. llSetTextureAnim - energy - 10.0 - sleep - 0.0 - return - void arguments - - Mode + - type - integer - tooltip - + Mode + + tooltip + + type + integer + - Face - type - integer - tooltip - + Face + + tooltip + + type + integer + - SizeX - type - integer - tooltip - + SizeX + + tooltip + + type + integer + - SizeY - type - integer - tooltip - + SizeY + + tooltip + + type + integer + - Start - type - float - tooltip - + Start + + tooltip + + type + float + - Length - type - float - tooltip - + Length + + tooltip + + type + float + - Rate - type - float - tooltip - + Rate + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Animate the texture on the specified face/faces.\nAnimates a texture by setting the texture scale and offset. llSetTimerEvent + arguments + + + Rate + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return void - arguments - - Rate - - type - float - tooltip - - - + sleep + 0.0 tooltip Cause the timer event to be triggered every Rate seconds.\nSets the timer event to be triggered at the specified Rate, in seconds.\n Passing in 0.0 stops further timer events. llSetTorque - energy - 10.0 - sleep - 0.0 - return - void arguments - - Torque + - type - vector - tooltip - + Torque + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets the Torque of object, in local coordinates if Local == TRUE (if the script is physical).\nIf the object is physical, this function sets the torque.\n The vector is in local coordinates if Local is TRUE, global if FALSE. llSetTouchText + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Displays Text in the menu that acts on a touch.\nDisplays Text in the viewer context menu that acts on a touch. llSetVehicleFlags + arguments + + + Flags + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Flags - - type - integer - tooltip - - - + sleep + 0.0 tooltip Sets the enabled bits in 'flags'.\nSets the vehicle flags to TRUE.\nValid parameters can be found in the vehicle flags constants section. llSetVehicleFloatParam - energy - 10.0 - sleep - 0.0 - return - void arguments - - ParameterName + - type - integer - tooltip - + ParameterName + + tooltip + + type + integer + - ParameterValue - type - float - tooltip - + ParameterValue + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets the specified vehicle float parameter.\nSets the vehicle floating point parameter.\n Valid parameters and their expected values can be found in the vehicle parameter constants section. llSetVehicleRotationParam - energy - 10.0 - sleep - 0.0 - return - void arguments - - ParameterName + - type - integer - tooltip - + ParameterName + + tooltip + + type + integer + - ParameterValue - type - float - tooltip - + ParameterValue + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets the specified vehicle rotation parameter.\nSets the vehicle rotation parameter.\n Valid parameters can be found in the vehicle parameter constants section. llSetVehicleType + arguments + + + Type + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - Type - - type - integer - tooltip - - - + sleep + 0.0 tooltip Sets vehicle to one of the default types.\nActivates the vehicle action and choose vehicle Type.\n Valid Types and an explanation of their characteristics can be found in the vehicle type constants section. llSetVehicleVectorParam - energy - 10.0 - sleep - 0.0 - return - void arguments - - ParameterName + - type - integer - tooltip - + ParameterName + + tooltip + + type + integer + - ParameterValue - type - float - tooltip - + ParameterValue + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Sets the specified vehicle vector parameter.\nSets the vehicle vector parameter.\nValid parameters can be found in the vehicle parameter constants section. llSetVelocity - energy - - sleep - 0.0 - return - void arguments - - Force + - type - vector - tooltip - + Force + + tooltip + + type + vector + - Local - type - integer - tooltip - + Local + + tooltip + + type + integer + - + + energy + + return + void + sleep + 0.0 tooltip Sets an objects velocity, in local coordinates if Local == TRUE (if the script is physical).\nApplies Force to a physical object. llSHA1String - energy - 10.0 - sleep - 0.0 - return - string arguments - - Text + - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + string + sleep + 0.0 tooltip Returns a string of 40 hex characters that is the SHA1 security Hash of Text.\nReturns a string of 40 hex characters that is the SHA1 security hash of the supplied string. llShout - energy - 10.0 - sleep - 0.0 - return - void arguments - - Channel + - type - integer - tooltip - + Channel + + tooltip + + type + integer + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip shouts Text on Channel.\nShout Text on Channel. Channel 0 is the public chat channel that all avatars see as chat text. Channels 1 to 2,147,483,648 are private channels that are not sent to avatars but other scripts can listen for through the llListen function. llSin + arguments + + + Theta + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Theta - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the sine of Theta (Theta in radians).\nReturns the sine of Theta in radians. llSitTarget - energy - 10.0 - sleep - 0.0 - return - void arguments - - Offset + - type - vector - tooltip - + Offset + + tooltip + + type + vector + - Rotation - type - rotation - tooltip - + Rotation + + tooltip + + type + rotation + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Set the sit location for this object (if offset == <0,0,0> clear it).\nSet the sit location for this object. If offset == ZERO_VECTOR, clears the sit target. llSleep + arguments + + + Time + + tooltip + + type + float + + + energy 0 - sleep - 0.0 return void - arguments - - Time - - type - float - tooltip - - - + sleep + 0.0 tooltip Put script to sleep for Time seconds.\nPuts the script to sleep for time specified, in seconds. llSound - deprecated - true - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - Queue - type - integer - tooltip - + Queue + + tooltip + + type + integer + - Loop - type - integer - tooltip - + Loop + + tooltip + + type + integer + - + + deprecated + true + energy + 10.0 + return + void + sleep + 0.0 tooltip Deprecated: Use llPlaySound instead.\nDeprecated: Use llPlaySound instead.\nPlays Sound at Volume and specifies whether it should loop or not. llSoundPreload + arguments + + + Sound + + tooltip + + type + string + + + deprecated true energy 10.0 - sleep - 0.0 return void - arguments - - Sound - - type - string - tooltip - - - + sleep + 0.0 tooltip Deprecated: Use llPreloadSound instead.\nDeprecated: Use llPreloadSound instead.\nPreloads a sound on viewers within range. llSqrt + arguments + + + Value + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Value - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the square root of Value, or returns 0 and triggers a Math Error for imaginary results.\nReturns the square root of the value. If the value is less than 0.0, this function returns 0.0 and raises a maths runtime error. llStartAnimation + arguments + + + Animation + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - Animation - - type - string - tooltip - - - + sleep + 0.0 tooltip Start Animation for agent that owns object.\nThis function starts the animation for the last avatar that granted the object PERMISSION_TRIGGER_ANIMATION permission. llStopAnimation + arguments + + + Animation + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return void - arguments - - Animation - - type - string - tooltip - - - + sleep + 0.0 tooltip Stop Animation for agent that owns object.\nThis function stops the animation for the last avatar that granted the object PERMISSION_TRIGGER_ANIMATION permission. llStopHover + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Stop hovering to a height.\nStop hovering at a height. llStopLookAt + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Stop causing object to point at a target.\nStop causing object to look at target. llStopMoveToTarget + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Stops critically damped motion. llStopSound + arguments + energy 10.0 - sleep - 0.0 return void - arguments - + sleep + 0.0 tooltip Stops currently attached sound.\nStops the currently playing attached sound started with llPlaySound or llLoopSound. Has no effect on sounds started with llTriggerSound. llStringLength + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return integer - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns the length of string.\nReturns the number of characters in the specified text. llStringToBase64 + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return string - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Converts a string to the Base64 representation of the string.\nConverts a string to the Base 64 representation of the string. llStringTrim - energy - 10.0 - sleep - 0.0 - return - string arguments - - Text + - type - string - tooltip - + Text + + tooltip + + type + string + - TrimType - type - integer - tooltip - + TrimType + + tooltip + + type + integer + - + + energy + 10.0 + return + string + sleep + 0.0 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.\nOutputs a string, eliminating white-space from the start and/or end of the specified string.\n @@ -16196,434 +17472,496 @@ llSubStringIndex - energy - 10.0 - sleep - 0.0 - return - integer arguments - - Text + - type - string - tooltip - + Text + + tooltip + + type + string + - Sequence - type - string - tooltip - + Sequence + + tooltip + + type + string + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip Returns an integer that is the index in source where pattern first appears. Returns -1 if not found.\nReturns an index of the text where the sequence of characters first appears.\n Returns -1 if no match is found. llTakeCamera + arguments + + + AvatarID + + tooltip + + type + key + + + deprecated true energy 10.0 - sleep - 0.0 return void - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip Deprecated: Use llSetCameraParams instead.\nDeprecated: Use llSetCameraParams instead. Move avatar's viewpoint to task. llTakeControls - energy - 10.0 - sleep - 0.0 - return - void arguments - - Controls + - type - integer - tooltip - + Controls + + tooltip + + type + integer + - Accept - type - integer - tooltip - + Accept + + tooltip + + type + integer + - PassOn - type - integer - tooltip - + PassOn + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Take controls from agent task has permissions for. If (Accept == (controls & input)), send input to task. If PassOn send to agent also.\nRequires the PERMISSION_TAKE_CONTROLS permission to run. llTan + arguments + + + Theta + + tooltip + + type + float + + + energy 10.0 - sleep - 0.0 return float - arguments - - Theta - - type - float - tooltip - - - + sleep + 0.0 tooltip Returns the tangent of Theta (Theta in radians).\nReturns the tangent of Theta radians. llTarget - energy - 10.0 - sleep - 0.0 - return - integer arguments - - Position + - type - vector - tooltip - + Position + + tooltip + + type + vector + - Range - type - float - tooltip - + Range + + tooltip + + type + float + - + + energy + 10.0 + return + integer + sleep + 0.0 tooltip Sets positions within range of position as a target and return an ID for the target.\nSet object position, within range of position, as a target and returns an integer ID for the target. llTargetOmega - energy - 10.0 - sleep - 0.0 - return - void arguments - - Axis + - type - vector - tooltip - + Axis + + tooltip + + type + vector + - SpinRate - type - float - tooltip - + SpinRate + + tooltip + + type + float + - Gain - type - float - tooltip - + Gain + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Attempt to spin at SpinRate with strength Gain.\nAttempt to spin at SpinRate with strength Gain on axis.\n A spin-rate of 0.0 cancels the spin. This function always works in object local coordinates. llTargetRemove - energy - 10.0 - sleep - 0.0 - return - void arguments - - Target + - type - integer - tooltip - + Target + + tooltip + + type + integer + - - tooltip - Removes target number.\nRemove target number. - - llTeleportAgent - + energy - 0 - sleep - 0 + 10.0 return void + sleep + 0.0 + tooltip + Removes target number.\nRemove target number. + + llTeleportAgent + arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - LandmarkName - type - string - tooltip - + LandmarkName + + tooltip + + type + string + - Position - type - vector - tooltip - + Position + + tooltip + + type + vector + - LookAtPoint - type - vector - tooltip - + LookAtPoint + + tooltip + + type + vector + - + + energy + 0 + return + void + sleep + 0 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. llTeleportAgentGlobalCoords - energy - 0 - sleep - 0 - return - void arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - GlobalPosition - type - vector - tooltip - + GlobalPosition + + tooltip + + type + vector + - RegionPosition - type - vector - tooltip - + RegionPosition + + tooltip + + type + vector + - LookAtPoint - type - vector - tooltip - + LookAtPoint + + tooltip + + type + vector + - + + energy + 0 + return + void + sleep + 0 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. llTeleportAgentHome + arguments + + + AvatarID + + tooltip + + type + key + + + energy 100.0 - sleep - 5.0 return void - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 5.0 tooltip Teleports agent on owner's land to agent's home location.\nTeleport agent over the owner's land to agent's home location. llTextBox - energy - 10.0 - sleep - 1.0 - return - void arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - Channel - type - integer - tooltip - + Channel + + tooltip + + type + integer + - + + energy + 10.0 + return + void + sleep + 1.0 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.\nShows a dialogue box on avatar's screen with the text message.\n It 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 + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return string - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns a string that is Text with all lower-case characters.\nReturns Text in all lower case. llToUpper + arguments + + + Text + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return string - arguments - - Text - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns a string that is Text with all upper-case characters.\nReturns Text in all upper case. llTransferLindenDollars - energy - - sleep - 0.0 - return - key arguments - - AvatarID + - type - key - tooltip - + AvatarID + + tooltip + + type + key + - Amount - type - integer - tooltip - + Amount + + tooltip + + type + integer + - + + energy + + return + key + sleep + 0.0 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.\nAttempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key. llTriggerSound - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Plays Sound at Volume (0.0 - 1.0), centered at but not attached to object.\nPlays a transient sound NOT attached to an object.\n The sound plays from a stationary position located at the centre of the object at the time of the triggering.\n @@ -16631,43 +17969,51 @@ llTriggerSoundLimited - energy - 10.0 - sleep - 0.0 - return - void arguments - - Sound + - type - string - tooltip - + Sound + + tooltip + + type + string + - Volume - type - float - tooltip - + Volume + + tooltip + + type + float + - TNE - type - vector - tooltip - + TNE + + tooltip + + type + vector + - BSW - type - vector - tooltip - + BSW + + tooltip + + type + vector + - + + energy + 10.0 + return + void + sleep + 0.0 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).\nPlays a transient sound NOT attached to an object, with its audible range limited by the axis-aligned bounding box define by TNE (top-north-east) and BSW (bottom-south-west).\n The sound plays from a stationary position located at the centre of the object at the time of the triggering.\n @@ -16675,156 +18021,172 @@ llUnescapeURL + arguments + + + URL + + tooltip + + type + string + + + energy 10.0 - sleep - 0.0 return string - arguments - - URL - - type - string - tooltip - - - + sleep + 0.0 tooltip Returns an unescaped/ unencoded version of URL, replacing %20 with spaces etc.\nReturns the string that is the URL unescaped, replacing "%20" with spaces, etc., version of URL.\n The function can output raw UTF-8 strings. llUnSit + arguments + + + AvatarID + + tooltip + + type + key + + + energy 10.0 - sleep - 0.0 return void - arguments - - AvatarID - - type - key - tooltip - - - + sleep + 0.0 tooltip If agent identified by AvatarID is sitting on the object the script is attached to or is over land owned by the objects owner, the agent is forced to stand up.\nIf the agent identified is sitting on the object the script is attached to or is over land owned by the objects owner, the agent is forced to stand up. llUpdateCharacter + arguments + + + Options + + tooltip + + type + list + + + energy - sleep - return void - arguments - - Options - - type - list - tooltip - - - + sleep + tooltip Change the character's settings.\nUpdates settings for a character. llVecDist - energy - 10.0 - sleep - 0.0 - return - float arguments - - Location1 + - type - vector - tooltip - + Location1 + + tooltip + + type + vector + - Location2 - type - vector - tooltip - + Location2 + + tooltip + + type + vector + - + + energy + 10.0 + return + float + sleep + 0.0 tooltip Returns the 3D distance between Location1 and Location2.\nReturns the distance from location 1 to location 2. llVecMag + arguments + + + Vector + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return float - arguments - - Vector - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the magnitude of Vector.\nReturns the magnitude of the vector. llVecNorm + arguments + + + Vector + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Vector - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the v normalized.\nReturns normalized vector. llVolumeDetect + arguments + + + DetectEnabled + + tooltip + + type + integer + + + energy 10.0 - sleep - 0.0 return void - arguments - - DetectEnabled - - type - integer - tooltip - - - + sleep + 0.0 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.\nWhen detect = TRUE, this makes the entire link set the script is attached to phantom. If another object (including avatars) interpenetrates it, it will get a collision_start event.\n When an object stops interpenetrating, a collision_end event is generated. While the other is inter-penetrating, collision events are NOT generated. The script must be applied to the root object of the link set to get the collision events.\n @@ -16832,195 +18194,221 @@ llWanderWithin - energy - - sleep - - return - void arguments - - Origin + - type - vector - tooltip - + Origin + + tooltip + + type + vector + - Area - type - vector - tooltip - + Area + + tooltip + + type + vector + - Options - type - list - tooltip - + Options + + tooltip + + type + list + - + + energy + + return + void + sleep + tooltip Wander within a specified volume.\nSets a character to wander about a central spot within a specified area. llWater + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return float - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the water height below the object position + offset.\nReturns the water height at the object's position + offset. llWhisper - energy - 10.0 - sleep - 0.0 - return - void arguments - - Channel + - type - integer - tooltip - + Channel + + tooltip + + type + integer + - Text - type - string - tooltip - + Text + + tooltip + + type + string + - + + energy + 10.0 + return + void + sleep + 0.0 tooltip Whispers Text on Channel.\nWhisper Text on Channel. Channel 0 is the public chat channel that all avatars see as chat text. Channels 1 to 2,147,483,648 are private channels that are not sent to avatars but other scripts can listen for through the llListen function. llWind + arguments + + + Offset + + tooltip + + type + vector + + + energy 10.0 - sleep - 0.0 return vector - arguments - - Offset - - type - vector - tooltip - - - + sleep + 0.0 tooltip Returns the wind velocity at the object position + offset.\nReturns the wind velocity at the object's position + offset. llXorBase64 - energy - 10.0 - sleep - 0.3 - return - string arguments - - Text1 + - type - string - tooltip - + Text1 + + tooltip + + type + string + - Text2 - type - string - tooltip - + Text2 + + tooltip + + type + string + - + + energy + 10.0 + return + string + sleep + 0.3 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.\nDeprecated: Use llXorBase64StringsCorrect instead.\nIncorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. llXorBase64Strings + arguments + + + Text1 + + tooltip + + type + string + + + + Text2 + + tooltip + + type + string + + + deprecated true energy 10.0 - sleep - 0.3 return string - arguments - - Text1 - - type - string - tooltip - - - Text2 - - type - string - tooltip - - - + sleep + 0.3 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.\nDeprecated: Use llXorBase64StringsCorrect instead.\nIncorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. llXorBase64StringsCorrect + arguments + + + Text1 + + tooltip + + type + string + + + + Text2 + + tooltip + + type + string + + + deprecated true energy 10.0 - sleep - 0.0 return string - arguments - - Text1 - - type - string - tooltip - - - Text2 - - type - string - tooltip - - - + sleep + 0.0 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 @@ -17029,4 +18417,4 @@ - \ No newline at end of file + -- cgit v1.2.3