From 127363c61943cf63ca81bf632b25bad760e51e39 Mon Sep 17 00:00:00 2001 From: tapple Date: Mon, 26 Jan 2026 09:55:27 -0800 Subject: [PATCH 1/5] reverted c_compat for reals --- .../app_settings/keywords_lsl_default.xml | 2076 ++++++------ .../app_settings/keywords_lua_default.xml | 2872 ++++++++--------- 2 files changed, 2474 insertions(+), 2474 deletions(-) diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index 182d727c2a..c51a092986 100644 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -10226,11 +10226,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the absolute (positive) version of Value. @@ -10249,11 +10249,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the arc-cosine of Value, in radians. @@ -10281,11 +10281,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 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. @@ -10313,11 +10313,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Add avatar ID to the land pass list, for a duration of Hours. @@ -10345,11 +10345,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Changes the amount of damage to be delivered by this damage event. @@ -10368,11 +10368,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Adjusts the volume (0.0 - 1.0) of the currently playing attached sound.\nThis function has no effect on sounds started with llTriggerSound. @@ -10391,11 +10391,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns TRUE if the agent is in the Experience and the Experience can run in the current location. @@ -10418,11 +10418,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip If Flag == TRUE, users without object modify permissions can still drop inventory items into the object. @@ -10450,11 +10450,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the angle, in radians, between rotations Rot1 and Rot2. @@ -10482,11 +10482,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Applies impulse to the object.\nIf Local == TRUE, apply the Force in local coordinates; otherwise, apply the Force in global coordinates.\nThis function only works on physical objects. @@ -10514,11 +10514,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Applies rotational impulse to the object.\nIf Local == TRUE, apply the Force in local coordinates; otherwise, apply the Force in global coordinates.\nThis function only works on physical objects. @@ -10537,11 +10537,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the arc-sine, in radians, of Value. @@ -10569,11 +10569,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the arc-tangent2 of y, x. @@ -10592,11 +10592,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Attach to avatar at point AttachmentPoint.\nRequires the PERMISSION_ATTACH runtime permission. @@ -10615,11 +10615,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.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. @@ -10638,11 +10638,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 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. @@ -10651,11 +10651,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 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. @@ -10692,11 +10692,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation represented by coordinate axes Forward, Left, and Up. @@ -10724,11 +10724,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation that is a generated Angle about Axis. @@ -10747,11 +10747,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -10770,11 +10770,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Converts a Base64 string to a conventional string.\nIf the conversion creates any unprintable characters, they are converted to question marks. @@ -10783,11 +10783,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip De-links all prims in the link set (requires permission PERMISSION_CHANGE_LINKS be set). @@ -10806,11 +10806,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip De-links the prim with the given link number (requires permission PERMISSION_CHANGE_LINKS be set). @@ -10829,11 +10829,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Create a list from a string of comma separated values specified in Text. @@ -10870,11 +10870,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 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. @@ -10893,11 +10893,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns smallest integer value >= Value. @@ -10916,11 +10916,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a single character string that is the representation of the unicode value. @@ -10929,11 +10929,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Resets all camera parameters to default values and turns off scripted camera control. @@ -10961,11 +10961,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -10984,11 +10984,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 1 + 1.0 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. @@ -11009,11 +11009,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 1 + 1.0 tooltip This function is deprecated. @@ -11034,11 +11034,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the cloud density at the object's position + Offset. @@ -11075,11 +11075,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Specify an empty string or NULL_KEY for Accept, to not filter on the corresponding parameter. @@ -11107,11 +11107,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -11132,11 +11132,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Suppress default collision sprites, replace default impact sprite with ImpactSprite; found in the object inventory (empty string to just suppress). @@ -11164,11 +11164,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns hex-encoded Hash string of Message using digest Algorithm. @@ -11187,11 +11187,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the cosine of Theta (Theta in radians). @@ -11210,11 +11210,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 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. @@ -11242,11 +11242,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Starts an asychronous transaction to create a key-value pair. Will fail with XP_ERROR_STORAGE_EXCEPTION if the key already exists. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value passed to the function. @@ -11276,11 +11276,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Attempt to link the object the script is in, to target (requires permission PERMISSION_CHANGE_LINKS be set).\nRequires permission PERMISSION_CHANGE_LINKS be set. @@ -11317,11 +11317,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Generates a damage event on the targeted agent or task. @@ -11330,11 +11330,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Starts an asychronous transaction the request the used and total amount of data allocated for the Experience. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the the amount in use and the third item will be the total available. @@ -11345,11 +11345,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 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. @@ -11368,11 +11368,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Starts an asychronous transaction to delete a key-value pair. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value associated with the key. @@ -11411,11 +11411,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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. @@ -11452,11 +11452,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -11484,11 +11484,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Derezzes an object previously rezzed by a script in this region. Returns TRUE on success or FALSE if the object could not be derezzed. bool_semantics @@ -11499,11 +11499,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Remove the object containing the script from the avatar. @@ -11522,11 +11522,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list containing the current damage for the event, the damage type and the original damage delivered. @@ -11545,11 +11545,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -11568,11 +11568,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. bool_semantics @@ -11593,11 +11593,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key of detected object or avatar number.\nReturns NULL_KEY if Number is not a valid index. @@ -11616,11 +11616,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -11639,11 +11639,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -11662,11 +11662,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key of detected object's owner.\nReturns invalid key if Number is not a valid index. @@ -11685,11 +11685,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -11708,11 +11708,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key for the rezzer of the detected object. @@ -11731,11 +11731,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return rotation sleep - 0 + 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. @@ -11754,11 +11754,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -11777,11 +11777,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the index of the face where the avatar clicked in a triggered touch event. @@ -11800,11 +11800,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -11823,11 +11823,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -11846,11 +11846,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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). @@ -11869,11 +11869,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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). @@ -11892,11 +11892,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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} @@ -11915,11 +11915,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -11965,11 +11965,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 1 + 1.0 tooltip Shows a dialog box on the avatar's screen with the message.\n Up to 12 strings in the list form buttons.\n @@ -11987,11 +11987,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 0 + 0.0 return void sleep - 0 + 0.0 tooltip Delete the object which holds the script. @@ -12019,11 +12019,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -12051,11 +12051,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. bool_semantics @@ -12076,11 +12076,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Ejects AvatarID from land that you own.\nEjects AvatarID from land that the object owner (group or resident) owns. @@ -12117,11 +12117,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 20 + 20.0 tooltip Sends email to Address with Subject and Message.\nSends an email to Address with Subject and Message. @@ -12140,11 +12140,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -12164,11 +12164,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation representation of the Euler angles.\nReturns the rotation represented by the Euler Angle. @@ -12196,11 +12196,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 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. @@ -12228,11 +12228,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Execute a character command.\nSend a command to the path system.\nCurrently only supports stopping the current path-finding operation or causing the character to jump. @@ -12251,11 +12251,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the positive version of Value.\nReturns the absolute value of Value. @@ -12292,11 +12292,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Searches the text of a cached notecard for lines containing the given pattern and returns the number of matches found through a dataserver event. @@ -12353,11 +12353,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Searches the text of a cached notecard for lines containing the given pattern. Returns a list of line numbers and column where a match is found. If the notecard is not in @@ -12397,11 +12397,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Flee from a point.\nDirects a character (llCreateCharacter) to keep away from a defined position in the region or adjacent regions. @@ -12420,11 +12420,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns largest integer value <= Value. @@ -12443,11 +12443,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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.\nJust like llSitTarget, this changes a permanent property of the prim (not the object) and needs to be reset by calling this function with Enable set to FALSE in order to disable it. @@ -12466,11 +12466,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns a pseudo random number in the range [0, Magnitude] or [Magnitude, 0].\nReturns a pseudo-random number between [0, Magnitude]. @@ -12479,11 +12479,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.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. @@ -12492,11 +12492,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the acceleration of the object relative to the region's axes.\nGets the acceleration of the object. @@ -12515,11 +12515,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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, AGENT_IN_AIR and/or AGENT_FLOATING_VIA_SCRIPTED_ATTACHMENT.\nReturns information about the given agent ID as a bit-field of agent info constants. @@ -12539,11 +12539,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -12571,11 +12571,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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 @@ -12594,11 +12594,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -12617,11 +12617,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 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. @@ -12630,11 +12630,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 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. @@ -12653,11 +12653,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -12676,11 +12676,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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. @@ -12699,11 +12699,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.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). @@ -12712,11 +12712,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the object's attachment point, or 0 if not attached. @@ -12735,11 +12735,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of keys of all visible (not HUD) attachments on the avatar identified by the ID argument @@ -12767,11 +12767,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Retrieves a list of attachments on an avatar. @@ -12790,11 +12790,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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 ]. @@ -12803,11 +12803,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the current camera aspect ratio (width / height) of the agent who has granted the scripted object PERMISSION_TRACK_CAMERA permissions. If no permissions have been granted: it returns zero. @@ -12816,11 +12816,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the current camera field of view of the agent who has granted the scripted object PERMISSION_TRACK_CAMERA permissions. If no permissions have been granted: it returns zero. @@ -12829,11 +12829,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -12842,11 +12842,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the current camera orientation for the agent the task has permissions for. If no user has granted the PERMISSION_TRACK_CAMERA permission, returns ZERO_ROTATION. @@ -12855,11 +12855,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 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). @@ -12887,11 +12887,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 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. @@ -12910,11 +12910,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the color on Face.\nReturns the color of Face as a vector of red, green, and blue values between 0 and 1. If face is ALL_SIDES the color returned is the mean average of each channel. @@ -12923,11 +12923,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns a key for the creator of the prim.\nReturns the key of the object's original creator. Similar to llGetOwner. @@ -12936,11 +12936,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 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. @@ -12949,11 +12949,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of seconds in a day on this parcel. @@ -12962,11 +12962,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of seconds in a day is offset from midnight in this parcel. @@ -12985,11 +12985,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the display name of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestDisplayName if the avatar may be absent from the region. @@ -12998,11 +12998,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns how much energy is in the object as a percentage of maximum. @@ -13021,11 +13021,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string with the requested data about the region. @@ -13053,11 +13053,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a string with the requested data about the region. bool_semantics @@ -13078,11 +13078,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list with the following Experience properties: [Experience Name, Owner ID, Group ID, Experience ID, State, State Message]. State is an integer corresponding to one of the constants XP_ERROR_... and State Message is the string returned by llGetExperienceErrorMessage for that integer. @@ -13103,11 +13103,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string describing the error code passed or the string corresponding with XP_ERROR_UNKNOWN_ERROR if the value is not a valid Experience error code. @@ -13118,11 +13118,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the force (if the script is physical).\nReturns the current force if the script is physical. @@ -13131,11 +13131,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -13144,11 +13144,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of available URLs for the current script.\nReturns an integer that is the number of available URLs. @@ -13157,11 +13157,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the time in seconds since midnight GMT.\nGets the time in seconds since midnight in GMT/UTC. @@ -13170,11 +13170,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the vector that is the geometric center of the object relative to the root prim. @@ -13202,11 +13202,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the value for header for request_id.\nReturns a string that is the value of the Header for HTTPRequestID. @@ -13225,11 +13225,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the current health of an avatar or object in the region. @@ -13248,11 +13248,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the time at which the item was placed into this prim's inventory as a timestamp. @@ -13271,11 +13271,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 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'". @@ -13294,11 +13294,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the item description of the item in inventory. If item is not found in inventory, the object says "No item named 'name'" to the debug channel and returns an empty string. @@ -13317,11 +13317,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key that is the UUID of the inventory named.\nReturns the key of the inventory named. @@ -13349,11 +13349,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the name of the inventory item of a given type, specified by index number.\nUse the inventory constants INVENTORY_* to specify the type. @@ -13372,11 +13372,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the quantity of items of a given type (INVENTORY_* flag) in the prim's inventory.\nUse the inventory constants INVENTORY_* to specify the type. @@ -13404,11 +13404,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -13427,11 +13427,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the type of the named inventory item.\nLike all inventory functions, llGetInventoryType is case-sensitive. @@ -13440,11 +13440,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key of the prim the script is attached to.\nGet the key for the object which has this script. @@ -13463,11 +13463,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 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. @@ -13486,11 +13486,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key of the linked prim LinkNumber.\nReturns the key of LinkNumber in the link set. @@ -13527,11 +13527,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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. bool_semantics @@ -13552,11 +13552,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the name of LinkNumber in a link set.\nReturns the name of LinkNumber the link set. @@ -13565,11 +13565,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -13588,11 +13588,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -13620,11 +13620,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns the list of primitive attributes requested in the Parameters list for LinkNumber.\nPRIM_* flags can be broken into three categories, face flags, prim flags, and object flags.\n* Supplying a prim or object flag will return that flag's attributes.\n* Face flags require the user to also supply a face index parameter. bool_semantics @@ -13645,11 +13645,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the sit flags set on the specified prim in a linkset. @@ -13677,11 +13677,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -13700,11 +13700,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of elements in the list.\nReturns the number of elements in ListVariable. @@ -13713,11 +13713,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the position relative to the root.\nReturns the local position of a child object relative to the root. @@ -13726,11 +13726,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation local to the root.\nReturns the local rotation of a child object relative to the root. @@ -13739,11 +13739,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 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. @@ -13752,11 +13752,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Acts as llGetMass(), except that the units of the value returned are Kg. @@ -13765,11 +13765,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the largest multiplicative uniform scale factor that can be successfully applied (via llScaleByFactor()) to the object without violating prim size or linkability rules. @@ -13778,11 +13778,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Get the maximum memory a script can use, in bytes. @@ -13791,11 +13791,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the smallest multiplicative uniform scale factor that can be successfully applied (via llScaleByFactor()) to the object without violating prim size or linkability rules. @@ -13804,11 +13804,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the moon in the parcel.\nReturns the moon's direction on the simulator in the parcel. @@ -13817,11 +13817,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation applied to the moon in the parcel. @@ -13849,11 +13849,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Fetch the next queued email with that matches the given address and/or subject, via the email event.\nIf the parameters are blank, they are not used for filtering. @@ -13881,11 +13881,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0.1000000000000000055511151 + 0.1 tooltip Returns LineNumber from NotecardName via the dataserver event. The line index starts at zero in LSL, one in Lua.\nIf the requested line is passed the end of the note-card the dataserver event will return the constant EOF string.\nThe key returned by this function is a unique identifier which will be supplied to the dataserver event in the requested parameter. @@ -13913,11 +13913,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns LineNumber from NotecardName. The line index starts at zero in LSL, one in Lua.\nIf the requested line is past the end of the note-card the return value will be set to the constant EOF string.\nIf the note-card is not cached on the simulator the return value is the NAK string. @@ -13936,11 +13936,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0.1000000000000000055511151 + 0.1 tooltip Returns the number of lines contained within a notecard via the dataserver event.\nThe key returned by this function is a query ID for identifying the dataserver reply. @@ -13949,11 +13949,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -13962,11 +13962,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -13975,11 +13975,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of names of playing animations for an object.\nReturns a list of names of all playing animations for the current object. @@ -13988,11 +13988,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 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. @@ -14020,11 +14020,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of object details specified in the Parameters list for the object or avatar in the region with key ID.\nParameters are specified by the OBJECT_* constants. bool_semantics @@ -14054,11 +14054,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key of the linked prim link_no in a linkset.\nReturns the key of link_no in the link set specified by id. @@ -14077,11 +14077,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 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. @@ -14090,11 +14090,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 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. @@ -14113,11 +14113,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the permission mask of the requested category for the object. @@ -14136,11 +14136,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -14149,11 +14149,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -14162,11 +14162,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the object owner's UUID.\nReturns the key for the owner of the object. @@ -14185,11 +14185,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the owner of ObjectID.\nReturns the key for the owner of object ObjectID. @@ -14217,11 +14217,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of parcel details specified in the ParcelDetails list for the parcel at Position.\nParameters is one or more of: PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA, _ID, _SEE_AVATARS.\nReturns a list that is the parcel details specified in ParcelDetails (in the same order) for the parcel at Position. bool_semantics @@ -14242,11 +14242,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -14274,11 +14274,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the maximum number of prims allowed on the parcel at Position for a given scope.\nThe scope may be set to an individual parcel or the combined resources of all parcels with the same ownership in the region. @@ -14287,11 +14287,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Gets the streaming audio URL for the parcel object is on.\nThe object owner, avatar or group, must also be the land owner. @@ -14328,11 +14328,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of prims on the parcel at Position of the given category.\nCategories: PARCEL_COUNT_TOTAL, _OWNER, _GROUP, _OTHER, _SELECTED, _TEMP.\nReturns the number of prims used on the parcel at Position which are in Category.\nIf SimWide is TRUE, it returns the total number of objects for all parcels with matching ownership in the category specified.\nIf SimWide is FALSE, it returns the number of objects on this specific parcel in the category specified @@ -14351,11 +14351,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 2 + 2.0 tooltip Returns a list of up to 100 residents who own objects on the parcel at Position, with per-owner land impact totals.\nRequires owner-like permissions for the parcel, and for the script owner to be present in the region.\nThe list is formatted as [ key agentKey1, integer agentLI1, key agentKey2, integer agentLI2, ... ], sorted by agent key.\nThe integers are the combined land impacts of the objects owned by the corresponding agents. @@ -14364,11 +14364,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns an integer bitmask of the permissions that have been granted to the script. Individual permissions can be determined using a bit-wise "and" operation against the PERMISSION_* constants @@ -14377,11 +14377,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Returns the key of the avatar that last granted or declined permissions to the script.\nReturns NULL_KEY if permissions were never granted or declined. @@ -14390,11 +14390,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of the form [float gravity_multiplier, float restitution, float friction, float density]. @@ -14403,11 +14403,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the position of the task in region coordinates.\nReturns the vector position of the task in region coordinates. @@ -14435,11 +14435,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 1 + 1.0 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. bool_semantics @@ -14460,11 +14460,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0.2000000000000000111022302 + 0.2 tooltip Returns the primitive parameters specified in the parameters list.\nReturns primitive parameters specified in the Parameters list. bool_semantics @@ -14475,11 +14475,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of avatars in the region.\nReturns an integer that is the number of avatars in the region. @@ -14488,11 +14488,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -14501,11 +14501,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of seconds in a day in this region. @@ -14514,11 +14514,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of seconds in a day is offset from midnight in this parcel. @@ -14527,11 +14527,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the mean region frames per second. @@ -14540,11 +14540,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -14553,11 +14553,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the moon in the region.\nReturns the moon's direction on the simulator. @@ -14566,11 +14566,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation applied to the moon in the region. @@ -14579,11 +14579,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the current region name. @@ -14592,11 +14592,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the sun in the region.\nReturns the sun's direction on the simulator. @@ -14605,11 +14605,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation applied to the sun in the region. @@ -14618,11 +14618,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 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. @@ -14631,11 +14631,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the time in seconds since environmental midnight for the entire region. @@ -14654,11 +14654,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is the render material on face (the inventory name if it is a material in the prim's inventory, otherwise the key).\nReturns the render material of a face, if it is found in object inventory, its key otherwise. @@ -14667,11 +14667,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the position (in region coordinates) of the root prim of the object which the script is attached to.\nThis is used to allow a child prim to determine where the root is. @@ -14680,11 +14680,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 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. @@ -14693,11 +14693,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation relative to the region's axes.\nReturns the rotation. @@ -14706,11 +14706,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -14719,11 +14719,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the scale of the prim.\nReturns a vector that is the scale (dimensions) of the prim. @@ -14732,11 +14732,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the name of the script that this function is used in.\nReturns the name of this script. @@ -14755,11 +14755,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns TRUE if the script named is running.\nReturns TRUE if ScriptName is running. bool_semantics @@ -14780,11 +14780,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns a float that is the requested statistic. @@ -14793,11 +14793,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 10 + 10.0 tooltip Returns the host-name of the machine which the script is running on.\nFor example, "sim225.agni.lindenlab.com". @@ -14806,11 +14806,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns an integer that is the script rez parameter.\nIf the object was rezzed by an agent, this function returns 0. @@ -14819,11 +14819,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is the value passed to llRezObjectWithParams with REZ_PARAM_STRING.\nIf the object was rezzed by an agent, this function returns an empty string. @@ -14869,11 +14869,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip @@ -14892,11 +14892,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns boolean value of the specified status (e.g. STATUS_PHANTOM) of the object the script is attached to. bool_semantics @@ -14935,11 +14935,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a sub-string from String, in a range specified by the Start and End indices (inclusive).\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\nIf Start is greater than End, the sub string is the exclusion of the entries. @@ -14948,11 +14948,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the sun in the parcel.\nReturns the sun's direction on the simulator in the parcel. @@ -14961,11 +14961,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation applied to the sun in the parcel. @@ -14984,11 +14984,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -15007,11 +15007,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the texture offset of face in the x and y components of a vector. @@ -15030,11 +15030,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the texture rotation of side. @@ -15053,11 +15053,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -15066,11 +15066,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the time in seconds since the last region reset, script reset, or call to either llResetTime or llGetAndResetTime. @@ -15079,11 +15079,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the time in seconds since environmental midnight on the parcel. @@ -15092,11 +15092,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a time-stamp (UTC time zone) in the format: YYYY-MM-DDThh:mm:ss.ff..fZ. @@ -15105,11 +15105,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the torque (if the script is physical).\nReturns a vector that is the torque (if the script is physical). @@ -15118,11 +15118,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC from the system clock. @@ -15131,11 +15131,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -15154,11 +15154,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the username of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestUsername if the avatar may be absent from the region. @@ -15167,11 +15167,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the velocity of the object.\nReturns a vector that is the velocity of the object. @@ -15199,11 +15199,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of the current value for each requested visual parameter. @@ -15212,11 +15212,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return float sleep - 0 + 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). @@ -15262,11 +15262,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 3 + 3.0 tooltip Give InventoryItems to the specified agent as a new folder of items, as permitted by the permissions system. The target must be an agent. @@ -15294,11 +15294,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Give InventoryItem to destination represented by TargetID, as permitted by the permissions system.\nTargetID may be any agent or an object in the same region. @@ -15335,11 +15335,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 3 + 3.0 tooltip Give InventoryItems to destination (represented by TargetID) as a new folder of items, as permitted by the permissions system.\nTargetID may be any agent or an object in the same region. If TargetID is an object, the items are passed directly to the object inventory (no folder is created). @@ -15367,11 +15367,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Transfers Amount of L$ from script owner to AvatarID.\nThis call will silently fail if PERMISSION_DEBIT has not been granted. @@ -15399,13 +15399,13 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 god-mode 1 return void sleep - 0 + 0.0 tooltip Rez directly off of a UUID if owner has god-bit set. @@ -15424,11 +15424,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the ground height at the object position + offset.\nReturns the ground height at the object's position + Offset. @@ -15447,11 +15447,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the ground contour direction below the object position + Offset.\nReturns the ground contour at the object's position + Offset. @@ -15470,11 +15470,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the ground normal below the object position + offset.\nReturns the ground contour at the object's position + Offset. @@ -15511,11 +15511,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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 @@ -15536,11 +15536,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the ground slope below the object position + Offset.\nReturns the ground slope at the object position + Offset. @@ -15577,11 +15577,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the base64-encoded hashed message authentication code (HMAC), of Message using PEM-formatted Key and digest Algorithm (md5, sha1, sha224, sha256, sha384, sha512). @@ -15618,11 +15618,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Sends an HTTP request to the specified URL with the Body of the request and Parameters.\nReturns a key that is a handle identifying the HTTP request made. @@ -15659,11 +15659,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Responds to an incoming HTTP request which was triggerd by an http_request event within the script. HTTPRequestID specifies the request to respond to (this ID is supplied in the http_request event handler). Status and Body specify the status code and message to respond with. @@ -15682,11 +15682,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Calculates the 32bit hash value for the provided string. @@ -15723,11 +15723,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -15755,11 +15755,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 2 + 2.0 tooltip IMs Text to the user identified.\nSend Text to the user as an instant message. @@ -15778,11 +15778,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is a Base64 big endian encode of Value.\nEncodes the Value as an 8-character Base64 string. @@ -15801,11 +15801,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns TRUE if avatar ID is a friend of the script owner. bool_semantics @@ -15835,11 +15835,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Checks the face for a PBR render material. bool_semantics @@ -15860,11 +15860,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Converts the top level of the JSON string to a list. @@ -15892,11 +15892,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Gets the value indicated by Specifiers from the JSON string. @@ -15933,11 +15933,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a new JSON string that is the JSON given with the Value indicated by Specifiers set to Value. @@ -15965,11 +15965,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers. @@ -15988,11 +15988,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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.\nFor avatars, the returned name is the legacy name @@ -16001,11 +16001,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Starts an asychronous transaction the request the number of keys in the data store. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will the the number of keys in the system. @@ -16035,11 +16035,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Starts an asychronous transaction the request a number of keys from the data store. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. The error XP_ERROR_KEY_NOT_FOUND is returned if First is greater than or equal to the number of keys in the data store. In the success case the subsequent items will be the keys requested. The number of keys returned may be less than requested if the return value is too large or if there is not enough keys remaining. The order keys are returned is not guaranteed but is stable between subsequent calls as long as no keys are added or removed. Because the keys are returned in a comma-delimited list it is not recommended to use commas in key names if this function is used. @@ -16060,11 +16060,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Converts a color from the linear colorspace to sRGB. @@ -16092,11 +16092,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Adjusts the volume (0.0 - 1.0) of the currently playing sound attached to the link.\nThis function has no effect on sounds started with llTriggerSound. @@ -16124,11 +16124,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Creates a particle system in prim LinkNumber based on Rules. An empty list removes a particle system from object.\nList format is [ rule-1, data-1, rule-2, data-2 ... rule-n, data-n ].\nThis is identical to llParticleSystem except that it applies to a specified linked prim and not just the prim the script is in. @@ -16174,11 +16174,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Plays Sound, once or looping, at Volume (0.0 - 1.0). The sound may be attached to the link or triggered at its location.\nOnly one sound may be attached to an object at a time, and attaching a new sound or calling llStopSound will stop the previously attached sound. @@ -16206,11 +16206,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius around the link. @@ -16238,11 +16238,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius around the link. @@ -16279,11 +16279,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -16302,11 +16302,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Stops playback of the currently attached sound on a link. @@ -16315,11 +16315,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of bytes remaining in the linkset's datastore. @@ -16338,11 +16338,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of keys matching the regular expression passed in the search parameter. @@ -16351,11 +16351,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the number of keys in the linkset's datastore. @@ -16374,11 +16374,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Deletes a name:value pair from the linkset's datastore. @@ -16406,11 +16406,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Deletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ]. @@ -16438,11 +16438,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Deletes a name:value pair from the linkset's datastore. @@ -16479,11 +16479,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of keys from the linkset's data store matching the search parameter. @@ -16511,11 +16511,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of all keys in the linkset datastore. @@ -16534,11 +16534,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the value stored for a key in the linkset. @@ -16566,11 +16566,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the value stored for a key in the linkset. @@ -16579,11 +16579,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Resets the linkset's data store, erasing all key-value pairs. @@ -16611,11 +16611,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Sets a name:value pair in the linkset's datastore @@ -16652,11 +16652,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Sets a name:value pair in the linkset's datastore @@ -16675,11 +16675,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Creates a string of comma separated values from the list.\nCreate a string of comma separated values from the specified list. @@ -16707,11 +16707,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 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. @@ -16739,11 +16739,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -16771,11 +16771,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Converts either a strided list of key:value pairs to a JSON_OBJECT, or a list of values to a JSON_ARRAY. @@ -16803,11 +16803,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 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. @@ -16844,11 +16844,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a subset of entries from ListVariable, in a range specified by the Start and End indicies (inclusive).\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\nIf Start is greater than End, the sub string is the exclusion of the entries. @@ -16903,11 +16903,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a subset of entries from ListVariable, in a range specified by Start and End indices (inclusive) return the slice_index element of each stride.\n Using negative numbers for Start and/or End causes the index to count backwards from the length of the list. (e.g. 0, -1 captures entire list)\nIf slice_index is less than 0, it is counted backwards from the end of the stride.\n Stride must be a positive integer > 0 or an empy list is returned. If slice_index falls outside range of stride, an empty list is returned. slice_index is zero-based. (e.g. A stride of 2 has valid indices 0,1) @@ -16953,11 +16953,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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. @@ -16985,11 +16985,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return rotation sleep - 0 + 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. @@ -17017,11 +17017,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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. @@ -17049,11 +17049,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -17081,11 +17081,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. @@ -17122,11 +17122,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the index of the nth instance of Find in ListVariable. Returns -1 if not found. @@ -17181,11 +17181,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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 after the start index and before the end index. Steps through ListVariable by stride. Returns -1 if not found. @@ -17222,11 +17222,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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. @@ -17254,11 +17254,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a version of the input ListVariable which has been randomized by blocks of size Stride.\nIf the remainder from the length of the list, divided by the stride is non-zero, this function does not randomize the list. @@ -17304,11 +17304,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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. @@ -17345,11 +17345,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns the specified list, sorted into blocks of stride in ascending order (if Ascending is TRUE, otherwise descending). Note that sort only works if the first entry of each block is the same datatype. @@ -17395,11 +17395,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns the specified list, sorted by the specified element into blocks of stride in ascending order (if Ascending is TRUE, otherwise descending). Note that sort only works if the first entry of each block is the same datatype. @@ -17427,11 +17427,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Performs a statistical aggregate function, specified by a LIST_STAT_* constant, on ListVariables.\nThis function allows a script to perform a statistical operation as defined by operation on a list composed of integers and floats. @@ -17477,11 +17477,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Creates a listen callback for Text on Channel from SpeakersName and SpeakersID (SpeakersName, SpeakersID, and/or Text can be empty) and returns an identifier that can be used to deactivate or remove the listen.\nNon-empty values for SpeakersName, SpeakersID, and Text will filter the results accordingly, while empty strings and NULL_KEY will not filter the results, for string and key parameters respectively.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -17509,11 +17509,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Makes a listen event callback active or inactive. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener you are controlling.\nUse boolean values to specify Active @@ -17532,11 +17532,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Removes a listen event callback. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener to remove. @@ -17573,11 +17573,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 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. @@ -17596,11 +17596,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the natural logarithm of Value. Returns zero if Value <= 0.\nReturns the base e (natural) logarithm of the specified Value. @@ -17619,11 +17619,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 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. @@ -17660,11 +17660,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Cause object name to point its forward axis towards Target, at a force controlled by Strength and Damping.\nGood Strength values are around half the mass of the object and good Damping values are less than 1/10th of the Strength.\nAsymmetrical shapes require smaller Damping. A Strength of 0.0 cancels the look at. @@ -17692,11 +17692,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Plays specified Sound, looping indefinitely, at Volume (0.0 - 1.0).\nOnly one sound may be attached to an object at a time.\nA second call to llLoopSound with the same key will not restart the sound, but the new volume will be used. This allows control over the volume of already playing sounds.\nSetting the volume to 0 is not the same as calling llStopSound; a sound with 0 volume will continue to loop.\nTo restart the sound from the beginning, call llStopSound before calling llLoopSound again. @@ -17724,11 +17724,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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.\nThe use of multiple masters within a small area is unlikely to produce the desired effect. @@ -17756,11 +17756,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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.\nIf a Sync Master is already playing the Slave sound will begin playing from the same point the master is in its loop synchronizing the loop points of both sounds.\nIf a Sync Master is started when the Slave is already playing, the Slave will skip to the correct position to sync with the Master. @@ -17788,11 +17788,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 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 used as the salt.\nReturns a 32-character hex string. (128-bit in binary.) @@ -17867,11 +17867,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 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. @@ -17946,11 +17946,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Make fire like particles. Deprecated: Use llParticleSystem instead.\nMake fire particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. @@ -18043,11 +18043,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 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. @@ -18122,11 +18122,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Make smoke like particles. Deprecated: Use llParticleSystem instead.\nMake smoky particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. @@ -18154,11 +18154,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Adds or removes agents from the estate's agent access or ban lists, or groups to the estate's group access list. Action is one of the ESTATE_ACCESS_ALLOWED_* operations to perform.\nReturns an integer representing a boolean, TRUE if the call was successful; FALSE if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.\nThe object owner is notified of any changes, unless PERMISSION_SILENT_ESTATE_MANAGEMENT has been granted to the script. bool_semantics @@ -18197,11 +18197,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 1 + 1.0 tooltip Displays an in world beacon and optionally opens world map for avatar who touched the object or is wearing the script, centered on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events. @@ -18238,11 +18238,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 1 + 1.0 tooltip Opens world map for avatar who touched it or is wearing the script, centred on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.\nDirection currently has no effect. @@ -18288,11 +18288,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sends Number, Text, and ID to members of the link set identified by LinkNumber.\nLinkNumber is either a linked number (available through llGetLinkNumber) or a LINK_* constant. @@ -18311,11 +18311,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Set the minimum time between events being handled. @@ -18352,11 +18352,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.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). @@ -18384,11 +18384,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Modify land with action (LAND_LEVEL, LAND_RAISE, LAND_LOWER, LAND_SMOOTH, LAND_NOISE, LAND_REVERT) on size (0, 1, 2, corresponding to 2m x 2m, 4m x 4m, 8m x 8m). @@ -18416,11 +18416,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -18439,11 +18439,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Look up Agent ID for the named agent in the region. @@ -18471,11 +18471,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Navigate to destination.\nDirects an object to travel to a defined position in the region or adjacent regions. @@ -18512,11 +18512,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the texture S and T offsets for the chosen Face.\nIf Face is ALL_SIDES this function sets the texture offsets for all faces. @@ -18553,11 +18553,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the value for header for request_id.\nReturns a string that is the value of the Header for HTTPRequestID. @@ -18568,11 +18568,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 1 + 1.0 tooltip This function is deprecated. @@ -18600,11 +18600,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns the unicode value of the indicated character in the string. @@ -18623,11 +18623,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. bool_semantics @@ -18648,11 +18648,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -18671,11 +18671,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 2 + 2.0 tooltip Controls the playback of multimedia resources on a parcel or for an agent, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList. @@ -18694,11 +18694,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 2 + 2.0 tooltip Queries the media properties of the parcel containing the script, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList.\nThis function will only work if the script is contained within an object owned by the land-owner (or if the land is owned by a group, only if the object has been deeded to the group). bool_semantics @@ -18737,11 +18737,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Converts Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each).\nSeparators and Spacers are lists of strings with a maximum of 8 entries each. @@ -18778,11 +18778,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return list sleep - 0 + 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. @@ -18801,11 +18801,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Creates a particle system in the prim the script is attached to, based on Parameters. An empty list removes a particle system from object.\nList format is [ rule-1, data-1, rule-2, data-2 ... rule-n, data-n ]. @@ -18824,11 +18824,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Configures how collision events are passed to scripts in the linkset.\nIf Pass == TRUE, collisions involving collision-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such collisions will only trigger events in the affected child prim. @@ -18847,11 +18847,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Configures how touch events are passed to scripts in the linkset.\nIf Pass == TRUE, touches involving touch-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such touches will only trigger events in the affected child prim. @@ -18879,11 +18879,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Patrol a list of points.\nSets the points for a character (llCreateCharacter) to patrol along. @@ -18911,11 +18911,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Plays Sound once, at Volume (0.0 - 1.0) and attached to the object.\nOnly one sound may be attached to an object at a time, and attaching a new sound or calling llStopSound will stop the previously attached sound.\nA second call to llPlaySound with the same sound will not restart the sound, but the new volume will be used, which allows control over the volume of already playing sounds.\nTo restart the sound from the beginning, call llStopSound before calling llPlaySound again. @@ -18943,11 +18943,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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.\nllPlaySoundSlave will play the sound exactly once; if it is desired to have the sound play every time the Master loops, either use llLoopSoundSlave with extra silence padded on the end of the sound or ensure that llPlaySoundSlave is called at least once per loop of the Master. @@ -18975,11 +18975,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 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. @@ -18998,11 +18998,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 1 + 1.0 tooltip Causes nearby viewers to preload the Sound from the object's inventory.\nThis is intended to prevent delays in starting new sounds when called upon. @@ -19030,11 +19030,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Chase after a target.\nCauses the character (llCharacter) to pursue the target defined by TargetID. @@ -19080,11 +19080,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Applies Impulse and AngularImpulse to ObjectID.\nApplies the supplied impulse and angular impulse to the object specified. @@ -19103,11 +19103,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Starts an asychronous transaction to retrieve the value associated with the key given. Will fail with XP_ERROR_KEY_NOT_FOUND if the key does not exist. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value associated with the key. @@ -19120,11 +19120,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 20 + 20.0 tooltip Reloads the web page shown on the sides of the object. @@ -19152,11 +19152,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Broadcasts Text to entire region on Channel (except for channel 0). @@ -19193,11 +19193,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Says Text, on Channel, to avatar or object indicated by TargetID (if within region).\nIf TargetID is an avatar and Channel is nonzero, Text can be heard by any attachment on the avatar. @@ -19218,11 +19218,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Return camera to agent.\nDeprecated: Use llClearCameraParams instead. @@ -19231,11 +19231,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Stop taking inputs.\nStop taking inputs from the avatar. @@ -19254,11 +19254,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Releases the specified URL, which was previously obtained using llRequestURL. Once released, the URL will no longer be usable. @@ -19306,11 +19306,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 3 + 3.0 tooltip This function is deprecated. @@ -19321,11 +19321,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip This function is deprecated. @@ -19380,11 +19380,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 3 + 3.0 tooltip If the owner of the object containing this script can modify the object identified by the specified object key, and if the PIN matches the PIN previously set using llSetRemoteScriptAccessPin (on the target prim), then the script will be copied into target. Running is a boolean specifying whether the script should be enabled once copied into the target object. @@ -19403,11 +19403,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Remove avatar from the land ban list.\nRemove specified avatar from the land parcel ban list. @@ -19426,11 +19426,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Remove avatar from the land pass list.\nRemove specified avatar from the land parcel pass list. @@ -19449,11 +19449,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Remove the named inventory item.\nRemove the named inventory item from the object inventory. @@ -19472,11 +19472,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -19513,11 +19513,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Replaces the entire environment for an agent. Must be used as part of an experience. @@ -19573,11 +19573,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Replaces the environment for a parcel or region. @@ -19623,11 +19623,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Searches InitialString and replaces instances of SubString with NewSubString. Zero Count means "replace all". Positive Count moves left to right. Negative moves right to left. @@ -19655,11 +19655,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0.1000000000000000055511151 + 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. @@ -19678,11 +19678,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Requests the display name of the agent. When the display name is available the dataserver event will be raised.\nThe avatar identified does not need to be in the same region or online at the time of the request.\nReturns a key that is used to identify the dataserver event when it is raised. @@ -19710,11 +19710,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Ask the agent for permission to participate in an experience. This request is similar to llRequestPermissions with the following permissions: PERMISSION_TAKE_CONTROLS, PERMISSION_TRIGGER_ANIMATION, PERMISSION_ATTACH, PERMISSION_TRACK_CAMERA, PERMISSION_CONTROL_CAMERA and PERMISSION_TELEPORT. However, unlike llRequestPermissions the decision to allow or block the request is persistent and applies to all scripts using the experience grid wide. Subsequent calls to llRequestExperiencePermissions from scripts in the experience will receive the same response automatically with no user interaction. One of experience_permissions or experience_permissions_denied will be generated in response to this call. Outstanding permission requests will be lost if the script is derezzed, moved to another region or reset. @@ -19735,11 +19735,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 1 + 1.0 tooltip Requests data for the named InventoryItem.\nWhen data is available, the dataserver event will be raised with the key returned from this function in the requested parameter.\nThe only request currently implemented is to request data from landmarks, where the data returned is in the form "<float, float, float>" which can be cast to a vector. This position is in region local coordinates. @@ -19767,11 +19767,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Ask AvatarID to allow the script to perform certain actions, specified in the PermissionMask bitmask. PermissionMask should be one or more PERMISSION_* constants. Multiple permissions can be requested simultaneously by ORing the constants together. Many of the permissions requests can only go to object owner.\nThis call will not stop script execution. If the avatar grants the requested permissions, the run_time_permissions event will be called. @@ -19780,11 +19780,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Requests one HTTPS:// (SSL) URL for use by this object. The http_request event is triggered with results.\nReturns a key that is the handle used for identifying the request in the http_request event. @@ -19812,11 +19812,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 1 + 1.0 tooltip Requests the specified Data about RegionName. When the specified data is available, the dataserver event is raised.\nData should use one of the DATA_SIM_* constants.\nReturns a dataserver query ID and triggers the dataserver event when data is found. @@ -19825,11 +19825,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Requests one HTTP:// URL for use by this script. The http_request event is triggered with the result of the request.\nReturns a key that is the handle used for identifying the result in the http_request event. @@ -19848,11 +19848,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Look up Agent ID for the named agent using a historical name. @@ -19871,11 +19871,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 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. @@ -19894,11 +19894,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.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. @@ -19907,11 +19907,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Removes all residents from the land ban list. @@ -19920,11 +19920,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0.1000000000000000055511151 + 0.1 tooltip Removes all residents from the land access/pass list. @@ -19943,11 +19943,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Resets the named script. @@ -19956,11 +19956,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Resets the script. @@ -19969,11 +19969,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the time to zero.\nSets the internal timer to zero. @@ -19992,11 +19992,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Return objects using their UUIDs.\nRequires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner. @@ -20024,11 +20024,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Return objects based upon their owner and a scope of parcel, parcel owner, or region.\nRequires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner. @@ -20083,11 +20083,11 @@ If another state is defined before the default state, the compiler will report a energy - 200 + 200.0 return void sleep - 0.1000000000000000055511151 + 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. @@ -20142,11 +20142,11 @@ If another state is defined before the default state, the compiler will report a energy - 200 + 200.0 return void sleep - 0.1000000000000000055511151 + 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. @@ -20174,11 +20174,11 @@ If another state is defined before the default state, the compiler will report a energy - 200 + 200.0 return key sleep - 0.1000000000000000055511151 + 0.1 tooltip Instantiate owner's InventoryItem with the given parameters. @@ -20197,11 +20197,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the rotation angle represented by Rotation.\nReturns the angle represented by the Rotation. @@ -20220,11 +20220,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the rotation axis represented by Rotation.\nReturns the axis represented by the Rotation. @@ -20243,11 +20243,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the Euler representation (roll, pitch, yaw) of Rotation.\nReturns the Euler Angle representation of the Rotation. @@ -20266,11 +20266,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the forward vector defined by Rotation.\nReturns the forward axis represented by the Rotation. @@ -20289,11 +20289,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the left vector defined by Rotation.\nReturns the left axis represented by the Rotation. @@ -20312,11 +20312,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the up vector defined by Rotation.\nReturns the up axis represented by the Rotation. @@ -20344,11 +20344,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return rotation sleep - 0 + 0.0 tooltip Returns the rotation to rotate Vector1 to Vector2.\nReturns the rotation needed to rotate Vector1 to Vector2. @@ -20385,11 +20385,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Cause object to rotate to Rotation, with a force function defined by Strength and Damping parameters. Good strength values are around half the mass of the object and good damping values are less than 1/10th of the strength.\nAsymmetrical shapes require smaller damping.\nA strength of 0.0 cancels the look at. @@ -20417,11 +20417,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Set rotations with error of LeeWay radians as a rotational target, and return an ID for the rotational target.\nThe returned number is a handle that can be used in at_rot_target and llRotTargetRemove. @@ -20440,11 +20440,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Removes rotational target number.\nRemove rotational target indicated by the handle. @@ -20472,11 +20472,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the texture rotation for the specified Face to angle Radians.\nIf Face is ALL_SIDES, rotates the texture of all sides. @@ -20495,11 +20495,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns Value rounded to the nearest integer.\nReturns the Value rounded to the nearest integer. @@ -20518,11 +20518,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string of 40 hex characters that is the SHA1 security hash of text. @@ -20541,11 +20541,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string of 64 hex characters that is the SHA256 security hash of text. @@ -20564,11 +20564,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. bool_semantics @@ -20598,11 +20598,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Says Text on Channel.\nThis chat method has a range of 20m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -20621,11 +20621,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Attempts to resize the entire object by ScalingFactor, maintaining the size-position ratios of the prims.\n\nResizing is subject to prim scale limits and linkability limits. This function can not resize the object if the linkset is physical, a pathfinding character, in a keyframed motion, or if resizing would cause the parcel to overflow.\nReturns a boolean (an integer) TRUE if it succeeds, FALSE if it fails. bool_semantics @@ -20664,11 +20664,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the diffuse texture Horizontal and Vertical repeats on Face of the prim the script is attached to.\nIf Face == ALL_SIDES, all sides are set in one call.\nNegative values for horizontal and vertical will flip the texture. @@ -20687,11 +20687,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 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. bool_semantics @@ -20712,11 +20712,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Enables or disables script profiling options. Currently only supports PROFILE_SCRIPT_MEMORY (Mono only) and PROFILE_NONE.\nMay significantly reduce script performance. @@ -20764,11 +20764,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return key sleep - 3 + 3.0 tooltip This function is deprecated. @@ -20823,11 +20823,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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.\nSpecifying a blank Name, 0 Type, or NULL_KEY ID will prevent filtering results based on that parameter. A range of 0.0 does not perform a scan.\nResults are returned in the sensor and no_sensor events. @@ -20836,11 +20836,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip removes sensor.\nRemoves the sensor set by llSensorRepeat. @@ -20904,11 +20904,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Initiates a periodic scan every Rate seconds, for Name and ID with Type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within Range meters and Arc radians of forward vector.\nSpecifying a blank Name, 0 Type, or NULL_KEY ID will prevent filtering results based on that parameter. A range of 0.0 does not perform a scan.\nResults are returned in the sensor and no_sensor events. @@ -20945,11 +20945,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Sets an agent's environmental values to the specified values. Must be used as part of an experience. @@ -20977,11 +20977,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the avatar rotation to the given value. @@ -21009,11 +21009,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -21041,11 +21041,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets an object's angular velocity to AngVel, in local coordinates if Local == TRUE (if the script is physical).\nHas no effect on non-physical objects. @@ -21073,11 +21073,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.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. @@ -21096,11 +21096,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -21119,11 +21119,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -21142,11 +21142,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the camera eye offset used in this object if an avatar sits on it. @@ -21165,11 +21165,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets multiple camera parameters at once. List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ]. @@ -21188,11 +21188,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the action performed when a prim is clicked upon. @@ -21220,11 +21220,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the color, for the face.\nSets the color of the side specified. If Face is ALL_SIDES, sets the color on all faces. @@ -21252,11 +21252,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Set the media type of an LSL HTTP server response to ContentType.\nHTTPRequestID must be a valid http_request ID. ContentType must be one of the CONTENT_TYPE_* constants. @@ -21275,11 +21275,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -21307,11 +21307,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns a string with the requested data about the region. @@ -21339,11 +21339,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets Force on object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. @@ -21380,11 +21380,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the Force and Torque of object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. @@ -21403,11 +21403,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Changes terrain texture properties in the region. @@ -21444,11 +21444,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Critically damps a physical object to a Height (either above ground level or above the higher of land and water if water == TRUE).\nDo not use with vehicles. Use llStopHover to stop hovering. @@ -21485,13 +21485,13 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 god-mode 1 return void sleep - 0 + 0.0 tooltip Sets the given permission mask to the new value on the inventory item. @@ -21519,11 +21519,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 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.\nKeyframes is a strided list containing positional, rotational, and time data for each step in the motion. Options is a list containing optional arguments and parameters (specified by KFM_* constants). @@ -21560,11 +21560,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -21601,11 +21601,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the camera eye offset, and the offset that camera is looking at, for avatars that sit on the linked prim. @@ -21642,11 +21642,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip If a task exists in the link chain at LinkNumber, set the Face to color.\nSets the color of the linked child's side, specified by LinkNumber. @@ -21683,11 +21683,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets or changes GLTF Overrides set on the selected faces. @@ -21724,11 +21724,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Set the media parameters for a particular face on linked prim, specified by Link. Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s).\nMediaParameters is a set of name/value pairs in no particular order. Parameters not specified are unchanged, or if new media is added then set to the default specified. @@ -21758,11 +21758,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Deprecated: Use llSetLinkPrimitiveParamsFast instead. @@ -21790,11 +21790,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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. @@ -21831,11 +21831,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the Render Material of Face on a linked prim, specified by LinkNumber. Render Material may be a UUID or name of a material in prim inventory. @@ -21863,11 +21863,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the sit flags for the specified prim in a linkset. @@ -21904,11 +21904,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the Texture of Face on a linked prim, specified by LinkNumber. Texture may be a UUID or name of a texture in prim inventory. @@ -21990,11 +21990,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Animates a texture on the prim specified by LinkNumber, by setting the texture scale and offset.\nMode is a bitmask of animation options.\nFace specifies which object face to animate.\nSizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.\nLength specifies the animation duration.\nRate specifies the animation playback rate. @@ -22013,11 +22013,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the rotation of a child prim relative to the root prim. @@ -22036,11 +22036,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Requests Limit bytes to be reserved for this script.\nReturns TRUE or FALSE indicating whether the limit was set successfully.\nThis function has no effect if the script is running in the LSO VM. bool_semantics @@ -22061,11 +22061,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the description of the prim to Description.\nThe description field is limited to 127 characters. @@ -22084,11 +22084,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the prim's name to Name. @@ -22116,13 +22116,13 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 god-mode 1 return void sleep - 0 + 0.0 tooltip Sets the specified PermissionFlag permission to the value specified by PermissionMask on the object the script is attached to. @@ -22150,11 +22150,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Sets the parcel the object is on for sale.\nForSale is a boolean, if TRUE the parcel is put up for sale. Options is a list of options to set for the sale, such as price, authorized buyer, and whether to include objects on the parcel.\n Setting ForSale to FALSE will remove the parcel from sale and clear any options that were set. @@ -22173,11 +22173,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 2 + 2.0 tooltip Sets the streaming audio URL for the parcel the object is on.\nThe object must be owned by the owner of the parcel; if the parcel is group owned the object must be owned by that group. @@ -22205,11 +22205,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the default amount when someone chooses to pay this object.\nPrice is the default price shown in the text input field. QuickButtons specifies the 4 payment values shown in the payment dialog's buttons.\nInput field and buttons may be hidden with PAY_HIDE constant, and may be set to their default values using PAY_DEFAULT. @@ -22264,11 +22264,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the selected parameters of the object's physics behavior.\nMaterialBits is a bitmask specifying which of the parameters in the other arguments should be applied to the object. GravityMultiplier, Restitution, Friction, and Density are the possible parameters to manipulate. @@ -22287,11 +22287,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip If the object is not physical, this function sets the position of the prim.\nIf the script is in a child prim, Position is treated as root relative and the link-set is adjusted.\nIf the prim is the root prim, the entire object is moved (up to 10m) to Position in region coordinates. @@ -22319,11 +22319,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 1 + 1.0 tooltip Sets the MediaParameters for a particular Face on the prim. Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s).\nMediaParameters is a set of name/value pairs in no particular order. Parameters not specified are unchanged, or if new media is added then set to the default specified. @@ -22344,11 +22344,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 20 + 20.0 tooltip Deprecated: Use llSetPrimMediaParams instead. @@ -22369,11 +22369,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Deprecated: Use llSetLinkPrimitiveParamsFast instead. @@ -22392,11 +22392,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Attempts to move the object so that the root prim is within 0.1m of Position.\nReturns an integer boolean, TRUE if the object is successfully placed within 0.1 m of Position, FALSE otherwise.\nPosition may be any location within the region or up to 10m across a region border.\nIf the position is below ground, it will be set to the ground level at that x,y location. bool_semantics @@ -22417,11 +22417,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 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. @@ -22449,11 +22449,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Applies Render Material to Face of prim.\nRender Material may be a UUID or name of a material in prim inventory.\nIf Face is ALL_SIDES, set the render material on all faces. @@ -22472,11 +22472,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip If the object is not physical, this function sets the rotation of the prim.\nIf the script is in a child prim, Rotation is treated as root relative and the link-set is adjusted.\nIf the prim is the root prim, the entire object is rotated to Rotation in the global reference frame. @@ -22495,11 +22495,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the prim's scale (size) to Scale. @@ -22527,11 +22527,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Enable or disable the script Running state of Script in the prim. @@ -22550,11 +22550,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Displays Text rather than 'Sit' in the viewer's context menu. @@ -22573,11 +22573,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets whether successive calls to llPlaySound, llLoopSound, etc., (attached sounds) interrupt the currently playing sound.\nThe default for objects is FALSE. Setting this value to TRUE will make the sound wait until the current playing sound reaches its end. The queue is one level deep. @@ -22596,11 +22596,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius. @@ -22628,11 +22628,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets object status specified in Status bitmask (e.g. STATUS_PHYSICS|STATUS_PHANTOM) to boolean Value.\nFor a full list of STATUS_* constants, see wiki documentation. @@ -22669,11 +22669,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Causes Text to float above the prim, using the specified Color and Opacity. @@ -22701,11 +22701,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0.2000000000000000111022302 + 0.2 tooltip Applies Texture to Face of prim.\nTexture may be a UUID or name of a texture in prim inventory.\nIf Face is ALL_SIDES, set the texture on all faces. @@ -22778,11 +22778,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Animates a texture by setting the texture scale and offset.\nMode is a bitmask of animation options.\nFace specifies which object face to animate.\nSizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.\nLength specifies the animation duration.\nRate specifies the animation playback rate. @@ -22801,11 +22801,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Causes the timer event to be triggered every Rate seconds.\n Passing in 0.0 stops further timer events. @@ -22833,11 +22833,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets the Torque acting on the script's object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. @@ -22856,11 +22856,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Displays Text in the viewer context menu that acts on a touch. @@ -22879,11 +22879,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Enables the vehicle flags specified in the Flags bitmask.\nValid parameters can be found in the wiki documentation. @@ -22911,11 +22911,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets a vehicle float parameter.\nValid parameters can be found in the wiki documentation. @@ -22943,11 +22943,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets a vehicle rotation parameter.\nValid parameters can be found in the wiki documentation. @@ -22966,11 +22966,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Activates the vehicle action on the object with vehicle preset Type.\nValid Types and an explanation of their characteristics can be found in wiki documentation. @@ -22998,11 +22998,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Sets a vehicle vector parameter.\nValid parameters can be found in the wiki documentation. @@ -23030,11 +23030,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip If the object is physics-enabled, sets the object's linear velocity to Velocity.\nIf Local==TRUE, Velocity is treated as a local directional vector; otherwise, Velocity is treated as a global directional vector. @@ -23062,11 +23062,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Shouts Text on Channel.\nThis chat method has a range of 100m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -23103,11 +23103,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the base64-encoded RSA signature of Message using PEM-formatted PrivateKey and digest Algorithm (sha1, sha224, sha256, sha384, sha512). @@ -23126,11 +23126,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the sine of Theta (Theta in radians). @@ -23158,11 +23158,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip If agent identified by AvatarID is participating in the experience, sit them on the specified link's sit target. @@ -23190,11 +23190,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Set the sit location for this object. If offset == ZERO_VECTOR, clears the sit target. @@ -23213,11 +23213,11 @@ If another state is defined before the default state, the compiler will report a energy - 0 + 0.0 return void sleep - 0 + 0.0 tooltip Put script to sleep for Time seconds. @@ -23265,11 +23265,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Deprecated: Use llPlaySound instead.\nPlays Sound at Volume and specifies whether the sound should loop and/or be enqueued. @@ -23290,11 +23290,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Deprecated: Use llPreloadSound instead.\nPreloads a sound on viewers within range. @@ -23313,11 +23313,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the square root of Value.\nTriggers a math runtime error for imaginary results (if Value < 0.0). @@ -23336,11 +23336,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip This function plays the specified animation from playing on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory or a built-in animation.\nRequires PERMISSION_TRIGGER_ANIMATION. @@ -23359,11 +23359,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip This function plays the specified animation on the rigged mesh object associated with the current script.\nAnimation may be an animation in task inventory or a built-in animation.\n @@ -23382,11 +23382,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip This function stops the specified animation on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory, a built-in animation, or the uuid of an animation.\nRequires PERMISSION_TRIGGER_ANIMATION. @@ -23395,11 +23395,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Stop hovering to a height (due to llSetHoverHeight()). @@ -23408,11 +23408,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Stop causing object to point at a target (due to llLookAt() or llRotLookAt()). @@ -23421,11 +23421,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Stops critically damped motion (due to llMoveToTarget()). @@ -23444,11 +23444,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip This function stops the specified animation on the rigged mesh object associated with the current script.\nAnimation may be an animation in task inventory, a built-in animation, or the uuid of an animation.\n @@ -23457,11 +23457,11 @@ If another state is defined before the default state, the compiler will report a arguments energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Stops playback of the currently attached sound. @@ -23480,11 +23480,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns an integer that is the number of characters in Text (not counting the null). @@ -23503,11 +23503,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the string Base64 representation of the input string. @@ -23535,11 +23535,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Outputs a string, eliminating white-space from the start and/or end of the input string Text.\nValid options for TrimType:\nSTRING_TRIM_HEAD: trim all leading spaces in Text\nSTRING_TRIM_TAIL: trim all trailing spaces in Text\nSTRING_TRIM: trim all leading and trailing spaces in Text. @@ -23567,11 +23567,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns an integer that is the index in Text where string pattern Sequence first appears. Returns -1 if not found. @@ -23592,11 +23592,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Deprecated: Use llSetCameraParams instead. @@ -23633,11 +23633,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Take controls from the agent the script has permissions for.\nIf (Accept == (Controls & input)), send input to the script. PassOn determines whether Controls also perform their normal functions.\nRequires the PERMISSION_TAKE_CONTROLS permission to run. @@ -23656,11 +23656,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the tangent of Theta (Theta in radians). @@ -23688,11 +23688,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip This function is to have the script know when it has reached a position.\nIt registers a Position with a Range that triggers at_target and not_at_target events continuously until unregistered. @@ -23729,11 +23729,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Attempt to spin at SpinRate with strength Gain on Axis.\nA spin rate of 0.0 cancels the spin. This function always works in object-local coordinates. @@ -23752,11 +23752,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Removes positional target Handle registered with llTarget. @@ -23793,11 +23793,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 20 + 20.0 tooltip Sends an email with Subject and Message to the owner or creator of an object. @@ -23843,11 +23843,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.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.\nRequires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object. @@ -23893,11 +23893,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Teleports an agent to the RegionPosition local coordinates within a region which is specified by the GlobalPosition global coordinates. The agent lands facing the position defined by LookAtPoint local coordinates.\nRequires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object. @@ -23916,11 +23916,11 @@ If another state is defined before the default state, the compiler will report a energy - 100 + 100.0 return void sleep - 5 + 5.0 tooltip Teleport agent over the owner's land to agent's home location. @@ -23957,11 +23957,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 1 + 1.0 tooltip Opens a dialog for the specified avatar with message Text, which contains a text box for input. Any text that is entered is said on the specified Channel (as if by the avatar) when the "OK" button is clicked. @@ -23980,11 +23980,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is Text with all lower-case characters. @@ -24003,11 +24003,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is Text with all upper-case characters. @@ -24035,11 +24035,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 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. @@ -24076,11 +24076,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Transfers ownership of an object, or a copy of the object to a new agent. @@ -24108,11 +24108,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Plays Sound at Volume (0.0 - 1.0), centered at but not attached to object.\nThere is no limit to the number of triggered sounds which can be generated by an object, and calling llTriggerSound does not affect the attached sounds created by llPlaySound and llLoopSound. This is very useful for things like collision noises, explosions, etc. There is no way to stop or alter the volume of a sound triggered by this function. @@ -24158,11 +24158,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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).\nThere is no limit to the number of triggered sounds which can be generated by an object, and calling llTriggerSound does not affect the attached sounds created by llPlaySound and llLoopSound. This is very useful for things like collision noises, explosions, etc. There is no way to stop or alter the volume of a sound triggered by this function. @@ -24181,11 +24181,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 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 object's owner, the agent is forced to stand up. @@ -24204,11 +24204,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the string that is the URL unescaped, replacing "%20" with spaces, etc., version of URL.\nThis function can output raw UTF-8 strings. @@ -24227,11 +24227,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Updates settings for a pathfinding character. @@ -24277,11 +24277,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return key sleep - 0 + 0.0 tooltip Starts an asychronous transaction to update the value associated with the key given. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value associated with the key. If Checked is 1 the existing value in the data store must match the OriginalValue passed or XP_ERROR_RETRY_UPDATE will be returned. If Checked is 0 the key will be created if necessary. @@ -24311,11 +24311,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the distance between Location1 and Location2. @@ -24334,11 +24334,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the magnitude of the vector. @@ -24357,11 +24357,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns normalized vector. @@ -24407,11 +24407,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return integer sleep - 0 + 0.0 tooltip Returns TRUE if PublicKey, Message, and Algorithm produce the same base64-formatted Signature. bool_semantics @@ -24432,11 +24432,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip If DetectEnabled = TRUE, object becomes phantom but triggers collision_start and collision_end events when other objects start and stop interpenetrating.\nIf another object (including avatars) interpenetrates it, it will get a collision_start event.\nWhen an object stops interpenetrating, a collision_end event is generated. While the other is inter-penetrating, collision events are NOT generated. @@ -24473,11 +24473,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Wander within a specified volume.\nSets a character to wander about a central spot within a specified area. @@ -24496,11 +24496,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return float sleep - 0 + 0.0 tooltip Returns the water height below the object position + Offset. @@ -24528,11 +24528,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return void sleep - 0 + 0.0 tooltip Whispers Text on Channel.\nThis chat method has a range of 10m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -24551,11 +24551,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the wind velocity at the object position + Offset. @@ -24574,11 +24574,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the local position that would put the origin of a HUD object directly over world_pos as viewed by the current camera. @@ -24606,11 +24606,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1. @@ -24640,11 +24640,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return string sleep - 0.2999999999999999888977698 + 0.3 tooltip Deprecated: Please use llXorBase64 instead.\nIncorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1.\nRetained for backwards compatibility. @@ -24674,11 +24674,11 @@ If another state is defined before the default state, the compiler will report a deprecated 1 energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Deprecated: Please use llXorBase64 instead.\nCorrectly (unless nulls are present) performs an exclusive OR on two Base64 strings and returns a Base64 string.\nText2 repeats if it is shorter than Text1. @@ -24697,11 +24697,11 @@ If another state is defined before the default state, the compiler will report a energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Converts a color from the sRGB to the linear colorspace. diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index 167bab2fa4..3990c5a997 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -10456,11 +10456,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return T sleep - 0 + 0.0 tooltip Checks if the value is truthy; if not, raises an error with the optional message. @@ -10488,11 +10488,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return never sleep - 0 + 0.0 tooltip Raises an error with the specified object and optional call stack level. @@ -10501,11 +10501,11 @@ vector position - position in local coordinates arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the total heap size in kilobytes. @@ -10524,11 +10524,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return {[any]: any}? sleep - 0 + 0.0 tooltip Returns the metatable for the specified object. @@ -10561,11 +10561,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return (K, V)? sleep - 0 + 0.0 tooltip Returns the next key-value pair in the table traversal order. @@ -10584,11 +10584,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return any sleep - 0 + 0.0 tooltip Creates a new untyped userdata object with an optional metatable. @@ -10607,11 +10607,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Prints all arguments to standard output using Tab as a separator. @@ -10639,11 +10639,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns true if a and b have the same type and value. @@ -10676,11 +10676,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return V? sleep - 0 + 0.0 tooltip Performs a table lookup bypassing metatables. @@ -10722,11 +10722,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return {[K]: V} sleep - 0 + 0.0 tooltip Assigns a value to a table field bypassing metatables. @@ -10750,11 +10750,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the length of a table or string bypassing metatables. @@ -10782,11 +10782,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return any sleep - 0 + 0.0 tooltip Returns a subset of arguments or the number of arguments. @@ -10814,11 +10814,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Changes the metatable for the given table. @@ -10846,11 +10846,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return number? sleep - 0 + 0.0 tooltip Converts the input string to a number in the specified base. @@ -10869,11 +10869,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Converts the input object to a string. @@ -10892,11 +10892,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the type of the object as a string. @@ -10915,11 +10915,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the type of the object, including custom userdata types. @@ -10942,11 +10942,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return (({V}, number) -> (number?, V), {V}, number) sleep - 0 + 0.0 tooltip Returns an iterator for numeric key-value pairs in the table. @@ -10970,11 +10970,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return (({[K], V}, K) -> (K?, V), {[K], V}, K) sleep - 0 + 0.0 tooltip Returns an iterator for all key-value pairs in the table. @@ -11007,11 +11007,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return (boolean, R...) sleep - 0 + 0.0 tooltip Calls function f with parameters args, returning success and function results or an error. @@ -11055,11 +11055,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return (boolean, R1...) sleep - 0 + 0.0 tooltip Calls function f with parameters args, handling errors with e if they occur. @@ -11078,11 +11078,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return any sleep - 0 + 0.0 tooltip Execute the named external module. @@ -11123,11 +11123,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return ...V sleep - 0 + 0.0 tooltip Returns values from an array in the specified index range. @@ -11147,11 +11147,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return ...any sleep - 0 + 0.0 tooltip Dangerously executes a required module function @@ -11170,11 +11170,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return quaternion? sleep - 0 + 0.0 tooltip Converts a value to a quaternion, returns nil if invalid @@ -11193,11 +11193,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return quaternion? sleep - 0 + 0.0 tooltip Converts a value to a rotation (quaternion), returns nil if invalid @@ -11216,11 +11216,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return uuid? sleep - 0 + 0.0 tooltip Converts a string, buffer, or uuid to a uuid, returns nil if invalid @@ -11239,11 +11239,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return vector? sleep - 0 + 0.0 tooltip Converts a value to a vector, returns nil if invalid @@ -11251,7 +11251,7 @@ vector position - position in local coordinates bit32 energy - -1 + -1.0 tooltip Bitwise operations library. @@ -11279,11 +11279,11 @@ vector position - position in local coordinates energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Shifts n by i bits to the right. If i is negative, a left shift is performed. Does an arithmetic shift: The most significant bit of n is propagated during the shift. @@ -11303,11 +11303,11 @@ Does an arithmetic shift: The most significant bit of n is propagated during the energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Performs a bitwise AND operation on input numbers. @@ -11326,11 +11326,11 @@ Does an arithmetic shift: The most significant bit of n is propagated during the energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the bitwise negation of the input number. @@ -11349,11 +11349,11 @@ Does an arithmetic shift: The most significant bit of n is propagated during the energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Performs a bitwise OR operation on input numbers. @@ -11372,11 +11372,11 @@ Does an arithmetic shift: The most significant bit of n is propagated during the energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Performs a bitwise AND operation on input numbers. Returns true if result is non-zero. @@ -11396,11 +11396,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Performs a bitwise XOR operation on input numbers. @@ -11419,11 +11419,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Swap byte order @@ -11442,11 +11442,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Count leading zeros @@ -11465,11 +11465,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Count trailing zeros @@ -11506,11 +11506,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Extracts bits from n at position field with width @@ -11538,11 +11538,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Rotates n by i bits to the left. If i is negative, a right rotate is performed. @@ -11570,11 +11570,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Shifts n by i bits to the left. If i is negative, a right shift is performed. @@ -11620,11 +11620,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Replaces bits in n at position field with width using value v @@ -11652,11 +11652,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Rotates n by i bits to the right. If i is negative, a left rotate is performed. @@ -11684,11 +11684,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Shifts n by i bits to the right. If i is negative, a left shift is performed. @@ -11696,7 +11696,7 @@ Returns true if result is non-zero. buffer energy - -1 + -1.0 tooltip Buffer manipulation library for binary data. @@ -11751,11 +11751,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Copies bytes from the source buffer into the target buffer. @@ -11774,11 +11774,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return buffer sleep - 0 + 0.0 tooltip Creates a buffer of the requested size with all bytes initialized to 0. @@ -11824,11 +11824,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Fills the buffer with the specified value starting at the given offset. @@ -11847,11 +11847,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return buffer sleep - 0 + 0.0 tooltip Creates a buffer initialized to the contents of the string. @@ -11870,11 +11870,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the size of the buffer in bytes. @@ -11911,11 +11911,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads up to 32 bits from the buffer at the given offset. @@ -11943,11 +11943,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads a 32-bit floating-point number from the buffer at the given offset. @@ -11975,11 +11975,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads a 64-bit floating-point number from the buffer at the given offset. @@ -12007,11 +12007,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads a signed 16-bit integer from the buffer at the given offset. @@ -12039,11 +12039,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads a signed 32-bit integer from the buffer at the given offset. @@ -12071,11 +12071,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads a signed 8-bit integer from the buffer at the given offset. @@ -12112,11 +12112,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Reads a string of the given length from the buffer at the specified offset. @@ -12144,11 +12144,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads an unsigned 16-bit integer from the buffer at the given offset. @@ -12176,11 +12176,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads an unsigned 32-bit integer from the buffer at the given offset. @@ -12208,11 +12208,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Reads an unsigned 8-bit integer from the buffer at the given offset. @@ -12231,11 +12231,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the buffer data as a string. @@ -12281,11 +12281,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes up to 32 bits to the buffer at the given offset. @@ -12322,11 +12322,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes a 32-bit floating-point number to the buffer at the given offset. @@ -12363,11 +12363,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes a 64-bit floating-point number to the buffer at the given offset. @@ -12404,11 +12404,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes a signed 16-bit integer to the buffer at the given offset. @@ -12445,11 +12445,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes a signed 32-bit integer to the buffer at the given offset. @@ -12486,11 +12486,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes a signed 8-bit integer to the buffer at the given offset. @@ -12536,11 +12536,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes data from a string into the buffer at the specified offset. @@ -12577,11 +12577,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes an unsigned 16-bit integer to the buffer at the given offset. @@ -12618,11 +12618,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes an unsigned 32-bit integer to the buffer at the given offset. @@ -12659,11 +12659,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Writes an unsigned 8-bit integer to the buffer at the given offset. @@ -12671,7 +12671,7 @@ Returns true if result is non-zero. coroutine energy - -1 + -1.0 tooltip Coroutine manipulation library. @@ -12690,11 +12690,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (boolean, string?) sleep - 0 + 0.0 tooltip Closes a coroutine, returning true if successful or false and an error. @@ -12713,11 +12713,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return thread sleep - 0 + 0.0 tooltip Returns a new coroutine that, when resumed, will run function f. @@ -12726,11 +12726,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns true if the currently running coroutine can yield. @@ -12758,11 +12758,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (boolean, ...any) sleep - 0 + 0.0 tooltip Resumes a coroutine, returning true and results if successful, or false and an error. @@ -12771,11 +12771,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return thread? sleep - 0 + 0.0 tooltip Returns the currently running coroutine, or nil if called from in the main coroutine. @@ -12794,11 +12794,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return "running" | "suspended" | "normal" | "dead" sleep - 0 + 0.0 tooltip Returns the status of the coroutine: "running", "suspended", "normal", or "dead". @@ -12817,11 +12817,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (...any) -> ...any sleep - 0 + 0.0 tooltip Creates a coroutine and returns a function that resumes it. @@ -12840,11 +12840,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ...any sleep - 0 + 0.0 tooltip Yields the current coroutine, passing arguments to the resuming code. @@ -12852,7 +12852,7 @@ Returns true if result is non-zero. debug energy - -1 + -1.0 tooltip Debug library for introspection. @@ -12889,11 +12889,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ...any sleep - 0 + 0.0 tooltip Returns information about a stack frame or function based on specified format. @@ -12930,11 +12930,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a human-readable call stack starting from the specified level. @@ -12942,7 +12942,7 @@ Returns true if result is non-zero. llbase64 energy - -1 + -1.0 tooltip Base64 encoding/decoding library. @@ -12961,11 +12961,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Decodes a base64 string to a string @@ -12984,11 +12984,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Encodes a string or buffer to base64 @@ -12996,7 +12996,7 @@ Returns true if result is non-zero. lljson energy - -1 + -1.0 tooltip JSON encoding/decoding library for Second Life. @@ -13015,11 +13015,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return any sleep - 0 + 0.0 tooltip Decodes a JSON string to a Lua value @@ -13038,11 +13038,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Encodes a Lua value as JSON @@ -13061,11 +13061,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return any sleep - 0 + 0.0 tooltip Decodes a JSON string to a Lua value preserving SL types @@ -13093,11 +13093,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Encodes a Lua value as JSON preserving SL types. Use tight to encode more compactly. @@ -13105,7 +13105,7 @@ Returns true if result is non-zero. math energy - -1 + -1.0 tooltip Mathematical functions library. @@ -13124,11 +13124,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the absolute value of n. @@ -13147,11 +13147,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the arc cosine of n in radians. @@ -13170,11 +13170,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the arc sine of n in radians. @@ -13193,11 +13193,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the arc tangent of n in radians. @@ -13225,11 +13225,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the arc tangent of y/x in radians, using the signs to determine the quadrant. @@ -13248,11 +13248,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the smallest integer larger than or equal to n. @@ -13289,11 +13289,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns n clamped between min and max. @@ -13312,11 +13312,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the cosine of n (n is in radians). @@ -13335,11 +13335,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the hyperbolic cosine of n. @@ -13358,11 +13358,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Converts n from radians to degrees. @@ -13381,11 +13381,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the base-e exponent of n. @@ -13404,11 +13404,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the largest integer smaller than or equal to n. @@ -13436,11 +13436,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the remainder of x modulo y, rounded towards zero. @@ -13459,11 +13459,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (number, number) sleep - 0 + 0.0 tooltip Returns m and e such that n = m * 2^e. @@ -13482,11 +13482,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns true if n is finite. @@ -13505,11 +13505,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns true if n is infinite. @@ -13528,11 +13528,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns true if n is NaN. @@ -13560,11 +13560,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns s * 2^e. @@ -13601,11 +13601,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Linearly interpolates between a and b using factor t. @@ -13633,11 +13633,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the logarithm of n in the given base (default e). @@ -13656,11 +13656,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the base-10 logarithm of n. @@ -13715,11 +13715,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Maps n from input range to output range. @@ -13747,11 +13747,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the maximum value from the given numbers. @@ -13779,11 +13779,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the minimum value from the given numbers. @@ -13802,11 +13802,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (number, number) sleep - 0 + 0.0 tooltip Returns the integer and fractional parts of n. @@ -13843,11 +13843,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns Perlin noise value for the point (x, y, z). @@ -13875,11 +13875,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns base to the power of exponent. @@ -13898,11 +13898,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Converts n from degrees to radians. @@ -13930,11 +13930,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns a random number within the given range. @@ -13953,11 +13953,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the seed for the random number generator. @@ -13976,11 +13976,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Rounds n to the nearest integer. @@ -13999,11 +13999,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns -1 if n is negative, 1 if positive, and 0 if zero. @@ -14022,11 +14022,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the sine of n (n is in radians). @@ -14045,11 +14045,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the hyperbolic sine of n. @@ -14068,11 +14068,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the square root of n. @@ -14091,11 +14091,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the tangent of n (n is in radians). @@ -14114,11 +14114,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the hyperbolic tangent of n. @@ -14126,7 +14126,7 @@ Returns true if result is non-zero. os energy - -1 + -1.0 tooltip Operating system facilities library. @@ -14135,11 +14135,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns a high-precision timestamp in seconds for measuring durations. @@ -14167,11 +14167,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (string | OsDateTime)? sleep - 0 + 0.0 tooltip Returns a table or string representation of the time based on the provided format. @@ -14199,11 +14199,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the difference in seconds between two timestamps. @@ -14222,11 +14222,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number? sleep - 0 + 0.0 tooltip Returns the current Unix timestamp or the timestamp of the given date. @@ -14273,11 +14273,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Creates a new quaternion with the given component values. Alias of quaternion.create. @@ -14296,11 +14296,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Computes the conjugate of the quaternion. @@ -14346,11 +14346,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Creates a new quaternion with the given component values. @@ -14378,11 +14378,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Computes the dot product of two quaternions. @@ -14401,11 +14401,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Computes the magnitude of the quaternion. @@ -14424,11 +14424,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Computes the normalized version (unit quaternion) of the quaternion. @@ -14465,11 +14465,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Spherical linear interpolation from a to b using factor t. @@ -14488,11 +14488,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Computes the forward vector from the quaternion. @@ -14511,11 +14511,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Computes the left vector from the quaternion. @@ -14534,11 +14534,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Computes the up vector from the quaternion. @@ -14546,7 +14546,7 @@ Returns true if result is non-zero. string energy - -1 + -1.0 tooltip String manipulation library. @@ -14583,11 +14583,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ...number sleep - 0 + 0.0 tooltip Returns the numeric code of every byte in the input string within the given range. @@ -14606,11 +14606,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string containing characters for the given byte values. @@ -14656,11 +14656,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (number?, number?, ...string) sleep - 0 + 0.0 tooltip Finds the first instance of the pattern in the string. @@ -14688,11 +14688,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Formats input values into a string using printf-style format specifiers. @@ -14720,11 +14720,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () -> ...string sleep - 0 + 0.0 tooltip Returns an iterator function for pattern matches @@ -14770,11 +14770,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (string, number) sleep - 0 + 0.0 tooltip Performs pattern-based substitution in a string. @@ -14793,11 +14793,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of bytes in the string. Identical to #s @@ -14816,11 +14816,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a lowercase version of the input string. @@ -14857,11 +14857,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ...string sleep - 0 + 0.0 tooltip Finds and returns matches for a pattern in the input string. @@ -14889,11 +14889,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Packs values into a binary string. @@ -14912,11 +14912,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the size of a packed string for the given format. @@ -14944,11 +14944,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the input string repeated a given number of times. @@ -14967,11 +14967,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the input string with bytes in reverse order. @@ -14999,11 +14999,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {string} sleep - 0 + 0.0 tooltip Splits a string by separator. Returns a list of substrings. @@ -15040,11 +15040,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a substring from the given range. @@ -15081,11 +15081,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ...any sleep - 0 + 0.0 tooltip Decodes a binary string using a pack format. @@ -15104,11 +15104,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns an uppercase version of the input string. @@ -15116,7 +15116,7 @@ Returns true if result is non-zero. table energy - -1 + -1.0 tooltip Table manipulation library. Tables are collections of key-value pairs. @@ -15135,11 +15135,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Clears all elements from a table while keeping its capacity. @@ -15163,11 +15163,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {[K]: V} sleep - 0 + 0.0 tooltip Creates a shallow copy of the table. @@ -15213,11 +15213,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Joins an array of strings into one string, with an optional separator. @@ -15249,11 +15249,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {V} sleep - 0 + 0.0 tooltip Creates a new table with pre-allocated array capacity, optionally filled. @@ -15294,11 +15294,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number? sleep - 0 + 0.0 tooltip Finds the first occurrence of a value in the array and returns its index. @@ -15334,11 +15334,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return R? sleep - 0 + 0.0 tooltip Iterates over all key-value pairs in the table (deprecated). @@ -15373,11 +15373,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return R? sleep - 0 + 0.0 tooltip Iterates over all index-value pairs in the array (deprecated). @@ -15401,11 +15401,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {[K]: V} sleep - 0 + 0.0 tooltip Freezes a table, making it read-only. @@ -15426,11 +15426,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the length of an array (deprecated; use # instead). @@ -15471,11 +15471,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Inserts an element at the specified index, or at the end of the array. @@ -15494,11 +15494,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns true if a table is frozen. @@ -15517,11 +15517,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the highest numeric key in the table. @@ -15580,11 +15580,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {V} sleep - 0 + 0.0 tooltip Inserts elements [i..j] from src array into dest array at [d]. @@ -15607,11 +15607,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return { n: number, [number]: V } sleep - 0 + 0.0 tooltip Packs multiple arguments into a new array with length field n. @@ -15643,11 +15643,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return V? sleep - 0 + 0.0 tooltip Removes and returns the element at the specified index from the array, or from the end of the array. @@ -15680,11 +15680,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {[K]: V} sleep - 0 + 0.0 tooltip Reduces the memory usage of the table to the minimum necessary. @@ -15716,11 +15716,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sorts an array in place. @@ -15761,11 +15761,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ...V sleep - 0 + 0.0 tooltip Unpacks array elements into multiple return values. @@ -15773,7 +15773,7 @@ Returns true if result is non-zero. utf8 energy - -1 + -1.0 tooltip UTF-8 support library. @@ -15792,11 +15792,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Creates a string from Unicode codepoints. @@ -15833,11 +15833,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ...number sleep - 0 + 0.0 tooltip Returns the Unicode codepoints in the specified range of the string. @@ -15856,11 +15856,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return ((string, number) -> (number, number), string, number) sleep - 0 + 0.0 tooltip Returns an iterator that produces the byte offset and Unicode codepoint for each character in the string. @@ -15897,11 +15897,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return (number?, number?) sleep - 0 + 0.0 tooltip Returns the number of Unicode codepoints in the specified range of the string, or nil and error index. @@ -15938,11 +15938,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number? sleep - 0 + 0.0 tooltip Returns the byte offset of the nth Unicode codepoint in the string. @@ -15962,11 +15962,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid? sleep - 0 + 0.0 tooltip Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID. Throws an error if the buffer is shorter than 16 bytes. Alias of uuid.create @@ -15985,11 +15985,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid? sleep - 0 + 0.0 tooltip Creates a new uuid from a string, buffer, or existing uuid. Returns nil if the string is not a valid UUID. Throws an error if the buffer is shorter than 16 bytes. @@ -16027,11 +16027,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Creates a new vector with the given component values. Alias of vector.create. @@ -16050,11 +16050,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Applies math.abs to each component of the vector. @@ -16091,11 +16091,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Computes the angle between two vectors in radians. The axis, if specified, is used to determine the sign of the angle. @@ -16114,11 +16114,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Applies math.ceil to each component of the vector. @@ -16155,11 +16155,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Clamps each component of the vector between min and max values. @@ -16196,11 +16196,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Creates a new vector with the given component values. @@ -16228,11 +16228,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Computes the cross product of two vectors. @@ -16260,11 +16260,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Computes the dot product of two vectors. @@ -16283,11 +16283,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Applies math.floor to each component of the vector. @@ -16324,11 +16324,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Linearly interpolates between a and b using factor t. @@ -16347,11 +16347,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Computes the magnitude of the vector. @@ -16379,11 +16379,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Applies math.max to each component of the vectors. @@ -16411,11 +16411,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Applies math.max to each component of the vectors. @@ -16434,11 +16434,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Computes the normalized version (unit vector) of the vector. @@ -16457,11 +16457,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Applies math.sign to each component of the vector. @@ -16469,7 +16469,7 @@ Returns true if result is non-zero. ll energy - -1 + -1.0 tooltip Library for functions shared between LSL and SLua. @@ -16488,11 +16488,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the absolute (positive) version of Value. @@ -16511,11 +16511,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the arc-cosine of Value, in radians. @@ -16543,11 +16543,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 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. @@ -16575,11 +16575,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Add avatar ID to the land pass list, for a duration of Hours. @@ -16609,11 +16609,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Changes the amount of damage to be delivered by this damage event. @@ -16632,11 +16632,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Adjusts the volume (0.0 - 1.0) of the currently playing attached sound.\nThis function has no effect on sounds started with llTriggerSound. @@ -16655,11 +16655,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns TRUE if the agent is in the Experience and the Experience can run in the current location. @@ -16680,11 +16680,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip If Flag == TRUE, users without object modify permissions can still drop inventory items into the object. @@ -16712,11 +16712,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the angle, in radians, between rotations Rot1 and Rot2. @@ -16744,11 +16744,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Applies impulse to the object.\nIf Local == TRUE, apply the Force in local coordinates; otherwise, apply the Force in global coordinates.\nThis function only works on physical objects. @@ -16776,11 +16776,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Applies rotational impulse to the object.\nIf Local == TRUE, apply the Force in local coordinates; otherwise, apply the Force in global coordinates.\nThis function only works on physical objects. @@ -16799,11 +16799,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the arc-sine, in radians, of Value. @@ -16831,11 +16831,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the arc-tangent2 of y, x. @@ -16854,11 +16854,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Attach to avatar at point AttachmentPoint.\nRequires the PERMISSION_ATTACH runtime permission. @@ -16877,11 +16877,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.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. @@ -16900,11 +16900,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 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. @@ -16913,11 +16913,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 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. @@ -16954,11 +16954,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation represented by coordinate axes Forward, Left, and Up. @@ -16986,11 +16986,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation that is a generated Angle about Axis. @@ -17009,11 +17009,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -17032,11 +17032,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Converts a Base64 string to a conventional string.\nIf the conversion creates any unprintable characters, they are converted to question marks. @@ -17045,11 +17045,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip De-links all prims in the link set (requires permission PERMISSION_CHANGE_LINKS be set). @@ -17068,11 +17068,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip De-links the prim with the given link number (requires permission PERMISSION_CHANGE_LINKS be set). @@ -17091,11 +17091,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {string} sleep - 0 + 0.0 tooltip Create a list from a string of comma separated values specified in Text. @@ -17132,11 +17132,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 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. @@ -17155,11 +17155,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns smallest integer value >= Value. @@ -17178,11 +17178,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a single character string that is the representation of the unicode value. @@ -17191,11 +17191,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Resets all camera parameters to default values and turns off scripted camera control. @@ -17223,11 +17223,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -17246,11 +17246,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 1 + 1.0 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. @@ -17271,11 +17271,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 1 + 1.0 tooltip This function is deprecated. @@ -17296,11 +17296,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the cloud density at the object's position + Offset. @@ -17337,11 +17337,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Specify an empty string or NULL_KEY for Accept, to not filter on the corresponding parameter. @@ -17369,11 +17369,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -17394,11 +17394,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Suppress default collision sprites, replace default impact sprite with ImpactSprite; found in the object inventory (empty string to just suppress). @@ -17426,11 +17426,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns hex-encoded Hash string of Message using digest Algorithm. @@ -17449,11 +17449,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the cosine of Theta (Theta in radians). @@ -17472,11 +17472,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 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. @@ -17504,11 +17504,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Starts an asychronous transaction to create a key-value pair. Will fail with XP_ERROR_STORAGE_EXCEPTION if the key already exists. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value passed to the function. @@ -17538,11 +17538,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Attempt to link the object the script is in, to target (requires permission PERMISSION_CHANGE_LINKS be set).\nRequires permission PERMISSION_CHANGE_LINKS be set. @@ -17579,11 +17579,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Generates a damage event on the targeted agent or task. @@ -17592,11 +17592,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Starts an asychronous transaction the request the used and total amount of data allocated for the Experience. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the the amount in use and the third item will be the total available. @@ -17607,11 +17607,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 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. @@ -17630,11 +17630,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Starts an asychronous transaction to delete a key-value pair. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value associated with the key. @@ -17677,11 +17677,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 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. @@ -17718,11 +17718,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -17750,11 +17750,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Derezzes an object previously rezzed by a script in this region. Returns TRUE on success or FALSE if the object could not be derezzed. @@ -17763,11 +17763,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Remove the object containing the script from the avatar. @@ -17788,11 +17788,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list containing the current damage for the event, the damage type and the original damage delivered. @@ -17813,11 +17813,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -17838,11 +17838,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return boolean sleep - 0 + 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. @@ -17863,11 +17863,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key of detected object or avatar number.\nReturns NULL_KEY if Number is not a valid index. @@ -17888,11 +17888,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return number sleep - 0 + 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. @@ -17913,11 +17913,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return string sleep - 0 + 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. @@ -17938,11 +17938,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key of detected object's owner.\nReturns invalid key if Number is not a valid index. @@ -17963,11 +17963,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -17988,11 +17988,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key for the rezzer of the detected object. @@ -18013,11 +18013,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return quaternion sleep - 0 + 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. @@ -18038,11 +18038,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -18063,11 +18063,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the index of the face where the avatar clicked in a triggered touch event. @@ -18088,11 +18088,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -18113,11 +18113,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -18138,11 +18138,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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). @@ -18163,11 +18163,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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). @@ -18188,11 +18188,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return number sleep - 0 + 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} @@ -18213,11 +18213,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -18263,11 +18263,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 1 + 1.0 tooltip Shows a dialog box on the avatar's screen with the message.\n Up to 12 strings in the list form buttons.\n @@ -18285,11 +18285,11 @@ Returns true if result is non-zero. arguments energy - 0 + 0.0 return () sleep - 0 + 0.0 tooltip Delete the object which holds the script. @@ -18317,11 +18317,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -18349,11 +18349,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 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. @@ -18372,11 +18372,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Ejects AvatarID from land that you own.\nEjects AvatarID from land that the object owner (group or resident) owns. @@ -18413,11 +18413,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 20 + 20.0 tooltip Sends email to Address with Subject and Message.\nSends an email to Address with Subject and Message. @@ -18436,11 +18436,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -18460,11 +18460,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation representation of the Euler angles.\nReturns the rotation represented by the Euler Angle. @@ -18492,11 +18492,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 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. @@ -18524,11 +18524,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Execute a character command.\nSend a command to the path system.\nCurrently only supports stopping the current path-finding operation or causing the character to jump. @@ -18547,11 +18547,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the positive version of Value.\nReturns the absolute value of Value. @@ -18588,11 +18588,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Searches the text of a cached notecard for lines containing the given pattern and returns the number of matches found through a dataserver event. @@ -18649,11 +18649,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Searches the text of a cached notecard for lines containing the given pattern. Returns a list of line numbers and column where a match is found. If the notecard is not in @@ -18693,11 +18693,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Flee from a point.\nDirects a character (llCreateCharacter) to keep away from a defined position in the region or adjacent regions. @@ -18716,11 +18716,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns largest integer value <= Value. @@ -18739,11 +18739,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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.\nJust like llSitTarget, this changes a permanent property of the prim (not the object) and needs to be reset by calling this function with Enable set to FALSE in order to disable it. @@ -18762,11 +18762,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns a pseudo random number in the range [0, Magnitude] or [Magnitude, 0].\nReturns a pseudo-random number between [0, Magnitude]. @@ -18775,11 +18775,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.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. @@ -18788,11 +18788,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the acceleration of the object relative to the region's axes.\nGets the acceleration of the object. @@ -18811,11 +18811,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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, AGENT_IN_AIR and/or AGENT_FLOATING_VIA_SCRIPTED_ATTACHMENT.\nReturns information about the given agent ID as a bit-field of agent info constants. @@ -18835,11 +18835,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -18867,11 +18867,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 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 @@ -18890,11 +18890,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -18913,11 +18913,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -18928,11 +18928,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return number sleep - 0 + 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. @@ -18951,11 +18951,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -18974,11 +18974,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 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. @@ -18997,11 +18997,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.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). @@ -19010,11 +19010,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the object's attachment point, or 0 if not attached. @@ -19033,11 +19033,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {uuid} sleep - 0 + 0.0 tooltip Returns a list of keys of all visible (not HUD) attachments on the avatar identified by the ID argument @@ -19065,11 +19065,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {uuid} sleep - 0 + 0.0 tooltip Retrieves a list of attachments on an avatar. @@ -19088,11 +19088,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {vector} sleep - 0 + 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 ]. @@ -19101,11 +19101,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the current camera aspect ratio (width / height) of the agent who has granted the scripted object PERMISSION_TRACK_CAMERA permissions. If no permissions have been granted: it returns zero. @@ -19114,11 +19114,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the current camera field of view of the agent who has granted the scripted object PERMISSION_TRACK_CAMERA permissions. If no permissions have been granted: it returns zero. @@ -19127,11 +19127,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -19140,11 +19140,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the current camera orientation for the agent the task has permissions for. If no user has granted the PERMISSION_TRACK_CAMERA permission, returns ZERO_ROTATION. @@ -19153,11 +19153,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 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). @@ -19185,11 +19185,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 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. @@ -19208,11 +19208,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the color on Face.\nReturns the color of Face as a vector of red, green, and blue values between 0 and 1. If face is ALL_SIDES the color returned is the mean average of each channel. @@ -19221,11 +19221,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns a key for the creator of the prim.\nReturns the key of the object's original creator. Similar to llGetOwner. @@ -19234,11 +19234,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 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. @@ -19247,11 +19247,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of seconds in a day on this parcel. @@ -19260,11 +19260,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of seconds in a day is offset from midnight in this parcel. @@ -19283,11 +19283,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the display name of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestDisplayName if the avatar may be absent from the region. @@ -19296,11 +19296,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns how much energy is in the object as a percentage of maximum. @@ -19319,11 +19319,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string with the requested data about the region. @@ -19351,11 +19351,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a string with the requested data about the region. @@ -19374,11 +19374,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list with the following Experience properties: [Experience Name, Owner ID, Group ID, Experience ID, State, State Message]. State is an integer corresponding to one of the constants XP_ERROR_... and State Message is the string returned by llGetExperienceErrorMessage for that integer. @@ -19399,11 +19399,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string describing the error code passed or the string corresponding with XP_ERROR_UNKNOWN_ERROR if the value is not a valid Experience error code. @@ -19414,11 +19414,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the force (if the script is physical).\nReturns the current force if the script is physical. @@ -19427,11 +19427,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -19440,11 +19440,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of available URLs for the current script.\nReturns an integer that is the number of available URLs. @@ -19453,11 +19453,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the time in seconds since midnight GMT.\nGets the time in seconds since midnight in GMT/UTC. @@ -19466,11 +19466,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the vector that is the geometric center of the object relative to the root prim. @@ -19498,11 +19498,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the value for header for request_id.\nReturns a string that is the value of the Header for HTTPRequestID. @@ -19521,11 +19521,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the current health of an avatar or object in the region. @@ -19544,11 +19544,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the time at which the item was placed into this prim's inventory as a timestamp. @@ -19567,11 +19567,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 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'". @@ -19590,11 +19590,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the item description of the item in inventory. If item is not found in inventory, the object says "No item named 'name'" to the debug channel and returns an empty string. @@ -19613,11 +19613,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key that is the UUID of the inventory named.\nReturns the key of the inventory named. @@ -19645,11 +19645,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the name of the inventory item of a given type, specified by index number.\nUse the inventory constants INVENTORY_* to specify the type. @@ -19668,11 +19668,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the quantity of items of a given type (INVENTORY_* flag) in the prim's inventory.\nUse the inventory constants INVENTORY_* to specify the type. @@ -19700,11 +19700,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -19723,11 +19723,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the type of the named inventory item.\nLike all inventory functions, llGetInventoryType is case-sensitive. @@ -19736,11 +19736,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key of the prim the script is attached to.\nGet the key for the object which has this script. @@ -19759,11 +19759,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 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. @@ -19782,11 +19782,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key of the linked prim LinkNumber.\nReturns the key of LinkNumber in the link set. @@ -19823,11 +19823,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 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. @@ -19846,11 +19846,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the name of LinkNumber in a link set.\nReturns the name of LinkNumber the link set. @@ -19859,11 +19859,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -19882,11 +19882,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -19914,11 +19914,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns the list of primitive attributes requested in the Parameters list for LinkNumber.\nPRIM_* flags can be broken into three categories, face flags, prim flags, and object flags.\n* Supplying a prim or object flag will return that flag's attributes.\n* Face flags require the user to also supply a face index parameter. @@ -19937,11 +19937,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the sit flags set on the specified prim in a linkset. @@ -19969,11 +19969,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -19992,11 +19992,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of elements in the list.\nReturns the number of elements in ListVariable. @@ -20005,11 +20005,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the position relative to the root.\nReturns the local position of a child object relative to the root. @@ -20018,11 +20018,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation local to the root.\nReturns the local rotation of a child object relative to the root. @@ -20031,11 +20031,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20044,11 +20044,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Acts as llGetMass(), except that the units of the value returned are Kg. @@ -20057,11 +20057,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the largest multiplicative uniform scale factor that can be successfully applied (via llScaleByFactor()) to the object without violating prim size or linkability rules. @@ -20070,11 +20070,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Get the maximum memory a script can use, in bytes. @@ -20083,11 +20083,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the smallest multiplicative uniform scale factor that can be successfully applied (via llScaleByFactor()) to the object without violating prim size or linkability rules. @@ -20096,11 +20096,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the moon in the parcel.\nReturns the moon's direction on the simulator in the parcel. @@ -20109,11 +20109,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation applied to the moon in the parcel. @@ -20141,11 +20141,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Fetch the next queued email with that matches the given address and/or subject, via the email event.\nIf the parameters are blank, they are not used for filtering. @@ -20173,11 +20173,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0.1000000000000000055511151 + 0.1 tooltip Returns LineNumber from NotecardName via the dataserver event. The line index starts at zero in LSL, one in Lua.\nIf the requested line is passed the end of the note-card the dataserver event will return the constant EOF string.\nThe key returned by this function is a unique identifier which will be supplied to the dataserver event in the requested parameter. @@ -20205,11 +20205,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns LineNumber from NotecardName. The line index starts at zero in LSL, one in Lua.\nIf the requested line is past the end of the note-card the return value will be set to the constant EOF string.\nIf the note-card is not cached on the simulator the return value is the NAK string. @@ -20228,11 +20228,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0.1000000000000000055511151 + 0.1 tooltip Returns the number of lines contained within a notecard via the dataserver event.\nThe key returned by this function is a query ID for identifying the dataserver reply. @@ -20241,11 +20241,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20254,11 +20254,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20267,11 +20267,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of names of playing animations for an object.\nReturns a list of names of all playing animations for the current object. @@ -20280,11 +20280,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 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. @@ -20312,11 +20312,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of object details specified in the Parameters list for the object or avatar in the region with key ID.\nParameters are specified by the OBJECT_* constants. @@ -20344,11 +20344,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key of the linked prim link_no in a linkset.\nReturns the key of link_no in the link set specified by id. @@ -20367,11 +20367,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20380,11 +20380,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 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. @@ -20403,11 +20403,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the permission mask of the requested category for the object. @@ -20426,11 +20426,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20439,11 +20439,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -20452,11 +20452,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the object owner's UUID.\nReturns the key for the owner of the object. @@ -20475,11 +20475,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the owner of ObjectID.\nReturns the key for the owner of object ObjectID. @@ -20507,11 +20507,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of parcel details specified in the ParcelDetails list for the parcel at Position.\nParameters is one or more of: PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA, _ID, _SEE_AVATARS.\nReturns a list that is the parcel details specified in ParcelDetails (in the same order) for the parcel at Position. @@ -20530,11 +20530,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20562,11 +20562,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the maximum number of prims allowed on the parcel at Position for a given scope.\nThe scope may be set to an individual parcel or the combined resources of all parcels with the same ownership in the region. @@ -20575,11 +20575,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Gets the streaming audio URL for the parcel object is on.\nThe object owner, avatar or group, must also be the land owner. @@ -20616,11 +20616,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of prims on the parcel at Position of the given category.\nCategories: PARCEL_COUNT_TOTAL, _OWNER, _GROUP, _OTHER, _SELECTED, _TEMP.\nReturns the number of prims used on the parcel at Position which are in Category.\nIf SimWide is TRUE, it returns the total number of objects for all parcels with matching ownership in the category specified.\nIf SimWide is FALSE, it returns the number of objects on this specific parcel in the category specified @@ -20639,11 +20639,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 2 + 2.0 tooltip Returns a list of up to 100 residents who own objects on the parcel at Position, with per-owner land impact totals.\nRequires owner-like permissions for the parcel, and for the script owner to be present in the region.\nThe list is formatted as [ key agentKey1, integer agentLI1, key agentKey2, integer agentLI2, ... ], sorted by agent key.\nThe integers are the combined land impacts of the objects owned by the corresponding agents. @@ -20652,11 +20652,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns an integer bitmask of the permissions that have been granted to the script. Individual permissions can be determined using a bit-wise "and" operation against the PERMISSION_* constants @@ -20665,11 +20665,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Returns the key of the avatar that last granted or declined permissions to the script.\nReturns NULL_KEY if permissions were never granted or declined. @@ -20678,11 +20678,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of the form [float gravity_multiplier, float restitution, float friction, float density]. @@ -20691,11 +20691,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the position of the task in region coordinates.\nReturns the vector position of the task in region coordinates. @@ -20723,11 +20723,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 1 + 1.0 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. @@ -20746,11 +20746,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0.2000000000000000111022302 + 0.2 tooltip Returns the primitive parameters specified in the parameters list.\nReturns primitive parameters specified in the Parameters list. @@ -20759,11 +20759,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of avatars in the region.\nReturns an integer that is the number of avatars in the region. @@ -20772,11 +20772,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -20785,11 +20785,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of seconds in a day in this region. @@ -20798,11 +20798,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of seconds in a day is offset from midnight in this parcel. @@ -20811,11 +20811,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the mean region frames per second. @@ -20824,11 +20824,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20837,11 +20837,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the moon in the region.\nReturns the moon's direction on the simulator. @@ -20850,11 +20850,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation applied to the moon in the region. @@ -20863,11 +20863,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the current region name. @@ -20876,11 +20876,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the sun in the region.\nReturns the sun's direction on the simulator. @@ -20889,11 +20889,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation applied to the sun in the region. @@ -20902,11 +20902,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -20915,11 +20915,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the time in seconds since environmental midnight for the entire region. @@ -20938,11 +20938,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is the render material on face (the inventory name if it is a material in the prim's inventory, otherwise the key).\nReturns the render material of a face, if it is found in object inventory, its key otherwise. @@ -20951,11 +20951,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the position (in region coordinates) of the root prim of the object which the script is attached to.\nThis is used to allow a child prim to determine where the root is. @@ -20964,11 +20964,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 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. @@ -20977,11 +20977,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation relative to the region's axes.\nReturns the rotation. @@ -20990,11 +20990,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -21003,11 +21003,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the scale of the prim.\nReturns a vector that is the scale (dimensions) of the prim. @@ -21016,11 +21016,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the name of the script that this function is used in.\nReturns the name of this script. @@ -21039,11 +21039,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns TRUE if the script named is running.\nReturns TRUE if ScriptName is running. @@ -21062,11 +21062,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns a float that is the requested statistic. @@ -21075,11 +21075,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 10 + 10.0 tooltip Returns the host-name of the machine which the script is running on.\nFor example, "sim225.agni.lindenlab.com". @@ -21088,11 +21088,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns an integer that is the script rez parameter.\nIf the object was rezzed by an agent, this function returns 0. @@ -21101,11 +21101,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is the value passed to llRezObjectWithParams with REZ_PARAM_STRING.\nIf the object was rezzed by an agent, this function returns an empty string. @@ -21151,11 +21151,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip @@ -21174,11 +21174,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns boolean value of the specified status (e.g. STATUS_PHANTOM) of the object the script is attached to. @@ -21215,11 +21215,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a sub-string from String, in a range specified by the Start and End indices (inclusive).\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\nIf Start is greater than End, the sub string is the exclusion of the entries. @@ -21228,11 +21228,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns a normalized vector of the direction of the sun in the parcel.\nReturns the sun's direction on the simulator in the parcel. @@ -21241,11 +21241,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation applied to the sun in the parcel. @@ -21264,11 +21264,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -21287,11 +21287,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the texture offset of face in the x and y components of a vector. @@ -21310,11 +21310,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the texture rotation of side. @@ -21333,11 +21333,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -21346,11 +21346,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the time in seconds since the last region reset, script reset, or call to either llResetTime or llGetAndResetTime. @@ -21359,11 +21359,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the time in seconds since environmental midnight on the parcel. @@ -21372,11 +21372,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a time-stamp (UTC time zone) in the format: YYYY-MM-DDThh:mm:ss.ff..fZ. @@ -21385,11 +21385,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the torque (if the script is physical).\nReturns a vector that is the torque (if the script is physical). @@ -21398,11 +21398,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC from the system clock. @@ -21411,11 +21411,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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. @@ -21434,11 +21434,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the username of an avatar, if the avatar is connected to the current region, or if the name has been cached. Otherwise, returns an empty string. Use llRequestUsername if the avatar may be absent from the region. @@ -21447,11 +21447,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the velocity of the object.\nReturns a vector that is the velocity of the object. @@ -21479,11 +21479,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of the current value for each requested visual parameter. @@ -21492,11 +21492,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 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). @@ -21542,11 +21542,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 3 + 3.0 tooltip Give InventoryItems to the specified agent as a new folder of items, as permitted by the permissions system. The target must be an agent. @@ -21574,11 +21574,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Give InventoryItem to destination represented by TargetID, as permitted by the permissions system.\nTargetID may be any agent or an object in the same region. @@ -21615,11 +21615,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 3 + 3.0 tooltip Give InventoryItems to destination (represented by TargetID) as a new folder of items, as permitted by the permissions system.\nTargetID may be any agent or an object in the same region. If TargetID is an object, the items are passed directly to the object inventory (no folder is created). @@ -21647,11 +21647,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Transfers Amount of L$ from script owner to AvatarID.\nThis call will silently fail if PERMISSION_DEBIT has not been granted. @@ -21679,13 +21679,13 @@ Returns true if result is non-zero. energy - 10 + 10.0 god-mode 1 return () sleep - 0 + 0.0 tooltip Rez directly off of a UUID if owner has god-bit set. @@ -21704,11 +21704,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the ground height at the object position + offset.\nReturns the ground height at the object's position + Offset. @@ -21727,11 +21727,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the ground contour direction below the object position + Offset.\nReturns the ground contour at the object's position + Offset. @@ -21750,11 +21750,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the ground normal below the object position + offset.\nReturns the ground contour at the object's position + Offset. @@ -21791,11 +21791,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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 @@ -21816,11 +21816,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the ground slope below the object position + Offset.\nReturns the ground slope at the object position + Offset. @@ -21857,11 +21857,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the base64-encoded hashed message authentication code (HMAC), of Message using PEM-formatted Key and digest Algorithm (md5, sha1, sha224, sha256, sha384, sha512). @@ -21898,11 +21898,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Sends an HTTP request to the specified URL with the Body of the request and Parameters.\nReturns a key that is a handle identifying the HTTP request made. @@ -21939,11 +21939,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Responds to an incoming HTTP request which was triggerd by an http_request event within the script. HTTPRequestID specifies the request to respond to (this ID is supplied in the http_request event handler). Status and Body specify the status code and message to respond with. @@ -21962,11 +21962,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Calculates the 32bit hash value for the provided string. @@ -22003,11 +22003,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -22035,11 +22035,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 2 + 2.0 tooltip IMs Text to the user identified.\nSend Text to the user as an instant message. @@ -22058,11 +22058,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is a Base64 big endian encode of Value.\nEncodes the Value as an 8-character Base64 string. @@ -22081,11 +22081,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns TRUE if avatar ID is a friend of the script owner. @@ -22113,11 +22113,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Checks the face for a PBR render material. @@ -22136,11 +22136,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Converts the top level of the JSON string to a list. @@ -22168,11 +22168,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Gets the value indicated by Specifiers from the JSON string. @@ -22209,11 +22209,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a new JSON string that is the JSON given with the Value indicated by Specifiers set to Value. @@ -22241,11 +22241,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers. @@ -22264,11 +22264,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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.\nFor avatars, the returned name is the legacy name @@ -22277,11 +22277,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Starts an asychronous transaction the request the number of keys in the data store. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will the the number of keys in the system. @@ -22311,11 +22311,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Starts an asychronous transaction the request a number of keys from the data store. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. The error XP_ERROR_KEY_NOT_FOUND is returned if First is greater than or equal to the number of keys in the data store. In the success case the subsequent items will be the keys requested. The number of keys returned may be less than requested if the return value is too large or if there is not enough keys remaining. The order keys are returned is not guaranteed but is stable between subsequent calls as long as no keys are added or removed. Because the keys are returned in a comma-delimited list it is not recommended to use commas in key names if this function is used. @@ -22336,11 +22336,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Converts a color from the linear colorspace to sRGB. @@ -22368,11 +22368,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Adjusts the volume (0.0 - 1.0) of the currently playing sound attached to the link.\nThis function has no effect on sounds started with llTriggerSound. @@ -22400,11 +22400,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Creates a particle system in prim LinkNumber based on Rules. An empty list removes a particle system from object.\nList format is [ rule-1, data-1, rule-2, data-2 ... rule-n, data-n ].\nThis is identical to llParticleSystem except that it applies to a specified linked prim and not just the prim the script is in. @@ -22450,11 +22450,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Plays Sound, once or looping, at Volume (0.0 - 1.0). The sound may be attached to the link or triggered at its location.\nOnly one sound may be attached to an object at a time, and attaching a new sound or calling llStopSound will stop the previously attached sound. @@ -22482,11 +22482,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius around the link. @@ -22514,11 +22514,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius around the link. @@ -22555,11 +22555,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -22578,11 +22578,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Stops playback of the currently attached sound on a link. @@ -22591,11 +22591,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of bytes remaining in the linkset's datastore. @@ -22614,11 +22614,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of keys matching the regular expression passed in the search parameter. @@ -22627,11 +22627,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the number of keys in the linkset's datastore. @@ -22650,11 +22650,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Deletes a name:value pair from the linkset's datastore. @@ -22682,11 +22682,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Deletes all key value pairs in the linkset data where the key matches the regular expression in search. Returns a list consisting of [ #deleted, #not deleted ]. @@ -22714,11 +22714,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Deletes a name:value pair from the linkset's datastore. @@ -22755,11 +22755,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of keys from the linkset's data store matching the search parameter. @@ -22787,11 +22787,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 0 + 0.0 tooltip Returns a list of all keys in the linkset datastore. @@ -22810,11 +22810,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the value stored for a key in the linkset. @@ -22842,11 +22842,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the value stored for a key in the linkset. @@ -22855,11 +22855,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Resets the linkset's data store, erasing all key-value pairs. @@ -22887,11 +22887,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Sets a name:value pair in the linkset's datastore @@ -22928,11 +22928,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Sets a name:value pair in the linkset's datastore @@ -22951,11 +22951,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Creates a string of comma separated values from the list.\nCreate a string of comma separated values from the specified list. @@ -22983,11 +22983,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -23015,11 +23015,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -23047,11 +23047,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Converts either a strided list of key:value pairs to a JSON_OBJECT, or a list of values to a JSON_ARRAY. @@ -23079,11 +23079,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 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. @@ -23124,11 +23124,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 0.0 tooltip Returns a subset of entries from ListVariable, in a range specified by the Start and End indicies (inclusive).\nUsing negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\nIf Start is greater than End, the sub string is the exclusion of the entries. @@ -23187,11 +23187,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 0.0 tooltip Returns a subset of entries from ListVariable, in a range specified by Start and End indices (inclusive) return the slice_index element of each stride.\n Using negative numbers for Start and/or End causes the index to count backwards from the length of the list. (e.g. 0, -1 captures entire list)\nIf slice_index is less than 0, it is counted backwards from the end of the stride.\n Stride must be a positive integer > 0 or an empy list is returned. If slice_index falls outside range of stride, an empty list is returned. slice_index is zero-based. (e.g. A stride of 2 has valid indices 0,1) @@ -23241,11 +23241,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 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. @@ -23273,11 +23273,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 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. @@ -23305,11 +23305,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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. @@ -23337,11 +23337,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 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. @@ -23369,11 +23369,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -23410,11 +23410,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the index of the nth instance of Find in ListVariable. Returns -1 if not found. @@ -23469,11 +23469,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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 after the start index and before the end index. Steps through ListVariable by stride. Returns -1 if not found. @@ -23514,11 +23514,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 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. @@ -23550,11 +23550,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 0.0 tooltip Returns a version of the input ListVariable which has been randomized by blocks of size Stride.\nIf the remainder from the length of the list, divided by the stride is non-zero, this function does not randomize the list. @@ -23604,11 +23604,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 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. @@ -23649,11 +23649,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 0.0 tooltip Returns the specified list, sorted into blocks of stride in ascending order (if Ascending is TRUE, otherwise descending). Note that sort only works if the first entry of each block is the same datatype. @@ -23703,11 +23703,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {T} sleep - 0 + 0.0 tooltip Returns the specified list, sorted by the specified element into blocks of stride in ascending order (if Ascending is TRUE, otherwise descending). Note that sort only works if the first entry of each block is the same datatype. @@ -23735,11 +23735,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Performs a statistical aggregate function, specified by a LIST_STAT_* constant, on ListVariables.\nThis function allows a script to perform a statistical operation as defined by operation on a list composed of integers and floats. @@ -23785,11 +23785,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Creates a listen callback for Text on Channel from SpeakersName and SpeakersID (SpeakersName, SpeakersID, and/or Text can be empty) and returns an identifier that can be used to deactivate or remove the listen.\nNon-empty values for SpeakersName, SpeakersID, and Text will filter the results accordingly, while empty strings and NULL_KEY will not filter the results, for string and key parameters respectively.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -23817,11 +23817,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Makes a listen event callback active or inactive. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener you are controlling.\nUse boolean values to specify Active @@ -23840,11 +23840,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Removes a listen event callback. Pass in the value returned from llListen to the iChannelHandle parameter to specify which listener to remove. @@ -23881,11 +23881,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 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. @@ -23904,11 +23904,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the natural logarithm of Value. Returns zero if Value <= 0.\nReturns the base e (natural) logarithm of the specified Value. @@ -23927,11 +23927,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -23968,11 +23968,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Cause object name to point its forward axis towards Target, at a force controlled by Strength and Damping.\nGood Strength values are around half the mass of the object and good Damping values are less than 1/10th of the Strength.\nAsymmetrical shapes require smaller Damping. A Strength of 0.0 cancels the look at. @@ -24000,11 +24000,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Plays specified Sound, looping indefinitely, at Volume (0.0 - 1.0).\nOnly one sound may be attached to an object at a time.\nA second call to llLoopSound with the same key will not restart the sound, but the new volume will be used. This allows control over the volume of already playing sounds.\nSetting the volume to 0 is not the same as calling llStopSound; a sound with 0 volume will continue to loop.\nTo restart the sound from the beginning, call llStopSound before calling llLoopSound again. @@ -24032,11 +24032,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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.\nThe use of multiple masters within a small area is unlikely to produce the desired effect. @@ -24064,11 +24064,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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.\nIf a Sync Master is already playing the Slave sound will begin playing from the same point the master is in its loop synchronizing the loop points of both sounds.\nIf a Sync Master is started when the Slave is already playing, the Slave will skip to the correct position to sync with the Master. @@ -24096,11 +24096,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 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 used as the salt.\nReturns a 32-character hex string. (128-bit in binary.) @@ -24175,11 +24175,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 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. @@ -24254,11 +24254,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Make fire like particles. Deprecated: Use llParticleSystem instead.\nMake fire particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. @@ -24351,11 +24351,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 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. @@ -24430,11 +24430,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Make smoke like particles. Deprecated: Use llParticleSystem instead.\nMake smoky particles using texture from the objects inventory. Deprecated: Use llParticleSystem instead. @@ -24462,11 +24462,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Adds or removes agents from the estate's agent access or ban lists, or groups to the estate's group access list. Action is one of the ESTATE_ACCESS_ALLOWED_* operations to perform.\nReturns an integer representing a boolean, TRUE if the call was successful; FALSE if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.\nThe object owner is notified of any changes, unless PERMISSION_SILENT_ESTATE_MANAGEMENT has been granted to the script. @@ -24503,11 +24503,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 1 + 1.0 tooltip Displays an in world beacon and optionally opens world map for avatar who touched the object or is wearing the script, centered on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events. @@ -24544,11 +24544,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 1 + 1.0 tooltip Opens world map for avatar who touched it or is wearing the script, centred on RegionName with Position highlighted. Only works for scripts attached to avatar, or during touch events.\nDirection currently has no effect. @@ -24594,11 +24594,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sends Number, Text, and ID to members of the link set identified by LinkNumber.\nLinkNumber is either a linked number (available through llGetLinkNumber) or a LINK_* constant. @@ -24617,11 +24617,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Set the minimum time between events being handled. @@ -24658,11 +24658,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.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). @@ -24690,11 +24690,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Modify land with action (LAND_LEVEL, LAND_RAISE, LAND_LOWER, LAND_SMOOTH, LAND_NOISE, LAND_REVERT) on size (0, 1, 2, corresponding to 2m x 2m, 4m x 4m, 8m x 8m). @@ -24722,11 +24722,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -24745,11 +24745,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Look up Agent ID for the named agent in the region. @@ -24777,11 +24777,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Navigate to destination.\nDirects an object to travel to a defined position in the region or adjacent regions. @@ -24818,11 +24818,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the texture S and T offsets for the chosen Face.\nIf Face is ALL_SIDES this function sets the texture offsets for all faces. @@ -24859,11 +24859,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the value for header for request_id.\nReturns a string that is the value of the Header for HTTPRequestID. @@ -24874,11 +24874,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 1 + 1.0 tooltip This function is deprecated. @@ -24906,11 +24906,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the unicode value of the indicated character in the string. @@ -24929,11 +24929,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 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. @@ -24952,11 +24952,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -24975,11 +24975,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 2 + 2.0 tooltip Controls the playback of multimedia resources on a parcel or for an agent, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList. @@ -24998,11 +24998,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return list sleep - 2 + 2.0 tooltip Queries the media properties of the parcel containing the script, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList.\nThis function will only work if the script is contained within an object owned by the land-owner (or if the land is owned by a group, only if the object has been deeded to the group). @@ -25039,11 +25039,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {string} sleep - 0 + 0.0 tooltip Converts Text into a list, discarding Separators, keeping Spacers (Separators and Spacers must be lists of strings, maximum of 8 each).\nSeparators and Spacers are lists of strings with a maximum of 8 entries each. @@ -25080,11 +25080,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return {string} sleep - 0 + 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. @@ -25103,11 +25103,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Creates a particle system in the prim the script is attached to, based on Parameters. An empty list removes a particle system from object.\nList format is [ rule-1, data-1, rule-2, data-2 ... rule-n, data-n ]. @@ -25126,11 +25126,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Configures how collision events are passed to scripts in the linkset.\nIf Pass == TRUE, collisions involving collision-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such collisions will only trigger events in the affected child prim. @@ -25149,11 +25149,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Configures how touch events are passed to scripts in the linkset.\nIf Pass == TRUE, touches involving touch-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such touches will only trigger events in the affected child prim. @@ -25181,11 +25181,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Patrol a list of points.\nSets the points for a character (llCreateCharacter) to patrol along. @@ -25213,11 +25213,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Plays Sound once, at Volume (0.0 - 1.0) and attached to the object.\nOnly one sound may be attached to an object at a time, and attaching a new sound or calling llStopSound will stop the previously attached sound.\nA second call to llPlaySound with the same sound will not restart the sound, but the new volume will be used, which allows control over the volume of already playing sounds.\nTo restart the sound from the beginning, call llStopSound before calling llPlaySound again. @@ -25245,11 +25245,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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.\nllPlaySoundSlave will play the sound exactly once; if it is desired to have the sound play every time the Master loops, either use llLoopSoundSlave with extra silence padded on the end of the sound or ensure that llPlaySoundSlave is called at least once per loop of the Master. @@ -25277,11 +25277,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 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. @@ -25300,11 +25300,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 1 + 1.0 tooltip Causes nearby viewers to preload the Sound from the object's inventory.\nThis is intended to prevent delays in starting new sounds when called upon. @@ -25332,11 +25332,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Chase after a target.\nCauses the character (llCharacter) to pursue the target defined by TargetID. @@ -25382,11 +25382,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Applies Impulse and AngularImpulse to ObjectID.\nApplies the supplied impulse and angular impulse to the object specified. @@ -25405,11 +25405,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Starts an asychronous transaction to retrieve the value associated with the key given. Will fail with XP_ERROR_KEY_NOT_FOUND if the key does not exist. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value associated with the key. @@ -25422,11 +25422,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 20 + 20.0 tooltip Reloads the web page shown on the sides of the object. @@ -25454,11 +25454,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Broadcasts Text to entire region on Channel (except for channel 0). @@ -25495,11 +25495,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Says Text, on Channel, to avatar or object indicated by TargetID (if within region).\nIf TargetID is an avatar and Channel is nonzero, Text can be heard by any attachment on the avatar. @@ -25520,11 +25520,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Return camera to agent.\nDeprecated: Use llClearCameraParams instead. @@ -25533,11 +25533,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Stop taking inputs.\nStop taking inputs from the avatar. @@ -25556,11 +25556,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Releases the specified URL, which was previously obtained using llRequestURL. Once released, the URL will no longer be usable. @@ -25608,11 +25608,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 3 + 3.0 tooltip This function is deprecated. @@ -25623,11 +25623,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip This function is deprecated. @@ -25682,11 +25682,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 3 + 3.0 tooltip If the owner of the object containing this script can modify the object identified by the specified object key, and if the PIN matches the PIN previously set using llSetRemoteScriptAccessPin (on the target prim), then the script will be copied into target. Running is a boolean specifying whether the script should be enabled once copied into the target object. @@ -25705,11 +25705,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Remove avatar from the land ban list.\nRemove specified avatar from the land parcel ban list. @@ -25728,11 +25728,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Remove avatar from the land pass list.\nRemove specified avatar from the land parcel pass list. @@ -25751,11 +25751,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Remove the named inventory item.\nRemove the named inventory item from the object inventory. @@ -25774,11 +25774,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -25815,11 +25815,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Replaces the entire environment for an agent. Must be used as part of an experience. @@ -25875,11 +25875,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Replaces the environment for a parcel or region. @@ -25925,11 +25925,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Searches InitialString and replaces instances of SubString with NewSubString. Zero Count means "replace all". Positive Count moves left to right. Negative moves right to left. @@ -25957,11 +25957,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0.1000000000000000055511151 + 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. @@ -25980,11 +25980,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Requests the display name of the agent. When the display name is available the dataserver event will be raised.\nThe avatar identified does not need to be in the same region or online at the time of the request.\nReturns a key that is used to identify the dataserver event when it is raised. @@ -26012,11 +26012,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Ask the agent for permission to participate in an experience. This request is similar to llRequestPermissions with the following permissions: PERMISSION_TAKE_CONTROLS, PERMISSION_TRIGGER_ANIMATION, PERMISSION_ATTACH, PERMISSION_TRACK_CAMERA, PERMISSION_CONTROL_CAMERA and PERMISSION_TELEPORT. However, unlike llRequestPermissions the decision to allow or block the request is persistent and applies to all scripts using the experience grid wide. Subsequent calls to llRequestExperiencePermissions from scripts in the experience will receive the same response automatically with no user interaction. One of experience_permissions or experience_permissions_denied will be generated in response to this call. Outstanding permission requests will be lost if the script is derezzed, moved to another region or reset. @@ -26037,11 +26037,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 1 + 1.0 tooltip Requests data for the named InventoryItem.\nWhen data is available, the dataserver event will be raised with the key returned from this function in the requested parameter.\nThe only request currently implemented is to request data from landmarks, where the data returned is in the form "<float, float, float>" which can be cast to a vector. This position is in region local coordinates. @@ -26069,11 +26069,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Ask AvatarID to allow the script to perform certain actions, specified in the PermissionMask bitmask. PermissionMask should be one or more PERMISSION_* constants. Multiple permissions can be requested simultaneously by ORing the constants together. Many of the permissions requests can only go to object owner.\nThis call will not stop script execution. If the avatar grants the requested permissions, the run_time_permissions event will be called. @@ -26082,11 +26082,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Requests one HTTPS:// (SSL) URL for use by this object. The http_request event is triggered with results.\nReturns a key that is the handle used for identifying the request in the http_request event. @@ -26114,11 +26114,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 1 + 1.0 tooltip Requests the specified Data about RegionName. When the specified data is available, the dataserver event is raised.\nData should use one of the DATA_SIM_* constants.\nReturns a dataserver query ID and triggers the dataserver event when data is found. @@ -26127,11 +26127,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Requests one HTTP:// URL for use by this script. The http_request event is triggered with the result of the request.\nReturns a key that is the handle used for identifying the result in the http_request event. @@ -26150,11 +26150,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Look up Agent ID for the named agent using a historical name. @@ -26173,11 +26173,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 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. @@ -26196,11 +26196,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.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. @@ -26209,11 +26209,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Removes all residents from the land ban list. @@ -26222,11 +26222,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0.1000000000000000055511151 + 0.1 tooltip Removes all residents from the land access/pass list. @@ -26245,11 +26245,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Resets the named script. @@ -26258,11 +26258,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Resets the script. @@ -26273,11 +26273,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the time to zero.\nSets the internal timer to zero. @@ -26296,11 +26296,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Return objects using their UUIDs.\nRequires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner. @@ -26328,11 +26328,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Return objects based upon their owner and a scope of parcel, parcel owner, or region.\nRequires the PERMISSION_RETURN_OBJECTS permission and that the script owner owns the parcel the returned objects are in, or is an estate manager or region owner. @@ -26387,11 +26387,11 @@ Returns true if result is non-zero. energy - 200 + 200.0 return () sleep - 0.1000000000000000055511151 + 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. @@ -26446,11 +26446,11 @@ Returns true if result is non-zero. energy - 200 + 200.0 return () sleep - 0.1000000000000000055511151 + 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. @@ -26478,11 +26478,11 @@ Returns true if result is non-zero. energy - 200 + 200.0 return uuid sleep - 0.1000000000000000055511151 + 0.1 tooltip Instantiate owner's InventoryItem with the given parameters. @@ -26501,11 +26501,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the rotation angle represented by Rotation.\nReturns the angle represented by the Rotation. @@ -26524,11 +26524,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the rotation axis represented by Rotation.\nReturns the axis represented by the Rotation. @@ -26547,11 +26547,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the Euler representation (roll, pitch, yaw) of Rotation.\nReturns the Euler Angle representation of the Rotation. @@ -26570,11 +26570,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the forward vector defined by Rotation.\nReturns the forward axis represented by the Rotation. @@ -26593,11 +26593,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the left vector defined by Rotation.\nReturns the left axis represented by the Rotation. @@ -26616,11 +26616,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the up vector defined by Rotation.\nReturns the up axis represented by the Rotation. @@ -26648,11 +26648,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return quaternion sleep - 0 + 0.0 tooltip Returns the rotation to rotate Vector1 to Vector2.\nReturns the rotation needed to rotate Vector1 to Vector2. @@ -26689,11 +26689,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Cause object to rotate to Rotation, with a force function defined by Strength and Damping parameters. Good strength values are around half the mass of the object and good damping values are less than 1/10th of the strength.\nAsymmetrical shapes require smaller damping.\nA strength of 0.0 cancels the look at. @@ -26721,11 +26721,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Set rotations with error of LeeWay radians as a rotational target, and return an ID for the rotational target.\nThe returned number is a handle that can be used in at_rot_target and llRotTargetRemove. @@ -26744,11 +26744,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Removes rotational target number.\nRemove rotational target indicated by the handle. @@ -26776,11 +26776,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the texture rotation for the specified Face to angle Radians.\nIf Face is ALL_SIDES, rotates the texture of all sides. @@ -26799,11 +26799,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns Value rounded to the nearest integer.\nReturns the Value rounded to the nearest integer. @@ -26822,11 +26822,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string of 40 hex characters that is the SHA1 security hash of text. @@ -26845,11 +26845,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string of 64 hex characters that is the SHA256 security hash of text. @@ -26868,11 +26868,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 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. @@ -26900,11 +26900,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Says Text on Channel.\nThis chat method has a range of 20m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -26923,11 +26923,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Attempts to resize the entire object by ScalingFactor, maintaining the size-position ratios of the prims.\n\nResizing is subject to prim scale limits and linkability limits. This function can not resize the object if the linkset is physical, a pathfinding character, in a keyframed motion, or if resizing would cause the parcel to overflow.\nReturns a boolean (an integer) TRUE if it succeeds, FALSE if it fails. @@ -26964,11 +26964,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the diffuse texture Horizontal and Vertical repeats on Face of the prim the script is attached to.\nIf Face == ALL_SIDES, all sides are set in one call.\nNegative values for horizontal and vertical will flip the texture. @@ -26987,11 +26987,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 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. @@ -27010,11 +27010,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Enables or disables script profiling options. Currently only supports PROFILE_SCRIPT_MEMORY (Mono only) and PROFILE_NONE.\nMay significantly reduce script performance. @@ -27062,11 +27062,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return uuid sleep - 3 + 3.0 tooltip This function is deprecated. @@ -27121,11 +27121,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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.\nSpecifying a blank Name, 0 Type, or NULL_KEY ID will prevent filtering results based on that parameter. A range of 0.0 does not perform a scan.\nResults are returned in the sensor and no_sensor events. @@ -27134,11 +27134,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip removes sensor.\nRemoves the sensor set by llSensorRepeat. @@ -27202,11 +27202,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Initiates a periodic scan every Rate seconds, for Name and ID with Type (AGENT, ACTIVE, PASSIVE, and/or SCRIPTED) within Range meters and Arc radians of forward vector.\nSpecifying a blank Name, 0 Type, or NULL_KEY ID will prevent filtering results based on that parameter. A range of 0.0 does not perform a scan.\nResults are returned in the sensor and no_sensor events. @@ -27243,11 +27243,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Sets an agent's environmental values to the specified values. Must be used as part of an experience. @@ -27275,11 +27275,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the avatar rotation to the given value. @@ -27307,11 +27307,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -27339,11 +27339,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets an object's angular velocity to AngVel, in local coordinates if Local == TRUE (if the script is physical).\nHas no effect on non-physical objects. @@ -27371,11 +27371,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.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. @@ -27394,11 +27394,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -27417,11 +27417,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -27440,11 +27440,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the camera eye offset used in this object if an avatar sits on it. @@ -27463,11 +27463,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets multiple camera parameters at once. List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ]. @@ -27486,11 +27486,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the action performed when a prim is clicked upon. @@ -27518,11 +27518,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the color, for the face.\nSets the color of the side specified. If Face is ALL_SIDES, sets the color on all faces. @@ -27550,11 +27550,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Set the media type of an LSL HTTP server response to ContentType.\nHTTPRequestID must be a valid http_request ID. ContentType must be one of the CONTENT_TYPE_* constants. @@ -27573,11 +27573,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -27605,11 +27605,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns a string with the requested data about the region. @@ -27637,11 +27637,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets Force on object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. @@ -27678,11 +27678,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the Force and Torque of object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. @@ -27701,11 +27701,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Changes terrain texture properties in the region. @@ -27742,11 +27742,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Critically damps a physical object to a Height (either above ground level or above the higher of land and water if water == TRUE).\nDo not use with vehicles. Use llStopHover to stop hovering. @@ -27783,13 +27783,13 @@ Returns true if result is non-zero. energy - 10 + 10.0 god-mode 1 return () sleep - 0 + 0.0 tooltip Sets the given permission mask to the new value on the inventory item. @@ -27817,11 +27817,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 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.\nKeyframes is a strided list containing positional, rotational, and time data for each step in the motion. Options is a list containing optional arguments and parameters (specified by KFM_* constants). @@ -27858,11 +27858,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -27899,11 +27899,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the camera eye offset, and the offset that camera is looking at, for avatars that sit on the linked prim. @@ -27940,11 +27940,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip If a task exists in the link chain at LinkNumber, set the Face to color.\nSets the color of the linked child's side, specified by LinkNumber. @@ -27981,11 +27981,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets or changes GLTF Overrides set on the selected faces. @@ -28022,11 +28022,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Set the media parameters for a particular face on linked prim, specified by Link. Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s).\nMediaParameters is a set of name/value pairs in no particular order. Parameters not specified are unchanged, or if new media is added then set to the default specified. @@ -28056,11 +28056,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Deprecated: Use llSetLinkPrimitiveParamsFast instead. @@ -28088,11 +28088,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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. @@ -28129,11 +28129,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the Render Material of Face on a linked prim, specified by LinkNumber. Render Material may be a UUID or name of a material in prim inventory. @@ -28161,11 +28161,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the sit flags for the specified prim in a linkset. @@ -28202,11 +28202,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the Texture of Face on a linked prim, specified by LinkNumber. Texture may be a UUID or name of a texture in prim inventory. @@ -28288,11 +28288,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Animates a texture on the prim specified by LinkNumber, by setting the texture scale and offset.\nMode is a bitmask of animation options.\nFace specifies which object face to animate.\nSizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.\nLength specifies the animation duration.\nRate specifies the animation playback rate. @@ -28311,11 +28311,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Sets the rotation of a child prim relative to the root prim. @@ -28336,11 +28336,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Requests Limit bytes to be reserved for this script.\nReturns TRUE or FALSE indicating whether the limit was set successfully.\nThis function has no effect if the script is running in the LSO VM. @@ -28359,11 +28359,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the description of the prim to Description.\nThe description field is limited to 127 characters. @@ -28382,11 +28382,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the prim's name to Name. @@ -28414,13 +28414,13 @@ Returns true if result is non-zero. energy - 10 + 10.0 god-mode 1 return () sleep - 0 + 0.0 tooltip Sets the specified PermissionFlag permission to the value specified by PermissionMask on the object the script is attached to. @@ -28448,11 +28448,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Sets the parcel the object is on for sale.\nForSale is a boolean, if TRUE the parcel is put up for sale. Options is a list of options to set for the sale, such as price, authorized buyer, and whether to include objects on the parcel.\n Setting ForSale to FALSE will remove the parcel from sale and clear any options that were set. @@ -28471,11 +28471,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 2 + 2.0 tooltip Sets the streaming audio URL for the parcel the object is on.\nThe object must be owned by the owner of the parcel; if the parcel is group owned the object must be owned by that group. @@ -28503,11 +28503,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the default amount when someone chooses to pay this object.\nPrice is the default price shown in the text input field. QuickButtons specifies the 4 payment values shown in the payment dialog's buttons.\nInput field and buttons may be hidden with PAY_HIDE constant, and may be set to their default values using PAY_DEFAULT. @@ -28562,11 +28562,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the selected parameters of the object's physics behavior.\nMaterialBits is a bitmask specifying which of the parameters in the other arguments should be applied to the object. GravityMultiplier, Restitution, Friction, and Density are the possible parameters to manipulate. @@ -28585,11 +28585,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip If the object is not physical, this function sets the position of the prim.\nIf the script is in a child prim, Position is treated as root relative and the link-set is adjusted.\nIf the prim is the root prim, the entire object is moved (up to 10m) to Position in region coordinates. @@ -28617,11 +28617,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 1 + 1.0 tooltip Sets the MediaParameters for a particular Face on the prim. Returns an integer that is a STATUS_* flag which details the success/failure of the operation(s).\nMediaParameters is a set of name/value pairs in no particular order. Parameters not specified are unchanged, or if new media is added then set to the default specified. @@ -28642,11 +28642,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 20 + 20.0 tooltip Deprecated: Use llSetPrimMediaParams instead. @@ -28667,11 +28667,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Deprecated: Use llSetLinkPrimitiveParamsFast instead. @@ -28690,11 +28690,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Attempts to move the object so that the root prim is within 0.1m of Position.\nReturns an integer boolean, TRUE if the object is successfully placed within 0.1 m of Position, FALSE otherwise.\nPosition may be any location within the region or up to 10m across a region border.\nIf the position is below ground, it will be set to the ground level at that x,y location. @@ -28713,11 +28713,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 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. @@ -28745,11 +28745,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Applies Render Material to Face of prim.\nRender Material may be a UUID or name of a material in prim inventory.\nIf Face is ALL_SIDES, set the render material on all faces. @@ -28768,11 +28768,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip If the object is not physical, this function sets the rotation of the prim.\nIf the script is in a child prim, Rotation is treated as root relative and the link-set is adjusted.\nIf the prim is the root prim, the entire object is rotated to Rotation in the global reference frame. @@ -28791,11 +28791,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the prim's scale (size) to Scale. @@ -28823,11 +28823,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Enable or disable the script Running state of Script in the prim. @@ -28846,11 +28846,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Displays Text rather than 'Sit' in the viewer's context menu. @@ -28869,11 +28869,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets whether successive calls to llPlaySound, llLoopSound, etc., (attached sounds) interrupt the currently playing sound.\nThe default for objects is FALSE. Setting this value to TRUE will make the sound wait until the current playing sound reaches its end. The queue is one level deep. @@ -28892,11 +28892,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Limits radius for audibility of scripted sounds (both attached and triggered) to distance Radius. @@ -28924,11 +28924,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets object status specified in Status bitmask (e.g. STATUS_PHYSICS|STATUS_PHANTOM) to boolean Value.\nFor a full list of STATUS_* constants, see wiki documentation. @@ -28965,11 +28965,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Causes Text to float above the prim, using the specified Color and Opacity. @@ -28997,11 +28997,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0.2000000000000000111022302 + 0.2 tooltip Applies Texture to Face of prim.\nTexture may be a UUID or name of a texture in prim inventory.\nIf Face is ALL_SIDES, set the texture on all faces. @@ -29074,11 +29074,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Animates a texture by setting the texture scale and offset.\nMode is a bitmask of animation options.\nFace specifies which object face to animate.\nSizeX and SizeY specify the number of horizontal and vertical frames.Start specifes the animation start point.\nLength specifies the animation duration.\nRate specifies the animation playback rate. @@ -29099,11 +29099,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Causes the timer event to be triggered every Rate seconds.\n Passing in 0.0 stops further timer events. @@ -29131,11 +29131,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets the Torque acting on the script's object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).\nOnly works on physical objects. @@ -29154,11 +29154,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Displays Text in the viewer context menu that acts on a touch. @@ -29177,11 +29177,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Enables the vehicle flags specified in the Flags bitmask.\nValid parameters can be found in the wiki documentation. @@ -29209,11 +29209,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets a vehicle float parameter.\nValid parameters can be found in the wiki documentation. @@ -29241,11 +29241,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets a vehicle rotation parameter.\nValid parameters can be found in the wiki documentation. @@ -29264,11 +29264,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Activates the vehicle action on the object with vehicle preset Type.\nValid Types and an explanation of their characteristics can be found in wiki documentation. @@ -29296,11 +29296,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Sets a vehicle vector parameter.\nValid parameters can be found in the wiki documentation. @@ -29328,11 +29328,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip If the object is physics-enabled, sets the object's linear velocity to Velocity.\nIf Local==TRUE, Velocity is treated as a local directional vector; otherwise, Velocity is treated as a global directional vector. @@ -29360,11 +29360,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Shouts Text on Channel.\nThis chat method has a range of 100m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -29401,11 +29401,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the base64-encoded RSA signature of Message using PEM-formatted PrivateKey and digest Algorithm (sha1, sha224, sha256, sha384, sha512). @@ -29424,11 +29424,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the sine of Theta (Theta in radians). @@ -29456,11 +29456,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip If agent identified by AvatarID is participating in the experience, sit them on the specified link's sit target. @@ -29488,11 +29488,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Set the sit location for this object. If offset == ZERO_VECTOR, clears the sit target. @@ -29511,11 +29511,11 @@ Returns true if result is non-zero. energy - 0 + 0.0 return () sleep - 0 + 0.0 tooltip Put script to sleep for Time seconds. @@ -29563,11 +29563,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Deprecated: Use llPlaySound instead.\nPlays Sound at Volume and specifies whether the sound should loop and/or be enqueued. @@ -29588,11 +29588,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Deprecated: Use llPreloadSound instead.\nPreloads a sound on viewers within range. @@ -29611,11 +29611,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the square root of Value.\nTriggers a math runtime error for imaginary results (if Value < 0.0). @@ -29634,11 +29634,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip This function plays the specified animation from playing on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory or a built-in animation.\nRequires PERMISSION_TRIGGER_ANIMATION. @@ -29657,11 +29657,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip This function plays the specified animation on the rigged mesh object associated with the current script.\nAnimation may be an animation in task inventory or a built-in animation.\n @@ -29680,11 +29680,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip This function stops the specified animation on the avatar who received the script's most recent permissions request.\nAnimation may be an animation in task inventory, a built-in animation, or the uuid of an animation.\nRequires PERMISSION_TRIGGER_ANIMATION. @@ -29693,11 +29693,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Stop hovering to a height (due to llSetHoverHeight()). @@ -29706,11 +29706,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Stop causing object to point at a target (due to llLookAt() or llRotLookAt()). @@ -29719,11 +29719,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Stops critically damped motion (due to llMoveToTarget()). @@ -29742,11 +29742,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip This function stops the specified animation on the rigged mesh object associated with the current script.\nAnimation may be an animation in task inventory, a built-in animation, or the uuid of an animation.\n @@ -29755,11 +29755,11 @@ Returns true if result is non-zero. arguments energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Stops playback of the currently attached sound. @@ -29778,11 +29778,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns an integer that is the number of characters in Text (not counting the null). @@ -29801,11 +29801,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the string Base64 representation of the input string. @@ -29833,11 +29833,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Outputs a string, eliminating white-space from the start and/or end of the input string Text.\nValid options for TrimType:\nSTRING_TRIM_HEAD: trim all leading spaces in Text\nSTRING_TRIM_TAIL: trim all trailing spaces in Text\nSTRING_TRIM: trim all leading and trailing spaces in Text. @@ -29865,11 +29865,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns an integer that is the index in Text where string pattern Sequence first appears. Returns -1 if not found. @@ -29890,11 +29890,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Deprecated: Use llSetCameraParams instead. @@ -29931,11 +29931,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Take controls from the agent the script has permissions for.\nIf (Accept == (Controls & input)), send input to the script. PassOn determines whether Controls also perform their normal functions.\nRequires the PERMISSION_TAKE_CONTROLS permission to run. @@ -29954,11 +29954,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the tangent of Theta (Theta in radians). @@ -29986,11 +29986,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip This function is to have the script know when it has reached a position.\nIt registers a Position with a Range that triggers at_target and not_at_target events continuously until unregistered. @@ -30027,11 +30027,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Attempt to spin at SpinRate with strength Gain on Axis.\nA spin rate of 0.0 cancels the spin. This function always works in object-local coordinates. @@ -30050,11 +30050,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Removes positional target Handle registered with llTarget. @@ -30091,11 +30091,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 20 + 20.0 tooltip Sends an email with Subject and Message to the owner or creator of an object. @@ -30141,11 +30141,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.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.\nRequires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object. @@ -30191,11 +30191,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Teleports an agent to the RegionPosition local coordinates within a region which is specified by the GlobalPosition global coordinates. The agent lands facing the position defined by LookAtPoint local coordinates.\nRequires the PERMISSION_TELEPORT permission. This function can only teleport the owner of the object. @@ -30214,11 +30214,11 @@ Returns true if result is non-zero. energy - 100 + 100.0 return () sleep - 5 + 5.0 tooltip Teleport agent over the owner's land to agent's home location. @@ -30255,11 +30255,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 1 + 1.0 tooltip Opens a dialog for the specified avatar with message Text, which contains a text box for input. Any text that is entered is said on the specified Channel (as if by the avatar) when the "OK" button is clicked. @@ -30278,11 +30278,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is Text with all lower-case characters. @@ -30301,11 +30301,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns a string that is Text with all upper-case characters. @@ -30333,11 +30333,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 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. @@ -30374,11 +30374,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Transfers ownership of an object, or a copy of the object to a new agent. @@ -30406,11 +30406,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Plays Sound at Volume (0.0 - 1.0), centered at but not attached to object.\nThere is no limit to the number of triggered sounds which can be generated by an object, and calling llTriggerSound does not affect the attached sounds created by llPlaySound and llLoopSound. This is very useful for things like collision noises, explosions, etc. There is no way to stop or alter the volume of a sound triggered by this function. @@ -30456,11 +30456,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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).\nThere is no limit to the number of triggered sounds which can be generated by an object, and calling llTriggerSound does not affect the attached sounds created by llPlaySound and llLoopSound. This is very useful for things like collision noises, explosions, etc. There is no way to stop or alter the volume of a sound triggered by this function. @@ -30479,11 +30479,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 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 object's owner, the agent is forced to stand up. @@ -30502,11 +30502,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Returns the string that is the URL unescaped, replacing "%20" with spaces, etc., version of URL.\nThis function can output raw UTF-8 strings. @@ -30525,11 +30525,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Updates settings for a pathfinding character. @@ -30575,11 +30575,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return uuid sleep - 0 + 0.0 tooltip Starts an asychronous transaction to update the value associated with the key given. The dataserver callback will be executed with the key returned from this call and a string describing the result. The result is a two element commma-delimited list. The first item is an integer specifying if the transaction succeeded (1) or not (0). In the failure case, the second item will be an integer corresponding to one of the XP_ERROR_... constants. In the success case the second item will be the value associated with the key. If Checked is 1 the existing value in the data store must match the OriginalValue passed or XP_ERROR_RETRY_UPDATE will be returned. If Checked is 0 the key will be created if necessary. @@ -30609,11 +30609,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the distance between Location1 and Location2. @@ -30632,11 +30632,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the magnitude of the vector. @@ -30655,11 +30655,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns normalized vector. @@ -30705,11 +30705,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return boolean sleep - 0 + 0.0 tooltip Returns TRUE if PublicKey, Message, and Algorithm produce the same base64-formatted Signature. @@ -30728,11 +30728,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip If DetectEnabled = TRUE, object becomes phantom but triggers collision_start and collision_end events when other objects start and stop interpenetrating.\nIf another object (including avatars) interpenetrates it, it will get a collision_start event.\nWhen an object stops interpenetrating, a collision_end event is generated. While the other is inter-penetrating, collision events are NOT generated. @@ -30769,11 +30769,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Wander within a specified volume.\nSets a character to wander about a central spot within a specified area. @@ -30792,11 +30792,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return number sleep - 0 + 0.0 tooltip Returns the water height below the object position + Offset. @@ -30824,11 +30824,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return () sleep - 0 + 0.0 tooltip Whispers Text on Channel.\nThis chat method has a range of 10m radius.\nPUBLIC_CHANNEL is the public chat channel that all avatars see as chat text. DEBUG_CHANNEL is the script debug channel, and is also visible to nearby avatars. All other channels are are not sent to avatars, but may be used to communicate with scripts. @@ -30847,11 +30847,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the wind velocity at the object position + Offset. @@ -30870,11 +30870,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Returns the local position that would put the origin of a HUD object directly over world_pos as viewed by the current camera. @@ -30902,11 +30902,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1. @@ -30936,11 +30936,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return string sleep - 0.2999999999999999888977698 + 0.3 tooltip Deprecated: Please use llXorBase64 instead.\nIncorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1.\nRetained for backwards compatibility. @@ -30970,11 +30970,11 @@ Returns true if result is non-zero. deprecated 1 energy - 10 + 10.0 return string sleep - 0 + 0.0 tooltip Deprecated: Please use llXorBase64 instead.\nCorrectly (unless nulls are present) performs an exclusive OR on two Base64 strings and returns a Base64 string.\nText2 repeats if it is shorter than Text1. @@ -30993,11 +30993,11 @@ Returns true if result is non-zero. energy - 10 + 10.0 return vector sleep - 0 + 0.0 tooltip Converts a color from the sRGB to the linear colorspace. From 7f0280cbe2b8cbb3ce0ffe1267785912f71fa3d3 Mon Sep 17 00:00:00 2001 From: tapple Date: Mon, 26 Jan 2026 09:57:19 -0800 Subject: [PATCH 2/5] reverted c_compat for booleans --- .../app_settings/keywords_lsl_default.xml | 114 ++++++++--------- .../app_settings/keywords_lua_default.xml | 118 +++++++++--------- 2 files changed, 116 insertions(+), 116 deletions(-) diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index c51a092986..535119f59b 100644 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -69,7 +69,7 @@ quaternion private - 1 + true tooltip The quaternion type is a left over from way back when LSL was created. It was later renamed to <rotation> to make it more user friendly, but it appears someone forgot to remove it ;-) @@ -616,7 +616,7 @@ ATTACH_LPEC deprecated - 1 + true tooltip Attach to the avatar's right pectoral. (Deprecated, use ATTACH_RIGHT_PEC) type @@ -780,7 +780,7 @@ ATTACH_RPEC deprecated - 1 + true tooltip Attach to the avatar's left pectoral. (deprecated, use ATTACH_LEFT_PEC) type @@ -5048,7 +5048,7 @@ PRIM_CAST_SHADOWS deprecated - 1 + true tooltip type @@ -6952,7 +6952,7 @@ vector position - position in local coordinates REMOTE_DATA_CHANNEL deprecated - 1 + true tooltip type @@ -6963,7 +6963,7 @@ vector position - position in local coordinates REMOTE_DATA_REPLY deprecated - 1 + true tooltip type @@ -6974,7 +6974,7 @@ vector position - position in local coordinates REMOTE_DATA_REQUEST deprecated - 1 + true tooltip type @@ -8759,7 +8759,7 @@ vector position - position in local coordinates VEHICLE_FLAG_NO_FLY_UP deprecated - 1 + true tooltip Old, changed to VEHICLE_FLAG_NO_DEFLECTION_UP type @@ -10000,7 +10000,7 @@ If another state is defined before the default state, the compiler will report a remote_data deprecated - 1 + true arguments @@ -10401,7 +10401,7 @@ If another state is defined before the default state, the compiler will report a Returns TRUE if the agent is in the Experience and the Experience can run in the current location. bool_semantics - 1 + true llAllowInventoryDrop @@ -11007,7 +11007,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -11032,7 +11032,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -11130,7 +11130,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -11492,7 +11492,7 @@ If another state is defined before the default state, the compiler will report a tooltip Derezzes an object previously rezzed by a script in this region. Returns TRUE on success or FALSE if the object could not be derezzed. bool_semantics - 1 + true llDetachFromAvatar @@ -11576,7 +11576,7 @@ If another state is defined before the default state, the compiler will report a 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. bool_semantics - 1 + true llDetectedKey @@ -12059,7 +12059,7 @@ If another state is defined before the default state, the compiler will report a 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. bool_semantics - 1 + true llEjectFromLand @@ -13061,7 +13061,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns a string with the requested data about the region. bool_semantics - 1 + true llGetExperienceDetails @@ -13535,7 +13535,7 @@ If another state is defined before the default state, the compiler will report a 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. bool_semantics - 1 + true llGetLinkName @@ -13628,7 +13628,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns the list of primitive attributes requested in the Parameters list for LinkNumber.\nPRIM_* flags can be broken into three categories, face flags, prim flags, and object flags.\n* Supplying a prim or object flag will return that flag's attributes.\n* Face flags require the user to also supply a face index parameter. bool_semantics - 1 + true llGetLinkSitFlags @@ -14028,7 +14028,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns a list of object details specified in the Parameters list for the object or avatar in the region with key ID.\nParameters are specified by the OBJECT_* constants. bool_semantics - 1 + true llGetObjectLinkKey @@ -14225,7 +14225,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns a list of parcel details specified in the ParcelDetails list for the parcel at Position.\nParameters is one or more of: PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA, _ID, _SEE_AVATARS.\nReturns a list that is the parcel details specified in ParcelDetails (in the same order) for the parcel at Position. bool_semantics - 1 + true llGetParcelFlags @@ -14443,7 +14443,7 @@ If another state is defined before the default state, the compiler will report a 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. bool_semantics - 1 + true llGetPrimitiveParams @@ -14468,7 +14468,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns the primitive parameters specified in the parameters list.\nReturns primitive parameters specified in the Parameters list. bool_semantics - 1 + true llGetRegionAgentCount @@ -14763,7 +14763,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns TRUE if the script named is running.\nReturns TRUE if ScriptName is running. bool_semantics - 1 + true llGetSimStats @@ -14900,7 +14900,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns boolean value of the specified status (e.g. STATUS_PHANTOM) of the object the script is attached to. bool_semantics - 1 + true llGetSubString @@ -15401,7 +15401,7 @@ If another state is defined before the default state, the compiler will report a energy 10.0 god-mode - 1 + true return void sleep @@ -15809,7 +15809,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns TRUE if avatar ID is a friend of the script owner. bool_semantics - 1 + true llIsLinkGLTFMaterial @@ -15843,7 +15843,7 @@ If another state is defined before the default state, the compiler will report a tooltip Checks the face for a PBR render material. bool_semantics - 1 + true llJson2List @@ -17865,7 +17865,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -17944,7 +17944,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -18041,7 +18041,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -18120,7 +18120,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -18162,7 +18162,7 @@ If another state is defined before the default state, the compiler will report a tooltip Adds or removes agents from the estate's agent access or ban lists, or groups to the estate's group access list. Action is one of the ESTATE_ACCESS_ALLOWED_* operations to perform.\nReturns an integer representing a boolean, TRUE if the call was successful; FALSE if throttled, invalid action, invalid or null id or object owner is not allowed to manage the estate.\nThe object owner is notified of any changes, unless PERMISSION_SILENT_ESTATE_MANAGEMENT has been granted to the script. bool_semantics - 1 + true llMapBeacon @@ -18566,7 +18566,7 @@ If another state is defined before the default state, the compiler will report a arguments deprecated - 1 + true energy 10.0 return @@ -18631,7 +18631,7 @@ If another state is defined before the default state, the compiler will report a 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. bool_semantics - 1 + true llOwnerSay @@ -18702,7 +18702,7 @@ If another state is defined before the default state, the compiler will report a tooltip Queries the media properties of the parcel containing the script, via one or more PARCEL_MEDIA_COMMAND_* arguments specified in CommandList.\nThis function will only work if the script is contained within an object owned by the land-owner (or if the land is owned by a group, only if the object has been deeded to the group). bool_semantics - 1 + true llParseString2List @@ -19118,7 +19118,7 @@ If another state is defined before the default state, the compiler will report a arguments deprecated - 1 + true energy 10.0 return @@ -19216,7 +19216,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -19304,7 +19304,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -19319,7 +19319,7 @@ If another state is defined before the default state, the compiler will report a arguments deprecated - 1 + true energy 10.0 return @@ -20572,7 +20572,7 @@ If another state is defined before the default state, the compiler will report a 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. bool_semantics - 1 + true llSay @@ -20629,7 +20629,7 @@ If another state is defined before the default state, the compiler will report a tooltip Attempts to resize the entire object by ScalingFactor, maintaining the size-position ratios of the prims.\n\nResizing is subject to prim scale limits and linkability limits. This function can not resize the object if the linkset is physical, a pathfinding character, in a keyframed motion, or if resizing would cause the parcel to overflow.\nReturns a boolean (an integer) TRUE if it succeeds, FALSE if it fails. bool_semantics - 1 + true llScaleTexture @@ -20695,7 +20695,7 @@ If another state is defined before the default state, the compiler will report a 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. bool_semantics - 1 + true llScriptProfiler @@ -20762,7 +20762,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -21487,7 +21487,7 @@ If another state is defined before the default state, the compiler will report a energy 10.0 god-mode - 1 + true return void sleep @@ -21756,7 +21756,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -22044,7 +22044,7 @@ If another state is defined before the default state, the compiler will report a tooltip Requests Limit bytes to be reserved for this script.\nReturns TRUE or FALSE indicating whether the limit was set successfully.\nThis function has no effect if the script is running in the LSO VM. bool_semantics - 1 + true llSetObjectDesc @@ -22118,7 +22118,7 @@ If another state is defined before the default state, the compiler will report a energy 10.0 god-mode - 1 + true return void sleep @@ -22342,7 +22342,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -22367,7 +22367,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -22400,7 +22400,7 @@ If another state is defined before the default state, the compiler will report a tooltip Attempts to move the object so that the root prim is within 0.1m of Position.\nReturns an integer boolean, TRUE if the object is successfully placed within 0.1 m of Position, FALSE otherwise.\nPosition may be any location within the region or up to 10m across a region border.\nIf the position is below ground, it will be set to the ground level at that x,y location. bool_semantics - 1 + true llSetRemoteScriptAccessPin @@ -23263,7 +23263,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -23288,7 +23288,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -23590,7 +23590,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -24415,7 +24415,7 @@ If another state is defined before the default state, the compiler will report a tooltip Returns TRUE if PublicKey, Message, and Algorithm produce the same base64-formatted Signature. bool_semantics - 1 + true llVolumeDetect @@ -24638,7 +24638,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return @@ -24672,7 +24672,7 @@ If another state is defined before the default state, the compiler will report a deprecated - 1 + true energy 10.0 return diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index 3990c5a997..b53d9221bb 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -868,7 +868,7 @@ export type rotation = quaternion ATTACH_LPEC deprecated - 1 + true tooltip Attach to the avatar's right pectoral. (Deprecated, use ATTACH_RIGHT_PEC) type @@ -1032,7 +1032,7 @@ export type rotation = quaternion ATTACH_RPEC deprecated - 1 + true tooltip Attach to the avatar's left pectoral. (deprecated, use ATTACH_LEFT_PEC) type @@ -5291,7 +5291,7 @@ export type rotation = quaternion PRIM_CAST_SHADOWS deprecated - 1 + true tooltip type @@ -7195,7 +7195,7 @@ vector position - position in local coordinates REMOTE_DATA_CHANNEL deprecated - 1 + true tooltip type @@ -7206,7 +7206,7 @@ vector position - position in local coordinates REMOTE_DATA_REPLY deprecated - 1 + true tooltip type @@ -7217,7 +7217,7 @@ vector position - position in local coordinates REMOTE_DATA_REQUEST deprecated - 1 + true tooltip type @@ -8993,7 +8993,7 @@ vector position - position in local coordinates VEHICLE_FLAG_NO_FLY_UP deprecated - 1 + true tooltip Old, changed to VEHICLE_FLAG_NO_DEFLECTION_UP type @@ -10228,7 +10228,7 @@ vector position - position in local coordinates remote_data deprecated - 1 + true arguments @@ -10328,7 +10328,7 @@ vector position - position in local coordinates timer deprecated - 1 + true arguments tooltip @@ -15332,7 +15332,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -15371,7 +15371,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -15424,7 +15424,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -16607,7 +16607,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17269,7 +17269,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17294,7 +17294,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17392,7 +17392,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17786,7 +17786,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17811,7 +17811,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17836,7 +17836,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17861,7 +17861,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17886,7 +17886,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17911,7 +17911,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17936,7 +17936,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17961,7 +17961,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -17986,7 +17986,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18011,7 +18011,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18036,7 +18036,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18061,7 +18061,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18086,7 +18086,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18111,7 +18111,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18136,7 +18136,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18161,7 +18161,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18186,7 +18186,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18211,7 +18211,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -18926,7 +18926,7 @@ Returns true if result is non-zero. arguments deprecated - 1 + true energy 10.0 return @@ -21681,7 +21681,7 @@ Returns true if result is non-zero. energy 10.0 god-mode - 1 + true return () sleep @@ -24173,7 +24173,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -24252,7 +24252,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -24349,7 +24349,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -24428,7 +24428,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -24872,7 +24872,7 @@ Returns true if result is non-zero. arguments deprecated - 1 + true energy 10.0 return @@ -25420,7 +25420,7 @@ Returns true if result is non-zero. arguments deprecated - 1 + true energy 10.0 return @@ -25518,7 +25518,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -25606,7 +25606,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -25621,7 +25621,7 @@ Returns true if result is non-zero. arguments deprecated - 1 + true energy 10.0 return @@ -26271,7 +26271,7 @@ Returns true if result is non-zero. arguments deprecated - 1 + true energy 10.0 return @@ -27060,7 +27060,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -27785,7 +27785,7 @@ Returns true if result is non-zero. energy 10.0 god-mode - 1 + true return () sleep @@ -28054,7 +28054,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -28334,7 +28334,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -28416,7 +28416,7 @@ Returns true if result is non-zero. energy 10.0 god-mode - 1 + true return () sleep @@ -28640,7 +28640,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -28665,7 +28665,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -29097,7 +29097,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -29561,7 +29561,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -29586,7 +29586,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -29888,7 +29888,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -30934,7 +30934,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return @@ -30968,7 +30968,7 @@ Returns true if result is non-zero. deprecated - 1 + true energy 10.0 return From db09074fad004416e08a719639cf3f7f394bcc0c Mon Sep 17 00:00:00 2001 From: tapple Date: Mon, 26 Jan 2026 10:26:20 -0800 Subject: [PATCH 3/5] reverted c_compat for strings --- .../app_settings/keywords_lsl_default.xml | 1786 ++++++++-------- .../app_settings/keywords_lua_default.xml | 1820 ++++++++--------- 2 files changed, 1803 insertions(+), 1803 deletions(-) diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index 535119f59b..8f824080f2 100644 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -112,7 +112,7 @@ AGENT_ALWAYS_RUN tooltip - + type integer value @@ -139,7 +139,7 @@ AGENT_AUTOPILOT tooltip - + type integer value @@ -148,7 +148,7 @@ AGENT_AWAY tooltip - + type integer value @@ -157,7 +157,7 @@ AGENT_BUSY tooltip - + type integer value @@ -166,7 +166,7 @@ AGENT_BY_LEGACY_NAME tooltip - + type integer value @@ -175,7 +175,7 @@ AGENT_BY_USERNAME tooltip - + type integer value @@ -184,7 +184,7 @@ AGENT_CROUCHING tooltip - + type integer value @@ -211,7 +211,7 @@ AGENT_IN_AIR tooltip - + type integer value @@ -247,7 +247,7 @@ AGENT_MOUSELOOK tooltip - + type integer value @@ -256,7 +256,7 @@ AGENT_ON_OBJECT tooltip - + type integer value @@ -274,7 +274,7 @@ AGENT_SITTING tooltip - + type integer value @@ -283,7 +283,7 @@ AGENT_TYPING tooltip - + type integer value @@ -292,7 +292,7 @@ AGENT_WALKING tooltip - + type integer value @@ -301,7 +301,7 @@ ALL_SIDES tooltip - + type integer value @@ -463,7 +463,7 @@ ATTACH_HUD_BOTTOM tooltip - + type integer value @@ -472,7 +472,7 @@ ATTACH_HUD_BOTTOM_LEFT tooltip - + type integer value @@ -481,7 +481,7 @@ ATTACH_HUD_BOTTOM_RIGHT tooltip - + type integer value @@ -490,7 +490,7 @@ ATTACH_HUD_CENTER_1 tooltip - + type integer value @@ -499,7 +499,7 @@ ATTACH_HUD_CENTER_2 tooltip - + type integer value @@ -508,7 +508,7 @@ ATTACH_HUD_TOP_CENTER tooltip - + type integer value @@ -517,7 +517,7 @@ ATTACH_HUD_TOP_LEFT tooltip - + type integer value @@ -526,7 +526,7 @@ ATTACH_HUD_TOP_RIGHT tooltip - + type integer value @@ -845,7 +845,7 @@ AVOID_CHARACTERS tooltip - + type integer value @@ -854,7 +854,7 @@ AVOID_DYNAMIC_OBSTACLES tooltip - + type integer value @@ -863,7 +863,7 @@ AVOID_NONE tooltip - + type integer value @@ -881,7 +881,7 @@ CAMERA_ACTIVE tooltip - + type integer value @@ -890,7 +890,7 @@ CAMERA_BEHINDNESS_ANGLE tooltip - + type integer value @@ -899,7 +899,7 @@ CAMERA_BEHINDNESS_LAG tooltip - + type integer value @@ -908,7 +908,7 @@ CAMERA_DISTANCE tooltip - + type integer value @@ -917,7 +917,7 @@ CAMERA_FOCUS tooltip - + type integer value @@ -926,7 +926,7 @@ CAMERA_FOCUS_LAG tooltip - + type integer value @@ -935,7 +935,7 @@ CAMERA_FOCUS_LOCKED tooltip - + type integer value @@ -944,7 +944,7 @@ CAMERA_FOCUS_OFFSET tooltip - + type integer value @@ -953,7 +953,7 @@ CAMERA_FOCUS_THRESHOLD tooltip - + type integer value @@ -962,7 +962,7 @@ CAMERA_PITCH tooltip - + type integer value @@ -971,7 +971,7 @@ CAMERA_POSITION tooltip - + type integer value @@ -980,7 +980,7 @@ CAMERA_POSITION_LAG tooltip - + type integer value @@ -989,7 +989,7 @@ CAMERA_POSITION_LOCKED tooltip - + type integer value @@ -998,7 +998,7 @@ CAMERA_POSITION_THRESHOLD tooltip - + type integer value @@ -1043,7 +1043,7 @@ CHANGED_MEDIA tooltip - + type integer value @@ -1151,7 +1151,7 @@ CHARACTER_CMD_SMOOTH_STOP tooltip - + type integer value @@ -1268,7 +1268,7 @@ CHARACTER_TYPE_A tooltip - + type integer value @@ -1277,7 +1277,7 @@ CHARACTER_TYPE_B tooltip - + type integer value @@ -1286,7 +1286,7 @@ CHARACTER_TYPE_C tooltip - + type integer value @@ -1295,7 +1295,7 @@ CHARACTER_TYPE_D tooltip - + type integer value @@ -1304,7 +1304,7 @@ CHARACTER_TYPE_NONE tooltip - + type integer value @@ -1646,7 +1646,7 @@ DAMAGE_TYPE_EMOTIONAL tooltip - + type integer value @@ -1781,7 +1781,7 @@ DATA_PAYINFO tooltip - + type integer value @@ -1805,7 +1805,7 @@ DATA_SIM_POS tooltip - + type integer value @@ -1814,7 +1814,7 @@ DATA_SIM_RATING tooltip - + type integer value @@ -1823,7 +1823,7 @@ DATA_SIM_STATUS tooltip - + type integer value @@ -1986,7 +1986,7 @@ ERR_GENERIC tooltip - + type integer value @@ -1995,7 +1995,7 @@ ERR_MALFORMED_PARAMS tooltip - + type integer value @@ -2004,7 +2004,7 @@ ERR_PARCEL_PERMISSIONS tooltip - + type integer value @@ -2013,7 +2013,7 @@ ERR_RUNTIME_PERMISSIONS tooltip - + type integer value @@ -2022,7 +2022,7 @@ ERR_THROTTLED tooltip - + type integer value @@ -2139,7 +2139,7 @@ GAME_CONTROL_AXIS_LEFTX tooltip - + type integer value @@ -2148,7 +2148,7 @@ GAME_CONTROL_AXIS_LEFTY tooltip - + type integer value @@ -2157,7 +2157,7 @@ GAME_CONTROL_AXIS_RIGHTX tooltip - + type integer value @@ -2166,7 +2166,7 @@ GAME_CONTROL_AXIS_RIGHTY tooltip - + type integer value @@ -2175,7 +2175,7 @@ GAME_CONTROL_AXIS_TRIGGERLEFT tooltip - + type integer value @@ -2184,7 +2184,7 @@ GAME_CONTROL_AXIS_TRIGGERRIGHT tooltip - + type integer value @@ -2193,7 +2193,7 @@ GAME_CONTROL_BUTTON_A tooltip - + type integer value @@ -2202,7 +2202,7 @@ GAME_CONTROL_BUTTON_B tooltip - + type integer value @@ -2211,7 +2211,7 @@ GAME_CONTROL_BUTTON_BACK tooltip - + type integer value @@ -2220,7 +2220,7 @@ GAME_CONTROL_BUTTON_DPAD_DOWN tooltip - + type integer value @@ -2229,7 +2229,7 @@ GAME_CONTROL_BUTTON_DPAD_LEFT tooltip - + type integer value @@ -2238,7 +2238,7 @@ GAME_CONTROL_BUTTON_DPAD_RIGHT tooltip - + type integer value @@ -2247,7 +2247,7 @@ GAME_CONTROL_BUTTON_DPAD_UP tooltip - + type integer value @@ -2256,7 +2256,7 @@ GAME_CONTROL_BUTTON_GUIDE tooltip - + type integer value @@ -2265,7 +2265,7 @@ GAME_CONTROL_BUTTON_LEFTSHOULDER tooltip - + type integer value @@ -2274,7 +2274,7 @@ GAME_CONTROL_BUTTON_LEFTSTICK tooltip - + type integer value @@ -2283,7 +2283,7 @@ GAME_CONTROL_BUTTON_MISC1 tooltip - + type integer value @@ -2292,7 +2292,7 @@ GAME_CONTROL_BUTTON_PADDLE1 tooltip - + type integer value @@ -2301,7 +2301,7 @@ GAME_CONTROL_BUTTON_PADDLE2 tooltip - + type integer value @@ -2310,7 +2310,7 @@ GAME_CONTROL_BUTTON_PADDLE3 tooltip - + type integer value @@ -2319,7 +2319,7 @@ GAME_CONTROL_BUTTON_PADDLE4 tooltip - + type integer value @@ -2328,7 +2328,7 @@ GAME_CONTROL_BUTTON_RIGHTSHOULDER tooltip - + type integer value @@ -2337,7 +2337,7 @@ GAME_CONTROL_BUTTON_RIGHTSTICK tooltip - + type integer value @@ -2346,7 +2346,7 @@ GAME_CONTROL_BUTTON_START tooltip - + type integer value @@ -2355,7 +2355,7 @@ GAME_CONTROL_BUTTON_TOUCHPAD tooltip - + type integer value @@ -2364,7 +2364,7 @@ GAME_CONTROL_BUTTON_X tooltip - + type integer value @@ -2373,7 +2373,7 @@ GAME_CONTROL_BUTTON_Y tooltip - + type integer value @@ -2382,7 +2382,7 @@ GCNP_RADIUS tooltip - + type integer value @@ -2391,7 +2391,7 @@ GCNP_STATIC tooltip - + type integer value @@ -2409,7 +2409,7 @@ HORIZONTAL tooltip - + type integer value @@ -2428,7 +2428,7 @@ HTTP_BODY_MAXLENGTH tooltip - + type integer value @@ -2437,7 +2437,7 @@ HTTP_BODY_TRUNCATED tooltip - + type integer value @@ -2464,7 +2464,7 @@ HTTP_METHOD tooltip - + type integer value @@ -2473,7 +2473,7 @@ HTTP_MIMETYPE tooltip - + type integer value @@ -2501,7 +2501,7 @@ HTTP_VERBOSE_THROTTLE tooltip - + type integer value @@ -2510,7 +2510,7 @@ HTTP_VERIFY_CERT tooltip - + type integer value @@ -2519,7 +2519,7 @@ IMG_USE_BAKED_AUX1 tooltip - + type string value @@ -2528,7 +2528,7 @@ IMG_USE_BAKED_AUX2 tooltip - + type string value @@ -2537,7 +2537,7 @@ IMG_USE_BAKED_AUX3 tooltip - + type string value @@ -2546,7 +2546,7 @@ IMG_USE_BAKED_EYES tooltip - + type string value @@ -2555,7 +2555,7 @@ IMG_USE_BAKED_HAIR tooltip - + type string value @@ -2564,7 +2564,7 @@ IMG_USE_BAKED_HEAD tooltip - + type string value @@ -2573,7 +2573,7 @@ IMG_USE_BAKED_LEFTARM tooltip - + type string value @@ -2582,7 +2582,7 @@ IMG_USE_BAKED_LEFTLEG tooltip - + type string value @@ -2591,7 +2591,7 @@ IMG_USE_BAKED_LOWER tooltip - + type string value @@ -2600,7 +2600,7 @@ IMG_USE_BAKED_SKIRT tooltip - + type string value @@ -2609,7 +2609,7 @@ IMG_USE_BAKED_UPPER tooltip - + type string value @@ -2618,7 +2618,7 @@ INVENTORY_ALL tooltip - + type integer value @@ -2627,7 +2627,7 @@ INVENTORY_ANIMATION tooltip - + type integer value @@ -2636,7 +2636,7 @@ INVENTORY_BODYPART tooltip - + type integer value @@ -2645,7 +2645,7 @@ INVENTORY_CLOTHING tooltip - + type integer value @@ -2654,7 +2654,7 @@ INVENTORY_GESTURE tooltip - + type integer value @@ -2663,7 +2663,7 @@ INVENTORY_LANDMARK tooltip - + type integer value @@ -2672,7 +2672,7 @@ INVENTORY_MATERIAL tooltip - + type integer value @@ -2681,7 +2681,7 @@ INVENTORY_NONE tooltip - + type integer value @@ -2690,7 +2690,7 @@ INVENTORY_NOTECARD tooltip - + type integer value @@ -2699,7 +2699,7 @@ INVENTORY_OBJECT tooltip - + type integer value @@ -2708,7 +2708,7 @@ INVENTORY_SCRIPT tooltip - + type integer value @@ -2717,7 +2717,7 @@ INVENTORY_SETTING tooltip - + type integer value @@ -2726,7 +2726,7 @@ INVENTORY_SOUND tooltip - + type integer value @@ -2735,7 +2735,7 @@ INVENTORY_TEXTURE tooltip - + type integer value @@ -2744,7 +2744,7 @@ JSON_APPEND tooltip - + type integer value @@ -2753,7 +2753,7 @@ JSON_ARRAY tooltip - + type string value @@ -2762,7 +2762,7 @@ JSON_DELETE tooltip - + type string value @@ -2771,7 +2771,7 @@ JSON_FALSE tooltip - + type string value @@ -2780,7 +2780,7 @@ JSON_INVALID tooltip - + type string value @@ -2789,7 +2789,7 @@ JSON_NULL tooltip - + type string value @@ -2798,7 +2798,7 @@ JSON_NUMBER tooltip - + type string value @@ -2807,7 +2807,7 @@ JSON_OBJECT tooltip - + type string value @@ -2816,7 +2816,7 @@ JSON_STRING tooltip - + type string value @@ -2825,7 +2825,7 @@ JSON_TRUE tooltip - + type string value @@ -2861,7 +2861,7 @@ KFM_COMMAND tooltip - + type integer value @@ -2870,7 +2870,7 @@ KFM_DATA tooltip - + type integer value @@ -2897,7 +2897,7 @@ KFM_MODE tooltip - + type integer value @@ -2978,7 +2978,7 @@ LAND_NOISE tooltip - + type integer value @@ -2996,7 +2996,7 @@ LAND_REVERT tooltip - + type integer value @@ -3014,7 +3014,7 @@ LAND_SMOOTH tooltip - + type integer value @@ -3158,7 +3158,7 @@ LIST_STAT_GEOMETRIC_MEAN tooltip - + type integer value @@ -3167,7 +3167,7 @@ LIST_STAT_MAX tooltip - + type integer value @@ -3176,7 +3176,7 @@ LIST_STAT_MEAN tooltip - + type integer value @@ -3185,7 +3185,7 @@ LIST_STAT_MEDIAN tooltip - + type integer value @@ -3194,7 +3194,7 @@ LIST_STAT_MIN tooltip - + type integer value @@ -3203,7 +3203,7 @@ LIST_STAT_NUM_COUNT tooltip - + type integer value @@ -3212,7 +3212,7 @@ LIST_STAT_RANGE tooltip - + type integer value @@ -3221,7 +3221,7 @@ LIST_STAT_STD_DEV tooltip - + type integer value @@ -3230,7 +3230,7 @@ LIST_STAT_SUM tooltip - + type integer value @@ -3239,7 +3239,7 @@ LIST_STAT_SUM_SQUARES tooltip - + type integer value @@ -3257,7 +3257,7 @@ MASK_BASE tooltip - + type integer value @@ -3275,7 +3275,7 @@ MASK_EVERYONE tooltip - + type integer value @@ -3284,7 +3284,7 @@ MASK_GROUP tooltip - + type integer value @@ -3293,7 +3293,7 @@ MASK_NEXT tooltip - + type integer value @@ -3302,7 +3302,7 @@ MASK_OWNER tooltip - + type integer value @@ -3320,7 +3320,7 @@ NULL_KEY tooltip - + type string value @@ -3590,7 +3590,7 @@ OBJECT_PHYSICS_COST tooltip - + type integer value @@ -3617,7 +3617,7 @@ OBJECT_PRIM_EQUIVALENCE tooltip - + type integer value @@ -3635,7 +3635,7 @@ OBJECT_RETURN_PARCEL tooltip - + type integer value @@ -3644,7 +3644,7 @@ OBJECT_RETURN_PARCEL_OWNER tooltip - + type integer value @@ -3653,7 +3653,7 @@ OBJECT_RETURN_REGION tooltip - + type integer value @@ -3662,7 +3662,7 @@ OBJECT_REZZER_KEY tooltip - + type integer value @@ -3698,7 +3698,7 @@ OBJECT_RUNNING_SCRIPT_COUNT tooltip - + type integer value @@ -3716,7 +3716,7 @@ OBJECT_SCRIPT_MEMORY tooltip - + type integer value @@ -3725,7 +3725,7 @@ OBJECT_SCRIPT_TIME tooltip - + type integer value @@ -3743,7 +3743,7 @@ OBJECT_SERVER_COST tooltip - + type integer value @@ -3761,7 +3761,7 @@ OBJECT_STREAMING_COST tooltip - + type integer value @@ -3824,7 +3824,7 @@ OBJECT_TOTAL_SCRIPT_COUNT tooltip - + type integer value @@ -3833,7 +3833,7 @@ OBJECT_UNKNOWN_DETAIL tooltip - + type integer value @@ -3923,7 +3923,7 @@ OVERRIDE_GLTF_BASE_ALPHA tooltip - + type integer value @@ -3932,7 +3932,7 @@ OVERRIDE_GLTF_BASE_ALPHA_MASK tooltip - + type integer value @@ -3941,7 +3941,7 @@ OVERRIDE_GLTF_BASE_ALPHA_MODE tooltip - + type integer value @@ -3950,7 +3950,7 @@ OVERRIDE_GLTF_BASE_COLOR_FACTOR tooltip - + type integer value @@ -3959,7 +3959,7 @@ OVERRIDE_GLTF_BASE_DOUBLE_SIDED tooltip - + type integer value @@ -3968,7 +3968,7 @@ OVERRIDE_GLTF_EMISSIVE_FACTOR tooltip - + type integer value @@ -3977,7 +3977,7 @@ OVERRIDE_GLTF_METALLIC_FACTOR tooltip - + type integer value @@ -3986,7 +3986,7 @@ OVERRIDE_GLTF_ROUGHNESS_FACTOR tooltip - + type integer value @@ -3995,7 +3995,7 @@ PARCEL_COUNT_GROUP tooltip - + type integer value @@ -4004,7 +4004,7 @@ PARCEL_COUNT_OTHER tooltip - + type integer value @@ -4013,7 +4013,7 @@ PARCEL_COUNT_OWNER tooltip - + type integer value @@ -4022,7 +4022,7 @@ PARCEL_COUNT_SELECTED tooltip - + type integer value @@ -4031,7 +4031,7 @@ PARCEL_COUNT_TEMP tooltip - + type integer value @@ -4040,7 +4040,7 @@ PARCEL_COUNT_TOTAL tooltip - + type integer value @@ -4175,7 +4175,7 @@ PARCEL_FLAG_ALLOW_ALL_OBJECT_ENTRY tooltip - + type integer value @@ -4184,7 +4184,7 @@ PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS tooltip - + type integer value @@ -4193,7 +4193,7 @@ PARCEL_FLAG_ALLOW_CREATE_OBJECTS tooltip - + type integer value @@ -4202,7 +4202,7 @@ PARCEL_FLAG_ALLOW_DAMAGE tooltip - + type integer value @@ -4211,7 +4211,7 @@ PARCEL_FLAG_ALLOW_FLY tooltip - + type integer value @@ -4220,7 +4220,7 @@ PARCEL_FLAG_ALLOW_GROUP_OBJECT_ENTRY tooltip - + type integer value @@ -4229,7 +4229,7 @@ PARCEL_FLAG_ALLOW_GROUP_SCRIPTS tooltip - + type integer value @@ -4238,7 +4238,7 @@ PARCEL_FLAG_ALLOW_LANDMARK tooltip - + type integer value @@ -4247,7 +4247,7 @@ PARCEL_FLAG_ALLOW_SCRIPTS tooltip - + type integer value @@ -4256,7 +4256,7 @@ PARCEL_FLAG_ALLOW_TERRAFORM tooltip - + type integer value @@ -4265,7 +4265,7 @@ PARCEL_FLAG_LOCAL_SOUND_ONLY tooltip - + type integer value @@ -4274,7 +4274,7 @@ PARCEL_FLAG_RESTRICT_PUSHOBJECT tooltip - + type integer value @@ -4283,7 +4283,7 @@ PARCEL_FLAG_USE_ACCESS_GROUP tooltip - + type integer value @@ -4292,7 +4292,7 @@ PARCEL_FLAG_USE_ACCESS_LIST tooltip - + type integer value @@ -4301,7 +4301,7 @@ PARCEL_FLAG_USE_BAN_LIST tooltip - + type integer value @@ -4310,7 +4310,7 @@ PARCEL_FLAG_USE_LAND_PASS_LIST tooltip - + type integer value @@ -4319,7 +4319,7 @@ PARCEL_MEDIA_COMMAND_AGENT tooltip - + type integer value @@ -4328,7 +4328,7 @@ PARCEL_MEDIA_COMMAND_AUTO_ALIGN tooltip - + type integer value @@ -4346,7 +4346,7 @@ PARCEL_MEDIA_COMMAND_LOOP tooltip - + type integer value @@ -4364,7 +4364,7 @@ PARCEL_MEDIA_COMMAND_PAUSE tooltip - + type integer value @@ -4373,7 +4373,7 @@ PARCEL_MEDIA_COMMAND_PLAY tooltip - + type integer value @@ -4391,7 +4391,7 @@ PARCEL_MEDIA_COMMAND_STOP tooltip - + type integer value @@ -4400,7 +4400,7 @@ PARCEL_MEDIA_COMMAND_TEXTURE tooltip - + type integer value @@ -4409,7 +4409,7 @@ PARCEL_MEDIA_COMMAND_TIME tooltip - + type integer value @@ -4427,7 +4427,7 @@ PARCEL_MEDIA_COMMAND_UNLOAD tooltip - + type integer value @@ -4436,7 +4436,7 @@ PARCEL_MEDIA_COMMAND_URL tooltip - + type integer value @@ -4562,7 +4562,7 @@ PATROL_PAUSE_AT_WAYPOINTS tooltip - + type integer value @@ -4571,7 +4571,7 @@ PAYMENT_INFO_ON_FILE tooltip - + type integer value @@ -4580,7 +4580,7 @@ PAYMENT_INFO_USED tooltip - + type integer value @@ -4589,7 +4589,7 @@ PAY_DEFAULT tooltip - + type integer value @@ -4598,7 +4598,7 @@ PAY_HIDE tooltip - + type integer value @@ -4643,7 +4643,7 @@ PERMISSION_CONTROL_CAMERA tooltip - + type integer value @@ -4697,7 +4697,7 @@ PERMISSION_RETURN_OBJECTS tooltip - + type integer value @@ -4724,7 +4724,7 @@ PERMISSION_TELEPORT tooltip - + type integer value @@ -4733,7 +4733,7 @@ PERMISSION_TRACK_CAMERA tooltip - + type integer value @@ -4751,7 +4751,7 @@ PERM_ALL tooltip - + type integer value @@ -4760,7 +4760,7 @@ PERM_COPY tooltip - + type integer value @@ -4769,7 +4769,7 @@ PERM_MODIFY tooltip - + type integer value @@ -4778,7 +4778,7 @@ PERM_MOVE tooltip - + type integer value @@ -4787,7 +4787,7 @@ PERM_TRANSFER tooltip - + type integer value @@ -4877,7 +4877,7 @@ PRIM_BUMP_BARK tooltip - + type integer value @@ -4886,7 +4886,7 @@ PRIM_BUMP_BLOBS tooltip - + type integer value @@ -4895,7 +4895,7 @@ PRIM_BUMP_BRICKS tooltip - + type integer value @@ -4904,7 +4904,7 @@ PRIM_BUMP_BRIGHT tooltip - + type integer value @@ -4913,7 +4913,7 @@ PRIM_BUMP_CHECKER tooltip - + type integer value @@ -4922,7 +4922,7 @@ PRIM_BUMP_CONCRETE tooltip - + type integer value @@ -4931,7 +4931,7 @@ PRIM_BUMP_DARK tooltip - + type integer value @@ -4940,7 +4940,7 @@ PRIM_BUMP_DISKS tooltip - + type integer value @@ -4949,7 +4949,7 @@ PRIM_BUMP_GRAVEL tooltip - + type integer value @@ -4958,7 +4958,7 @@ PRIM_BUMP_LARGETILE tooltip - + type integer value @@ -4967,7 +4967,7 @@ PRIM_BUMP_NONE tooltip - + type integer value @@ -4976,7 +4976,7 @@ PRIM_BUMP_SHINY tooltip - + type integer value @@ -4985,7 +4985,7 @@ PRIM_BUMP_SIDING tooltip - + type integer value @@ -4994,7 +4994,7 @@ PRIM_BUMP_STONE tooltip - + type integer value @@ -5003,7 +5003,7 @@ PRIM_BUMP_STUCCO tooltip - + type integer value @@ -5012,7 +5012,7 @@ PRIM_BUMP_SUCTION tooltip - + type integer value @@ -5021,7 +5021,7 @@ PRIM_BUMP_TILE tooltip - + type integer value @@ -5030,7 +5030,7 @@ PRIM_BUMP_WEAVE tooltip - + type integer value @@ -5039,7 +5039,7 @@ PRIM_BUMP_WOOD tooltip - + type integer value @@ -5050,7 +5050,7 @@ deprecated true tooltip - + type integer value @@ -5217,7 +5217,7 @@ vector force PRIM_HOLE_CIRCLE tooltip - + type integer value @@ -5226,7 +5226,7 @@ vector force PRIM_HOLE_DEFAULT tooltip - + type integer value @@ -5235,7 +5235,7 @@ vector force PRIM_HOLE_SQUARE tooltip - + type integer value @@ -5244,7 +5244,7 @@ vector force PRIM_HOLE_TRIANGLE tooltip - + type integer value @@ -5274,7 +5274,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_FLESH tooltip - + type integer value @@ -5283,7 +5283,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_GLASS tooltip - + type integer value @@ -5292,7 +5292,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_LIGHT tooltip - + type integer value @@ -5301,7 +5301,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_METAL tooltip - + type integer value @@ -5310,7 +5310,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_PLASTIC tooltip - + type integer value @@ -5319,7 +5319,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_RUBBER tooltip - + type integer value @@ -5328,7 +5328,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_STONE tooltip - + type integer value @@ -5337,7 +5337,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_WOOD tooltip - + type integer value @@ -5454,7 +5454,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_HEIGHT_PIXELS tooltip - + type integer value @@ -5463,7 +5463,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_URL_LENGTH tooltip - + type integer value @@ -5472,7 +5472,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_WHITELIST_COUNT tooltip - + type integer value @@ -5481,7 +5481,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_WHITELIST_SIZE tooltip - + type integer value @@ -5490,7 +5490,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_WIDTH_PIXELS tooltip - + type integer value @@ -5499,7 +5499,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PARAM_MAX tooltip - + type integer value @@ -5526,7 +5526,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_ANYONE tooltip - + type integer value @@ -5535,7 +5535,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_GROUP tooltip - + type integer value @@ -5544,7 +5544,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_NONE tooltip - + type integer value @@ -5553,7 +5553,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_OWNER tooltip - + type integer value @@ -5824,7 +5824,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_CYLINDER tooltip - + type integer value @@ -5833,7 +5833,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_MASK tooltip - + type integer value @@ -5842,7 +5842,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_MESH tooltip - + type integer value @@ -5851,7 +5851,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_PLANE tooltip - + type integer value @@ -5860,7 +5860,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_SPHERE tooltip - + type integer value @@ -5869,7 +5869,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_TORUS tooltip - + type integer value @@ -5878,7 +5878,7 @@ vector position - position in local coordinates PRIM_SHINY_HIGH tooltip - + type integer value @@ -5887,7 +5887,7 @@ vector position - position in local coordinates PRIM_SHINY_LOW tooltip - + type integer value @@ -5896,7 +5896,7 @@ vector position - position in local coordinates PRIM_SHINY_MEDIUM tooltip - + type integer value @@ -5905,7 +5905,7 @@ vector position - position in local coordinates PRIM_SHINY_NONE tooltip - + type integer value @@ -5914,7 +5914,7 @@ vector position - position in local coordinates PRIM_SIT_FLAGS tooltip - + type integer value @@ -5959,7 +5959,7 @@ vector position - position in local coordinates PRIM_TEMP_ON_REZ tooltip - + type integer value @@ -5977,7 +5977,7 @@ vector position - position in local coordinates PRIM_TEXGEN_DEFAULT tooltip - + type integer value @@ -5986,7 +5986,7 @@ vector position - position in local coordinates PRIM_TEXGEN_PLANAR tooltip - + type integer value @@ -6013,7 +6013,7 @@ vector position - position in local coordinates PRIM_TYPE tooltip - + type integer value @@ -6022,7 +6022,7 @@ vector position - position in local coordinates PRIM_TYPE_BOX tooltip - + type integer value @@ -6031,7 +6031,7 @@ vector position - position in local coordinates PRIM_TYPE_CYLINDER tooltip - + type integer value @@ -6040,7 +6040,7 @@ vector position - position in local coordinates PRIM_TYPE_PRISM tooltip - + type integer value @@ -6049,7 +6049,7 @@ vector position - position in local coordinates PRIM_TYPE_RING tooltip - + type integer value @@ -6058,7 +6058,7 @@ vector position - position in local coordinates PRIM_TYPE_SCULPT tooltip - + type integer value @@ -6067,7 +6067,7 @@ vector position - position in local coordinates PRIM_TYPE_SPHERE tooltip - + type integer value @@ -6076,7 +6076,7 @@ vector position - position in local coordinates PRIM_TYPE_TORUS tooltip - + type integer value @@ -6085,7 +6085,7 @@ vector position - position in local coordinates PRIM_TYPE_TUBE tooltip - + type integer value @@ -6112,7 +6112,7 @@ vector position - position in local coordinates PSYS_PART_BF_DEST_COLOR tooltip - + type integer value @@ -6121,7 +6121,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE tooltip - + type integer value @@ -6130,7 +6130,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE_MINUS_DEST_COLOR tooltip - + type integer value @@ -6139,7 +6139,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE_MINUS_SOURCE_ALPHA tooltip - + type integer value @@ -6148,7 +6148,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE_MINUS_SOURCE_COLOR tooltip - + type integer value @@ -6157,7 +6157,7 @@ vector position - position in local coordinates PSYS_PART_BF_SOURCE_ALPHA tooltip - + type integer value @@ -6166,7 +6166,7 @@ vector position - position in local coordinates PSYS_PART_BF_SOURCE_COLOR tooltip - + type integer value @@ -6175,7 +6175,7 @@ vector position - position in local coordinates PSYS_PART_BF_ZERO tooltip - + type integer value @@ -6184,7 +6184,7 @@ vector position - position in local coordinates PSYS_PART_BLEND_FUNC_DEST tooltip - + type integer value @@ -6193,7 +6193,7 @@ vector position - position in local coordinates PSYS_PART_BLEND_FUNC_SOURCE tooltip - + type integer value @@ -6238,7 +6238,7 @@ vector position - position in local coordinates PSYS_PART_END_GLOW tooltip - + type integer value @@ -6310,7 +6310,7 @@ vector position - position in local coordinates PSYS_PART_RIBBON_MASK tooltip - + type integer value @@ -6337,7 +6337,7 @@ vector position - position in local coordinates PSYS_PART_START_GLOW tooltip - + type integer value @@ -6355,7 +6355,7 @@ vector position - position in local coordinates PSYS_PART_TARGET_LINEAR_MASK tooltip - + type integer value @@ -6520,7 +6520,7 @@ vector position - position in local coordinates PSYS_SRC_PATTERN_ANGLE_CONE_EMPTY tooltip - + type integer value @@ -6583,7 +6583,7 @@ vector position - position in local coordinates PURSUIT_GOAL_TOLERANCE tooltip - + type integer value @@ -6628,7 +6628,7 @@ vector position - position in local coordinates PU_FAILURE_DYNAMIC_PATHFINDING_DISABLED tooltip - + type integer value @@ -6673,7 +6673,7 @@ vector position - position in local coordinates PU_FAILURE_OTHER tooltip - + type integer value @@ -6682,7 +6682,7 @@ vector position - position in local coordinates PU_FAILURE_PARCEL_UNREACHABLE tooltip - + type integer value @@ -6736,7 +6736,7 @@ vector position - position in local coordinates RCERR_CAST_TIME_EXCEEDED tooltip - + type integer value @@ -6745,7 +6745,7 @@ vector position - position in local coordinates RCERR_SIM_PERF_LOW tooltip - + type integer value @@ -6754,7 +6754,7 @@ vector position - position in local coordinates RCERR_UNKNOWN tooltip - + type integer value @@ -6763,7 +6763,7 @@ vector position - position in local coordinates RC_DATA_FLAGS tooltip - + type integer value @@ -6772,7 +6772,7 @@ vector position - position in local coordinates RC_DETECT_PHANTOM tooltip - + type integer value @@ -6781,7 +6781,7 @@ vector position - position in local coordinates RC_GET_LINK_NUM tooltip - + type integer value @@ -6790,7 +6790,7 @@ vector position - position in local coordinates RC_GET_NORMAL tooltip - + type integer value @@ -6799,7 +6799,7 @@ vector position - position in local coordinates RC_GET_ROOT_KEY tooltip - + type integer value @@ -6808,7 +6808,7 @@ vector position - position in local coordinates RC_MAX_HITS tooltip - + type integer value @@ -6817,7 +6817,7 @@ vector position - position in local coordinates RC_REJECT_AGENTS tooltip - + type integer value @@ -6826,7 +6826,7 @@ vector position - position in local coordinates RC_REJECT_LAND tooltip - + type integer value @@ -6835,7 +6835,7 @@ vector position - position in local coordinates RC_REJECT_NONPHYSICAL tooltip - + type integer value @@ -6844,7 +6844,7 @@ vector position - position in local coordinates RC_REJECT_PHYSICAL tooltip - + type integer value @@ -6853,7 +6853,7 @@ vector position - position in local coordinates RC_REJECT_TYPES tooltip - + type integer value @@ -6862,7 +6862,7 @@ vector position - position in local coordinates REGION_FLAG_ALLOW_DAMAGE tooltip - + type integer value @@ -6871,7 +6871,7 @@ vector position - position in local coordinates REGION_FLAG_ALLOW_DIRECT_TELEPORT tooltip - + type integer value @@ -6880,7 +6880,7 @@ vector position - position in local coordinates REGION_FLAG_BLOCK_FLY tooltip - + type integer value @@ -6889,7 +6889,7 @@ vector position - position in local coordinates REGION_FLAG_BLOCK_FLYOVER tooltip - + type integer value @@ -6898,7 +6898,7 @@ vector position - position in local coordinates REGION_FLAG_BLOCK_TERRAFORM tooltip - + type integer value @@ -6907,7 +6907,7 @@ vector position - position in local coordinates REGION_FLAG_DISABLE_COLLISIONS tooltip - + type integer value @@ -6916,7 +6916,7 @@ vector position - position in local coordinates REGION_FLAG_DISABLE_PHYSICS tooltip - + type integer value @@ -6925,7 +6925,7 @@ vector position - position in local coordinates REGION_FLAG_FIXED_SUN tooltip - + type integer value @@ -6934,7 +6934,7 @@ vector position - position in local coordinates REGION_FLAG_RESTRICT_PUSHOBJECT tooltip - + type integer value @@ -6943,7 +6943,7 @@ vector position - position in local coordinates REGION_FLAG_SANDBOX tooltip - + type integer value @@ -6954,7 +6954,7 @@ vector position - position in local coordinates deprecated true tooltip - + type integer value @@ -6965,7 +6965,7 @@ vector position - position in local coordinates deprecated true tooltip - + type integer value @@ -6976,7 +6976,7 @@ vector position - position in local coordinates deprecated true tooltip - + type integer value @@ -7831,7 +7831,7 @@ vector position - position in local coordinates STATUS_CAST_SHADOWS tooltip - + type integer value @@ -7921,7 +7921,7 @@ vector position - position in local coordinates STATUS_RETURN_AT_EDGE tooltip - + type integer value @@ -7930,7 +7930,7 @@ vector position - position in local coordinates STATUS_ROTATE_X tooltip - + type integer value @@ -7939,7 +7939,7 @@ vector position - position in local coordinates STATUS_ROTATE_Y tooltip - + type integer value @@ -7993,7 +7993,7 @@ vector position - position in local coordinates STRING_TRIM tooltip - + type integer value @@ -8002,7 +8002,7 @@ vector position - position in local coordinates STRING_TRIM_HEAD tooltip - + type integer value @@ -8011,7 +8011,7 @@ vector position - position in local coordinates STRING_TRIM_TAIL tooltip - + type integer value @@ -8038,7 +8038,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_1 tooltip - + type integer value @@ -8047,7 +8047,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_2 tooltip - + type integer value @@ -8056,7 +8056,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_3 tooltip - + type integer value @@ -8065,7 +8065,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_4 tooltip - + type integer value @@ -8074,7 +8074,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_NE tooltip - + type integer value @@ -8083,7 +8083,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_NW tooltip - + type integer value @@ -8092,7 +8092,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_SE tooltip - + type integer value @@ -8101,7 +8101,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_SW tooltip - + type integer value @@ -8110,7 +8110,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_1 tooltip - + type integer value @@ -8119,7 +8119,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_2 tooltip - + type integer value @@ -8128,7 +8128,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_3 tooltip - + type integer value @@ -8137,7 +8137,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_4 tooltip - + type integer value @@ -8146,7 +8146,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_1 tooltip - + type integer value @@ -8155,7 +8155,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_2 tooltip - + type integer value @@ -8164,7 +8164,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_3 tooltip - + type integer value @@ -8173,7 +8173,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_4 tooltip - + type integer value @@ -8182,7 +8182,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_1 tooltip - + type integer value @@ -8191,7 +8191,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_2 tooltip - + type integer value @@ -8200,7 +8200,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_3 tooltip - + type integer value @@ -8209,7 +8209,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_4 tooltip - + type integer value @@ -8218,7 +8218,7 @@ vector position - position in local coordinates TEXTURE_BLANK tooltip - + type string value @@ -8227,7 +8227,7 @@ vector position - position in local coordinates TEXTURE_DEFAULT tooltip - + type string value @@ -8236,7 +8236,7 @@ vector position - position in local coordinates TEXTURE_MEDIA tooltip - + type string value @@ -8245,7 +8245,7 @@ vector position - position in local coordinates TEXTURE_PLYWOOD tooltip - + type string value @@ -8254,7 +8254,7 @@ vector position - position in local coordinates TEXTURE_TRANSPARENT tooltip - + type string value @@ -8263,7 +8263,7 @@ vector position - position in local coordinates TOUCH_INVALID_FACE tooltip - + type integer value @@ -8272,7 +8272,7 @@ vector position - position in local coordinates TOUCH_INVALID_TEXCOORD tooltip - + type vector value @@ -8281,7 +8281,7 @@ vector position - position in local coordinates TOUCH_INVALID_VECTOR tooltip - + type vector value @@ -8443,7 +8443,7 @@ vector position - position in local coordinates TRAVERSAL_TYPE_FAST tooltip - + type integer value @@ -8452,7 +8452,7 @@ vector position - position in local coordinates TRAVERSAL_TYPE_NONE tooltip - + type integer value @@ -8461,7 +8461,7 @@ vector position - position in local coordinates TRAVERSAL_TYPE_SLOW tooltip - + type integer value @@ -8551,7 +8551,7 @@ vector position - position in local coordinates URL_REQUEST_DENIED tooltip - + type string value @@ -8560,7 +8560,7 @@ vector position - position in local coordinates URL_REQUEST_GRANTED tooltip - + type string value @@ -8669,7 +8669,7 @@ vector position - position in local coordinates VEHICLE_FLAG_CAMERA_DECOUPLED tooltip - + type integer value @@ -8732,7 +8732,7 @@ vector position - position in local coordinates VEHICLE_FLAG_MOUSELOOK_BANK tooltip - + type integer value @@ -8741,7 +8741,7 @@ vector position - position in local coordinates VEHICLE_FLAG_MOUSELOOK_STEER tooltip - + type integer value @@ -8844,7 +8844,7 @@ vector position - position in local coordinates VEHICLE_LINEAR_MOTOR_OFFSET tooltip - + type integer value @@ -8907,7 +8907,7 @@ vector position - position in local coordinates VEHICLE_TYPE_NONE tooltip - + type integer value @@ -8943,7 +8943,7 @@ vector position - position in local coordinates VERTICAL tooltip - + type integer value @@ -8952,7 +8952,7 @@ vector position - position in local coordinates WANDER_PAUSE_AT_WAYPOINTS tooltip - + type integer value @@ -9204,7 +9204,7 @@ vector position - position in local coordinates ZERO_ROTATION tooltip - + type rotation value @@ -9213,7 +9213,7 @@ vector position - position in local coordinates ZERO_VECTOR tooltip - + type vector value @@ -9236,7 +9236,7 @@ If another state is defined before the default state, the compiler will report a TargetNumber tooltip - + type integer @@ -9245,7 +9245,7 @@ If another state is defined before the default state, the compiler will report a TargetRotation tooltip - + type rotation @@ -9254,7 +9254,7 @@ If another state is defined before the default state, the compiler will report a CurrentRotation tooltip - + type rotation @@ -9271,7 +9271,7 @@ If another state is defined before the default state, the compiler will report a TargetNumber tooltip - + type integer @@ -9280,7 +9280,7 @@ If another state is defined before the default state, the compiler will report a TargetPosition tooltip - + type vector @@ -9289,7 +9289,7 @@ If another state is defined before the default state, the compiler will report a CurrentPosition tooltip - + type vector @@ -9306,7 +9306,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -9323,7 +9323,7 @@ If another state is defined before the default state, the compiler will report a Changed tooltip - + type integer @@ -9340,7 +9340,7 @@ If another state is defined before the default state, the compiler will report a NumberOfCollisions tooltip - + type integer @@ -9358,7 +9358,7 @@ If another state is defined before the default state, the compiler will report a NumberOfCollisions tooltip - + type integer @@ -9376,7 +9376,7 @@ If another state is defined before the default state, the compiler will report a NumberOfCollisions tooltip - + type integer @@ -9394,7 +9394,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -9403,7 +9403,7 @@ If another state is defined before the default state, the compiler will report a Levels tooltip - + type integer @@ -9412,7 +9412,7 @@ If another state is defined before the default state, the compiler will report a Edges tooltip - + type integer @@ -9430,7 +9430,7 @@ If another state is defined before the default state, the compiler will report a RequestID tooltip - + type key @@ -9439,7 +9439,7 @@ If another state is defined before the default state, the compiler will report a Data tooltip - + type string @@ -9457,7 +9457,7 @@ If another state is defined before the default state, the compiler will report a Time tooltip - + type string @@ -9466,7 +9466,7 @@ If another state is defined before the default state, the compiler will report a Address tooltip - + type string @@ -9475,7 +9475,7 @@ If another state is defined before the default state, the compiler will report a Subject tooltip - + type string @@ -9484,7 +9484,7 @@ If another state is defined before the default state, the compiler will report a Body tooltip - + type string @@ -9493,7 +9493,7 @@ If another state is defined before the default state, the compiler will report a NumberRemaining tooltip - + type integer @@ -9606,7 +9606,7 @@ If another state is defined before the default state, the compiler will report a HTTPRequestID tooltip - + type key @@ -9615,7 +9615,7 @@ If another state is defined before the default state, the compiler will report a HTTPMethod tooltip - + type string @@ -9624,7 +9624,7 @@ If another state is defined before the default state, the compiler will report a Body tooltip - + type string @@ -9641,7 +9641,7 @@ If another state is defined before the default state, the compiler will report a HTTPRequestID tooltip - + type key @@ -9650,7 +9650,7 @@ If another state is defined before the default state, the compiler will report a Status tooltip - + type integer @@ -9659,7 +9659,7 @@ If another state is defined before the default state, the compiler will report a Metadata tooltip - + type list @@ -9668,7 +9668,7 @@ If another state is defined before the default state, the compiler will report a Body tooltip - + type string @@ -9685,7 +9685,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -9702,7 +9702,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -9719,7 +9719,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -9736,7 +9736,7 @@ If another state is defined before the default state, the compiler will report a SendersLink tooltip - + type integer @@ -9745,7 +9745,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type integer @@ -9754,7 +9754,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -9763,7 +9763,7 @@ If another state is defined before the default state, the compiler will report a ID tooltip - + type key @@ -9780,7 +9780,7 @@ If another state is defined before the default state, the compiler will report a action tooltip - + type integer @@ -9789,7 +9789,7 @@ If another state is defined before the default state, the compiler will report a name tooltip - + type string @@ -9798,7 +9798,7 @@ If another state is defined before the default state, the compiler will report a value tooltip - + type string @@ -9815,7 +9815,7 @@ If another state is defined before the default state, the compiler will report a Channel tooltip - + type integer @@ -9824,7 +9824,7 @@ If another state is defined before the default state, the compiler will report a Name tooltip - + type string @@ -9833,7 +9833,7 @@ If another state is defined before the default state, the compiler will report a ID tooltip - + type key @@ -9842,7 +9842,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -9860,7 +9860,7 @@ If another state is defined before the default state, the compiler will report a Payer tooltip - + type key @@ -9869,7 +9869,7 @@ If another state is defined before the default state, the compiler will report a Amount tooltip - + type integer @@ -9921,7 +9921,7 @@ If another state is defined before the default state, the compiler will report a RezzedObjectsID tooltip - + type key @@ -9962,7 +9962,7 @@ If another state is defined before the default state, the compiler will report a StartParameter tooltip - + type integer @@ -9979,7 +9979,7 @@ If another state is defined before the default state, the compiler will report a Type tooltip - + type integer @@ -9988,7 +9988,7 @@ If another state is defined before the default state, the compiler will report a Reserved tooltip - + type list @@ -10007,7 +10007,7 @@ If another state is defined before the default state, the compiler will report a EventType tooltip - + type integer @@ -10016,7 +10016,7 @@ If another state is defined before the default state, the compiler will report a ChannelID tooltip - + type key @@ -10025,7 +10025,7 @@ If another state is defined before the default state, the compiler will report a MessageID tooltip - + type key @@ -10034,7 +10034,7 @@ If another state is defined before the default state, the compiler will report a Sender tooltip - + type string @@ -10043,7 +10043,7 @@ If another state is defined before the default state, the compiler will report a IData tooltip - + type integer @@ -10052,7 +10052,7 @@ If another state is defined before the default state, the compiler will report a SData tooltip - + type string @@ -10069,7 +10069,7 @@ If another state is defined before the default state, the compiler will report a PermissionFlags tooltip - + type integer @@ -10087,7 +10087,7 @@ If another state is defined before the default state, the compiler will report a NumberDetected tooltip - + type integer @@ -10126,7 +10126,7 @@ If another state is defined before the default state, the compiler will report a NumberOfTouches tooltip - + type integer @@ -10145,7 +10145,7 @@ If another state is defined before the default state, the compiler will report a NumberOfTouches tooltip - + type integer @@ -10163,7 +10163,7 @@ If another state is defined before the default state, the compiler will report a NumberOfTouches tooltip - + type integer @@ -10181,7 +10181,7 @@ If another state is defined before the default state, the compiler will report a RequestID tooltip - + type key @@ -10190,7 +10190,7 @@ If another state is defined before the default state, the compiler will report a Success tooltip - + type integer @@ -10199,7 +10199,7 @@ If another state is defined before the default state, the compiler will report a Message tooltip - + type string @@ -10384,7 +10384,7 @@ If another state is defined before the default state, the compiler will report a AgentID tooltip - + type key @@ -10585,7 +10585,7 @@ If another state is defined before the default state, the compiler will report a AttachmentPoint tooltip - + type integer @@ -10740,7 +10740,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -10763,7 +10763,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -10799,7 +10799,7 @@ If another state is defined before the default state, the compiler will report a LinkNumber tooltip - + type integer @@ -10822,7 +10822,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -10845,7 +10845,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type vector @@ -10854,7 +10854,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type vector @@ -10863,7 +10863,7 @@ If another state is defined before the default state, the compiler will report a Options tooltip - + type list @@ -10886,7 +10886,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -10945,7 +10945,7 @@ If another state is defined before the default state, the compiler will report a Link tooltip - + type integer @@ -10954,7 +10954,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -11000,7 +11000,7 @@ If another state is defined before the default state, the compiler will report a ChannelID tooltip - + type key @@ -11025,7 +11025,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -11050,7 +11050,7 @@ If another state is defined before the default state, the compiler will report a ObjectName tooltip - + type string @@ -11059,7 +11059,7 @@ If another state is defined before the default state, the compiler will report a ObjectID tooltip - + type key @@ -11091,7 +11091,7 @@ If another state is defined before the default state, the compiler will report a ImpactSound tooltip - + type string @@ -11100,7 +11100,7 @@ If another state is defined before the default state, the compiler will report a ImpactVolume tooltip - + type float @@ -11123,7 +11123,7 @@ If another state is defined before the default state, the compiler will report a ImpactSprite tooltip - + type string @@ -11180,7 +11180,7 @@ If another state is defined before the default state, the compiler will report a Theta tooltip - + type float @@ -11203,7 +11203,7 @@ If another state is defined before the default state, the compiler will report a Options tooltip - + type list @@ -11226,7 +11226,7 @@ If another state is defined before the default state, the compiler will report a Key tooltip - + type string @@ -11235,7 +11235,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type string @@ -11361,7 +11361,7 @@ If another state is defined before the default state, the compiler will report a Key tooltip - + type string @@ -11386,7 +11386,7 @@ If another state is defined before the default state, the compiler will report a Source tooltip - + type list @@ -11395,7 +11395,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -11404,7 +11404,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -11427,7 +11427,7 @@ If another state is defined before the default state, the compiler will report a Source tooltip - + type string @@ -11436,7 +11436,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -11445,7 +11445,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -11515,7 +11515,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11538,7 +11538,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11561,7 +11561,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11586,7 +11586,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11609,7 +11609,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11632,7 +11632,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11655,7 +11655,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11678,7 +11678,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11701,7 +11701,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11724,7 +11724,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11885,7 +11885,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11908,7 +11908,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -11931,7 +11931,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -11940,7 +11940,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -11949,7 +11949,7 @@ If another state is defined before the default state, the compiler will report a Buttons tooltip - + type list @@ -11958,7 +11958,7 @@ If another state is defined before the default state, the compiler will report a Channel tooltip - + type integer @@ -12003,7 +12003,7 @@ If another state is defined before the default state, the compiler will report a Source tooltip - + type list @@ -12012,7 +12012,7 @@ If another state is defined before the default state, the compiler will report a Separator tooltip - + type string @@ -12035,7 +12035,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -12044,7 +12044,7 @@ If another state is defined before the default state, the compiler will report a Direction tooltip - + type vector @@ -12069,7 +12069,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -12092,7 +12092,7 @@ If another state is defined before the default state, the compiler will report a Address tooltip - + type string @@ -12101,7 +12101,7 @@ If another state is defined before the default state, the compiler will report a Subject tooltip - + type string @@ -12110,7 +12110,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -12133,7 +12133,7 @@ If another state is defined before the default state, the compiler will report a URL tooltip - + type string @@ -12157,7 +12157,7 @@ If another state is defined before the default state, the compiler will report a Vector tooltip - + type vector @@ -12244,7 +12244,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -12267,7 +12267,7 @@ If another state is defined before the default state, the compiler will report a NotecardName tooltip - + type string @@ -12310,7 +12310,7 @@ If another state is defined before the default state, the compiler will report a NotecardName tooltip - + type string @@ -12413,7 +12413,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -12459,7 +12459,7 @@ If another state is defined before the default state, the compiler will report a Magnitude tooltip - + type float @@ -12508,7 +12508,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -12532,7 +12532,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -12587,7 +12587,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -12610,7 +12610,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -12646,7 +12646,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -12669,7 +12669,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -12692,7 +12692,7 @@ If another state is defined before the default state, the compiler will report a AnimationState tooltip - + type string @@ -12783,7 +12783,7 @@ If another state is defined before the default state, the compiler will report a ID tooltip - + type key @@ -12903,7 +12903,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -13264,7 +13264,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -13287,7 +13287,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -13310,7 +13310,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -13420,7 +13420,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -13456,7 +13456,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -13479,7 +13479,7 @@ If another state is defined before the default state, the compiler will report a LinkNumber tooltip - + type integer @@ -13545,7 +13545,7 @@ If another state is defined before the default state, the compiler will report a LinkNumber tooltip - + type integer @@ -13661,7 +13661,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -13670,7 +13670,7 @@ If another state is defined before the default state, the compiler will report a Index tooltip - + type integer @@ -13693,7 +13693,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -13833,7 +13833,7 @@ If another state is defined before the default state, the compiler will report a Address tooltip - + type string @@ -13842,7 +13842,7 @@ If another state is defined before the default state, the compiler will report a Subject tooltip - + type string @@ -13865,7 +13865,7 @@ If another state is defined before the default state, the compiler will report a NotecardName tooltip - + type string @@ -13874,7 +13874,7 @@ If another state is defined before the default state, the compiler will report a LineNumber tooltip - + type integer @@ -13897,7 +13897,7 @@ If another state is defined before the default state, the compiler will report a NotecardName tooltip - + type string @@ -13906,7 +13906,7 @@ If another state is defined before the default state, the compiler will report a LineNumber tooltip - + type integer @@ -13929,7 +13929,7 @@ If another state is defined before the default state, the compiler will report a NotecardName tooltip - + type string @@ -14070,7 +14070,7 @@ If another state is defined before the default state, the compiler will report a ID tooltip - + type key @@ -14129,7 +14129,7 @@ If another state is defined before the default state, the compiler will report a ObjectID tooltip - + type key @@ -14178,7 +14178,7 @@ If another state is defined before the default state, the compiler will report a ObjectID tooltip - + type key @@ -14235,7 +14235,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -14344,7 +14344,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -14647,7 +14647,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -14748,7 +14748,7 @@ If another state is defined before the default state, the compiler will report a ScriptName tooltip - + type string @@ -14875,7 +14875,7 @@ If another state is defined before the default state, the compiler will report a sleep 0.0 tooltip - + llGetStatus @@ -14910,7 +14910,7 @@ If another state is defined before the default state, the compiler will report a String tooltip - + type string @@ -14919,7 +14919,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -14928,7 +14928,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -14977,7 +14977,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -15000,7 +15000,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -15023,7 +15023,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -15046,7 +15046,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -15147,7 +15147,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -15278,7 +15278,7 @@ If another state is defined before the default state, the compiler will report a TargetID tooltip - + type key @@ -15287,7 +15287,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -15310,7 +15310,7 @@ If another state is defined before the default state, the compiler will report a TargetID tooltip - + type key @@ -15319,7 +15319,7 @@ If another state is defined before the default state, the compiler will report a FolderName tooltip - + type string @@ -15328,7 +15328,7 @@ If another state is defined before the default state, the compiler will report a InventoryItems tooltip - + type list @@ -15351,7 +15351,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -15360,7 +15360,7 @@ If another state is defined before the default state, the compiler will report a Amount tooltip - + type integer @@ -15383,7 +15383,7 @@ If another state is defined before the default state, the compiler will report a InventoryItemID tooltip - + type key @@ -15392,7 +15392,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -15417,7 +15417,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -15440,7 +15440,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -15463,7 +15463,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -15529,7 +15529,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -15675,7 +15675,7 @@ If another state is defined before the default state, the compiler will report a value tooltip - + type string @@ -15698,7 +15698,7 @@ If another state is defined before the default state, the compiler will report a TargetVariable tooltip - + type string @@ -15707,7 +15707,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type integer @@ -15716,7 +15716,7 @@ If another state is defined before the default state, the compiler will report a SourceVariable tooltip - + type string @@ -15739,7 +15739,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -15748,7 +15748,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -15771,7 +15771,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type integer @@ -15853,7 +15853,7 @@ If another state is defined before the default state, the compiler will report a JSON tooltip - + type string @@ -15876,7 +15876,7 @@ If another state is defined before the default state, the compiler will report a JSON tooltip - + type string @@ -15885,7 +15885,7 @@ If another state is defined before the default state, the compiler will report a Specifiers tooltip - + type list @@ -15908,7 +15908,7 @@ If another state is defined before the default state, the compiler will report a JSON tooltip - + type string @@ -15917,7 +15917,7 @@ If another state is defined before the default state, the compiler will report a Specifiers tooltip - + type list @@ -15926,7 +15926,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type string @@ -15949,7 +15949,7 @@ If another state is defined before the default state, the compiler will report a JSON tooltip - + type string @@ -15958,7 +15958,7 @@ If another state is defined before the default state, the compiler will report a Specifiers tooltip - + type list @@ -16149,7 +16149,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -16158,7 +16158,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -16167,7 +16167,7 @@ If another state is defined before the default state, the compiler will report a Flags tooltip - + type integer @@ -16668,7 +16668,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16691,7 +16691,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16700,7 +16700,7 @@ If another state is defined before the default state, the compiler will report a Index tooltip - + type integer @@ -16723,7 +16723,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16732,7 +16732,7 @@ If another state is defined before the default state, the compiler will report a Index tooltip - + type integer @@ -16787,7 +16787,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16796,7 +16796,7 @@ If another state is defined before the default state, the compiler will report a Index tooltip - + type integer @@ -16819,7 +16819,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16828,7 +16828,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -16837,7 +16837,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -16860,7 +16860,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16869,7 +16869,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -16878,7 +16878,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -16887,7 +16887,7 @@ If another state is defined before the default state, the compiler will report a Stride tooltip - + type integer @@ -16896,7 +16896,7 @@ If another state is defined before the default state, the compiler will report a slice_index tooltip - + type integer @@ -16919,7 +16919,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16928,7 +16928,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -16937,7 +16937,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -16946,7 +16946,7 @@ If another state is defined before the default state, the compiler will report a Stride tooltip - + type integer @@ -16969,7 +16969,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -16978,7 +16978,7 @@ If another state is defined before the default state, the compiler will report a Index tooltip - + type integer @@ -17001,7 +17001,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17010,7 +17010,7 @@ If another state is defined before the default state, the compiler will report a Index tooltip - + type integer @@ -17033,7 +17033,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17042,7 +17042,7 @@ If another state is defined before the default state, the compiler will report a Index tooltip - + type integer @@ -17065,7 +17065,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17074,7 +17074,7 @@ If another state is defined before the default state, the compiler will report a Find tooltip - + type list @@ -17097,7 +17097,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17106,7 +17106,7 @@ If another state is defined before the default state, the compiler will report a Find tooltip - + type list @@ -17115,7 +17115,7 @@ If another state is defined before the default state, the compiler will report a Instance tooltip - + type integer @@ -17138,7 +17138,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17147,7 +17147,7 @@ If another state is defined before the default state, the compiler will report a Find tooltip - + type list @@ -17156,7 +17156,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -17165,7 +17165,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -17174,7 +17174,7 @@ If another state is defined before the default state, the compiler will report a Stride tooltip - + type integer @@ -17197,7 +17197,7 @@ If another state is defined before the default state, the compiler will report a Target tooltip - + type list @@ -17206,7 +17206,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17215,7 +17215,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type integer @@ -17238,7 +17238,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17247,7 +17247,7 @@ If another state is defined before the default state, the compiler will report a Stride tooltip - + type integer @@ -17270,7 +17270,7 @@ If another state is defined before the default state, the compiler will report a Target tooltip - + type list @@ -17279,7 +17279,7 @@ If another state is defined before the default state, the compiler will report a ListVariable tooltip - + type list @@ -17288,7 +17288,7 @@ If another state is defined before the default state, the compiler will report a Start tooltip - + type integer @@ -17297,7 +17297,7 @@ If another state is defined before the default state, the compiler will report a End tooltip - + type integer @@ -17443,7 +17443,7 @@ If another state is defined before the default state, the compiler will report a Channel tooltip - + type integer @@ -17452,7 +17452,7 @@ If another state is defined before the default state, the compiler will report a SpeakersName tooltip - + type string @@ -17461,7 +17461,7 @@ If another state is defined before the default state, the compiler will report a SpeakersID tooltip - + type key @@ -17470,7 +17470,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -17493,7 +17493,7 @@ If another state is defined before the default state, the compiler will report a ChannelHandle tooltip - + type integer @@ -17502,7 +17502,7 @@ If another state is defined before the default state, the compiler will report a Active tooltip - + type integer @@ -17525,7 +17525,7 @@ If another state is defined before the default state, the compiler will report a ChannelHandle tooltip - + type integer @@ -17548,7 +17548,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -17557,7 +17557,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -17566,7 +17566,7 @@ If another state is defined before the default state, the compiler will report a URL tooltip - + type string @@ -17589,7 +17589,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -17612,7 +17612,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -17635,7 +17635,7 @@ If another state is defined before the default state, the compiler will report a Target tooltip - + type vector @@ -17644,7 +17644,7 @@ If another state is defined before the default state, the compiler will report a Strength tooltip - + type float @@ -17653,7 +17653,7 @@ If another state is defined before the default state, the compiler will report a Damping tooltip - + type float @@ -17676,7 +17676,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -17685,7 +17685,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -17708,7 +17708,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -17717,7 +17717,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -17740,7 +17740,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -17749,7 +17749,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -17772,7 +17772,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -17781,7 +17781,7 @@ If another state is defined before the default state, the compiler will report a Nonce tooltip - + type integer @@ -17804,7 +17804,7 @@ If another state is defined before the default state, the compiler will report a Particles tooltip - + type integer @@ -17813,7 +17813,7 @@ If another state is defined before the default state, the compiler will report a Scale tooltip - + type float @@ -17822,7 +17822,7 @@ If another state is defined before the default state, the compiler will report a Velocity tooltip - + type float @@ -17831,7 +17831,7 @@ If another state is defined before the default state, the compiler will report a Lifetime tooltip - + type float @@ -17840,7 +17840,7 @@ If another state is defined before the default state, the compiler will report a Arc tooltip - + type float @@ -17849,7 +17849,7 @@ If another state is defined before the default state, the compiler will report a Texture tooltip - + type string @@ -17858,7 +17858,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -17883,7 +17883,7 @@ If another state is defined before the default state, the compiler will report a Particles tooltip - + type integer @@ -17892,7 +17892,7 @@ If another state is defined before the default state, the compiler will report a Scale tooltip - + type float @@ -17901,7 +17901,7 @@ If another state is defined before the default state, the compiler will report a Velocity tooltip - + type float @@ -17910,7 +17910,7 @@ If another state is defined before the default state, the compiler will report a Lifetime tooltip - + type float @@ -17919,7 +17919,7 @@ If another state is defined before the default state, the compiler will report a Arc tooltip - + type float @@ -17928,7 +17928,7 @@ If another state is defined before the default state, the compiler will report a Texture tooltip - + type string @@ -17937,7 +17937,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -17962,7 +17962,7 @@ If another state is defined before the default state, the compiler will report a Particles tooltip - + type integer @@ -17971,7 +17971,7 @@ If another state is defined before the default state, the compiler will report a Scale tooltip - + type float @@ -17980,7 +17980,7 @@ If another state is defined before the default state, the compiler will report a Velocity tooltip - + type float @@ -17989,7 +17989,7 @@ If another state is defined before the default state, the compiler will report a Lifetime tooltip - + type float @@ -17998,7 +17998,7 @@ If another state is defined before the default state, the compiler will report a Arc tooltip - + type float @@ -18007,7 +18007,7 @@ If another state is defined before the default state, the compiler will report a Bounce tooltip - + type integer @@ -18016,7 +18016,7 @@ If another state is defined before the default state, the compiler will report a Texture tooltip - + type string @@ -18025,7 +18025,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -18034,7 +18034,7 @@ If another state is defined before the default state, the compiler will report a Bounce_Offset tooltip - + type float @@ -18059,7 +18059,7 @@ If another state is defined before the default state, the compiler will report a Particles tooltip - + type integer @@ -18068,7 +18068,7 @@ If another state is defined before the default state, the compiler will report a Scale tooltip - + type float @@ -18077,7 +18077,7 @@ If another state is defined before the default state, the compiler will report a Velocity tooltip - + type float @@ -18086,7 +18086,7 @@ If another state is defined before the default state, the compiler will report a Lifetime tooltip - + type float @@ -18095,7 +18095,7 @@ If another state is defined before the default state, the compiler will report a Arc tooltip - + type float @@ -18104,7 +18104,7 @@ If another state is defined before the default state, the compiler will report a Texture tooltip - + type string @@ -18113,7 +18113,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -18213,7 +18213,7 @@ If another state is defined before the default state, the compiler will report a RegionName tooltip - + type string @@ -18222,7 +18222,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -18231,7 +18231,7 @@ If another state is defined before the default state, the compiler will report a Direction tooltip - + type vector @@ -18254,7 +18254,7 @@ If another state is defined before the default state, the compiler will report a LinkNumber tooltip - + type integer @@ -18263,7 +18263,7 @@ If another state is defined before the default state, the compiler will report a Number tooltip - + type integer @@ -18272,7 +18272,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -18281,7 +18281,7 @@ If another state is defined before the default state, the compiler will report a ID tooltip - + type key @@ -18304,7 +18304,7 @@ If another state is defined before the default state, the compiler will report a Delay tooltip - + type float @@ -18327,7 +18327,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type integer @@ -18336,7 +18336,7 @@ If another state is defined before the default state, the compiler will report a Power tooltip - + type integer @@ -18345,7 +18345,7 @@ If another state is defined before the default state, the compiler will report a Modulus tooltip - + type integer @@ -18400,7 +18400,7 @@ If another state is defined before the default state, the compiler will report a Target tooltip - + type vector @@ -18409,7 +18409,7 @@ If another state is defined before the default state, the compiler will report a Tau tooltip - + type float @@ -18487,7 +18487,7 @@ If another state is defined before the default state, the compiler will report a OffsetS tooltip - + type float @@ -18496,7 +18496,7 @@ If another state is defined before the default state, the compiler will report a OffsetT tooltip - + type float @@ -18505,7 +18505,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -18616,7 +18616,7 @@ If another state is defined before the default state, the compiler will report a ID tooltip - + type key @@ -18641,7 +18641,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -18687,7 +18687,7 @@ If another state is defined before the default state, the compiler will report a QueryList tooltip - + type list @@ -18712,7 +18712,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -18721,7 +18721,7 @@ If another state is defined before the default state, the compiler will report a Separators tooltip - + type list @@ -18730,7 +18730,7 @@ If another state is defined before the default state, the compiler will report a Spacers tooltip - + type list @@ -18753,7 +18753,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -18762,7 +18762,7 @@ If another state is defined before the default state, the compiler will report a Separators tooltip - + type list @@ -18771,7 +18771,7 @@ If another state is defined before the default state, the compiler will report a Spacers tooltip - + type list @@ -18794,7 +18794,7 @@ If another state is defined before the default state, the compiler will report a Parameters tooltip - + type list @@ -18895,7 +18895,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -18904,7 +18904,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -18927,7 +18927,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -18936,7 +18936,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -18959,7 +18959,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -18968,7 +18968,7 @@ If another state is defined before the default state, the compiler will report a Exponent tooltip - + type float @@ -18991,7 +18991,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -19046,7 +19046,7 @@ If another state is defined before the default state, the compiler will report a ObjectID tooltip - + type key @@ -19055,7 +19055,7 @@ If another state is defined before the default state, the compiler will report a Impulse tooltip - + type vector @@ -19064,7 +19064,7 @@ If another state is defined before the default state, the compiler will report a AngularImpulse tooltip - + type vector @@ -19073,7 +19073,7 @@ If another state is defined before the default state, the compiler will report a Local tooltip - + type integer @@ -19096,7 +19096,7 @@ If another state is defined before the default state, the compiler will report a Key tooltip - + type string @@ -19209,7 +19209,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -19270,7 +19270,7 @@ If another state is defined before the default state, the compiler will report a ChannelID tooltip - + type key @@ -19279,7 +19279,7 @@ If another state is defined before the default state, the compiler will report a MessageID tooltip - + type key @@ -19396,7 +19396,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -19419,7 +19419,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -19442,7 +19442,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -19465,7 +19465,7 @@ If another state is defined before the default state, the compiler will report a Vehiclelags tooltip - + type integer @@ -19488,7 +19488,7 @@ If another state is defined before the default state, the compiler will report a agent_id tooltip - + type key @@ -19497,7 +19497,7 @@ If another state is defined before the default state, the compiler will report a transition tooltip - + type float @@ -19506,7 +19506,7 @@ If another state is defined before the default state, the compiler will report a environment tooltip - + type string @@ -19639,7 +19639,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -19648,7 +19648,7 @@ If another state is defined before the default state, the compiler will report a Data tooltip - + type integer @@ -19694,7 +19694,7 @@ If another state is defined before the default state, the compiler will report a AgentID tooltip - + type key @@ -19728,7 +19728,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -19751,7 +19751,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -19760,7 +19760,7 @@ If another state is defined before the default state, the compiler will report a PermissionMask tooltip - + type integer @@ -19796,7 +19796,7 @@ If another state is defined before the default state, the compiler will report a RegionName tooltip - + type string @@ -19805,7 +19805,7 @@ If another state is defined before the default state, the compiler will report a Data tooltip - + type integer @@ -19864,7 +19864,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -19887,7 +19887,7 @@ If another state is defined before the default state, the compiler will report a AnimationState tooltip - + type string @@ -19936,7 +19936,7 @@ If another state is defined before the default state, the compiler will report a ScriptName tooltip - + type string @@ -20017,7 +20017,7 @@ If another state is defined before the default state, the compiler will report a Scope tooltip - + type integer @@ -20040,7 +20040,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -20049,7 +20049,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -20058,7 +20058,7 @@ If another state is defined before the default state, the compiler will report a Velocity tooltip - + type vector @@ -20067,7 +20067,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20076,7 +20076,7 @@ If another state is defined before the default state, the compiler will report a StartParameter tooltip - + type integer @@ -20099,7 +20099,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -20108,7 +20108,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -20117,7 +20117,7 @@ If another state is defined before the default state, the compiler will report a Velocity tooltip - + type vector @@ -20126,7 +20126,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20135,7 +20135,7 @@ If another state is defined before the default state, the compiler will report a StartParameter tooltip - + type integer @@ -20158,7 +20158,7 @@ If another state is defined before the default state, the compiler will report a InventoryItem tooltip - + type string @@ -20167,7 +20167,7 @@ If another state is defined before the default state, the compiler will report a Params tooltip - + type list @@ -20190,7 +20190,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20213,7 +20213,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20236,7 +20236,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20259,7 +20259,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20282,7 +20282,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20305,7 +20305,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20328,7 +20328,7 @@ If another state is defined before the default state, the compiler will report a Vector1 tooltip - + type vector @@ -20337,7 +20337,7 @@ If another state is defined before the default state, the compiler will report a Vector2 tooltip - + type vector @@ -20360,7 +20360,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20369,7 +20369,7 @@ If another state is defined before the default state, the compiler will report a Strength tooltip - + type float @@ -20378,7 +20378,7 @@ If another state is defined before the default state, the compiler will report a Damping tooltip - + type float @@ -20401,7 +20401,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -20410,7 +20410,7 @@ If another state is defined before the default state, the compiler will report a LeeWay tooltip - + type float @@ -20433,7 +20433,7 @@ If another state is defined before the default state, the compiler will report a Handle tooltip - + type integer @@ -20456,7 +20456,7 @@ If another state is defined before the default state, the compiler will report a Radians tooltip - + type float @@ -20465,7 +20465,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -20488,7 +20488,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -20511,7 +20511,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -20534,7 +20534,7 @@ If another state is defined before the default state, the compiler will report a text tooltip - + type string @@ -20557,7 +20557,7 @@ If another state is defined before the default state, the compiler will report a ID tooltip - + type key @@ -20639,7 +20639,7 @@ If another state is defined before the default state, the compiler will report a Horizontal tooltip - + type float @@ -20648,7 +20648,7 @@ If another state is defined before the default state, the compiler will report a Vertical tooltip - + type float @@ -20657,7 +20657,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -20680,7 +20680,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -20728,7 +20728,7 @@ If another state is defined before the default state, the compiler will report a ChannelID tooltip - + type key @@ -20737,7 +20737,7 @@ If another state is defined before the default state, the compiler will report a Destination tooltip - + type string @@ -20746,7 +20746,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type integer @@ -20755,7 +20755,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -20993,7 +20993,7 @@ If another state is defined before the default state, the compiler will report a Opacity tooltip - + type float @@ -21002,7 +21002,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -21057,7 +21057,7 @@ If another state is defined before the default state, the compiler will report a AnimationState tooltip - + type string @@ -21066,7 +21066,7 @@ If another state is defined before the default state, the compiler will report a AnimationName tooltip - + type string @@ -21089,7 +21089,7 @@ If another state is defined before the default state, the compiler will report a Buoyancy tooltip - + type float @@ -21112,7 +21112,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -21135,7 +21135,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -21158,7 +21158,7 @@ If another state is defined before the default state, the compiler will report a Parameters tooltip - + type list @@ -21204,7 +21204,7 @@ If another state is defined before the default state, the compiler will report a Color tooltip - + type vector @@ -21213,7 +21213,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -21268,7 +21268,7 @@ If another state is defined before the default state, the compiler will report a Damage tooltip - + type float @@ -21512,7 +21512,7 @@ If another state is defined before the default state, the compiler will report a Options tooltip - + type list @@ -21535,7 +21535,7 @@ If another state is defined before the default state, the compiler will report a LinkNumber tooltip - + type integer @@ -21544,7 +21544,7 @@ If another state is defined before the default state, the compiler will report a Opacity tooltip - + type float @@ -21553,7 +21553,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -21749,7 +21749,7 @@ If another state is defined before the default state, the compiler will report a Parameters tooltip - + type list @@ -21783,7 +21783,7 @@ If another state is defined before the default state, the compiler will report a Parameters tooltip - + type list @@ -21806,7 +21806,7 @@ If another state is defined before the default state, the compiler will report a LinkNumber tooltip - + type integer @@ -21815,7 +21815,7 @@ If another state is defined before the default state, the compiler will report a RenderMaterial tooltip - + type string @@ -21824,7 +21824,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -21879,7 +21879,7 @@ If another state is defined before the default state, the compiler will report a LinkNumber tooltip - + type integer @@ -21888,7 +21888,7 @@ If another state is defined before the default state, the compiler will report a Texture tooltip - + type string @@ -21897,7 +21897,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -22006,7 +22006,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -22054,7 +22054,7 @@ If another state is defined before the default state, the compiler will report a Description tooltip - + type string @@ -22077,7 +22077,7 @@ If another state is defined before the default state, the compiler will report a Name tooltip - + type string @@ -22166,7 +22166,7 @@ If another state is defined before the default state, the compiler will report a URL tooltip - + type string @@ -22230,7 +22230,7 @@ If another state is defined before the default state, the compiler will report a GravityMultiplier tooltip - + type float @@ -22239,7 +22239,7 @@ If another state is defined before the default state, the compiler will report a Restitution tooltip - + type float @@ -22248,7 +22248,7 @@ If another state is defined before the default state, the compiler will report a Friction tooltip - + type float @@ -22257,7 +22257,7 @@ If another state is defined before the default state, the compiler will report a Density tooltip - + type float @@ -22335,7 +22335,7 @@ If another state is defined before the default state, the compiler will report a URL tooltip - + type string @@ -22410,7 +22410,7 @@ If another state is defined before the default state, the compiler will report a PIN tooltip - + type integer @@ -22433,7 +22433,7 @@ If another state is defined before the default state, the compiler will report a Material tooltip - + type string @@ -22442,7 +22442,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -22465,7 +22465,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -22488,7 +22488,7 @@ If another state is defined before the default state, the compiler will report a Scale tooltip - + type vector @@ -22511,7 +22511,7 @@ If another state is defined before the default state, the compiler will report a ScriptName tooltip - + type string @@ -22520,7 +22520,7 @@ If another state is defined before the default state, the compiler will report a Running tooltip - + type integer @@ -22543,7 +22543,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -22612,7 +22612,7 @@ If another state is defined before the default state, the compiler will report a Status tooltip - + type integer @@ -22621,7 +22621,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type integer @@ -22644,7 +22644,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -22653,7 +22653,7 @@ If another state is defined before the default state, the compiler will report a Color tooltip - + type vector @@ -22662,7 +22662,7 @@ If another state is defined before the default state, the compiler will report a Opacity tooltip - + type float @@ -22685,7 +22685,7 @@ If another state is defined before the default state, the compiler will report a Texture tooltip - + type string @@ -22694,7 +22694,7 @@ If another state is defined before the default state, the compiler will report a Face tooltip - + type integer @@ -22794,7 +22794,7 @@ If another state is defined before the default state, the compiler will report a Rate tooltip - + type float @@ -22849,7 +22849,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -22872,7 +22872,7 @@ If another state is defined before the default state, the compiler will report a Flags tooltip - + type integer @@ -22895,7 +22895,7 @@ If another state is defined before the default state, the compiler will report a ParameterName tooltip - + type integer @@ -22904,7 +22904,7 @@ If another state is defined before the default state, the compiler will report a ParameterValue tooltip - + type float @@ -22927,7 +22927,7 @@ If another state is defined before the default state, the compiler will report a ParameterName tooltip - + type integer @@ -22936,7 +22936,7 @@ If another state is defined before the default state, the compiler will report a ParameterValue tooltip - + type rotation @@ -22959,7 +22959,7 @@ If another state is defined before the default state, the compiler will report a Type tooltip - + type integer @@ -22982,7 +22982,7 @@ If another state is defined before the default state, the compiler will report a ParameterName tooltip - + type integer @@ -22991,7 +22991,7 @@ If another state is defined before the default state, the compiler will report a ParameterValue tooltip - + type vector @@ -23046,7 +23046,7 @@ If another state is defined before the default state, the compiler will report a Channel tooltip - + type integer @@ -23055,7 +23055,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -23119,7 +23119,7 @@ If another state is defined before the default state, the compiler will report a Theta tooltip - + type float @@ -23142,7 +23142,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -23151,7 +23151,7 @@ If another state is defined before the default state, the compiler will report a LinkID tooltip - + type integer @@ -23174,7 +23174,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -23183,7 +23183,7 @@ If another state is defined before the default state, the compiler will report a Rotation tooltip - + type rotation @@ -23206,7 +23206,7 @@ If another state is defined before the default state, the compiler will report a Time tooltip - + type float @@ -23229,7 +23229,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -23238,7 +23238,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -23247,7 +23247,7 @@ If another state is defined before the default state, the compiler will report a Queue tooltip - + type integer @@ -23256,7 +23256,7 @@ If another state is defined before the default state, the compiler will report a Loop tooltip - + type integer @@ -23281,7 +23281,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -23306,7 +23306,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type float @@ -23329,7 +23329,7 @@ If another state is defined before the default state, the compiler will report a Animation tooltip - + type string @@ -23352,7 +23352,7 @@ If another state is defined before the default state, the compiler will report a Animation tooltip - + type string @@ -23375,7 +23375,7 @@ If another state is defined before the default state, the compiler will report a Animation tooltip - + type string @@ -23437,7 +23437,7 @@ If another state is defined before the default state, the compiler will report a Animation tooltip - + type string @@ -23473,7 +23473,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -23496,7 +23496,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -23551,7 +23551,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -23560,7 +23560,7 @@ If another state is defined before the default state, the compiler will report a Sequence tooltip - + type string @@ -23583,7 +23583,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -23649,7 +23649,7 @@ If another state is defined before the default state, the compiler will report a Theta tooltip - + type float @@ -23672,7 +23672,7 @@ If another state is defined before the default state, the compiler will report a Position tooltip - + type vector @@ -23681,7 +23681,7 @@ If another state is defined before the default state, the compiler will report a Range tooltip - + type float @@ -23704,7 +23704,7 @@ If another state is defined before the default state, the compiler will report a Axis tooltip - + type vector @@ -23713,7 +23713,7 @@ If another state is defined before the default state, the compiler will report a SpinRate tooltip - + type float @@ -23722,7 +23722,7 @@ If another state is defined before the default state, the compiler will report a Gain tooltip - + type float @@ -23745,7 +23745,7 @@ If another state is defined before the default state, the compiler will report a Target tooltip - + type integer @@ -23768,7 +23768,7 @@ If another state is defined before the default state, the compiler will report a Target tooltip - + type integer @@ -23777,7 +23777,7 @@ If another state is defined before the default state, the compiler will report a Subject tooltip - + type string @@ -23786,7 +23786,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -23909,7 +23909,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -23932,7 +23932,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -23941,7 +23941,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -23950,7 +23950,7 @@ If another state is defined before the default state, the compiler will report a Channel tooltip - + type integer @@ -23973,7 +23973,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -23996,7 +23996,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -24019,7 +24019,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -24028,7 +24028,7 @@ If another state is defined before the default state, the compiler will report a Amount tooltip - + type integer @@ -24092,7 +24092,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -24101,7 +24101,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -24124,7 +24124,7 @@ If another state is defined before the default state, the compiler will report a Sound tooltip - + type string @@ -24133,7 +24133,7 @@ If another state is defined before the default state, the compiler will report a Volume tooltip - + type float @@ -24142,7 +24142,7 @@ If another state is defined before the default state, the compiler will report a TNE tooltip - + type vector @@ -24151,7 +24151,7 @@ If another state is defined before the default state, the compiler will report a BSW tooltip - + type vector @@ -24174,7 +24174,7 @@ If another state is defined before the default state, the compiler will report a AvatarID tooltip - + type key @@ -24197,7 +24197,7 @@ If another state is defined before the default state, the compiler will report a URL tooltip - + type string @@ -24243,7 +24243,7 @@ If another state is defined before the default state, the compiler will report a Key tooltip - + type string @@ -24252,7 +24252,7 @@ If another state is defined before the default state, the compiler will report a Value tooltip - + type string @@ -24261,7 +24261,7 @@ If another state is defined before the default state, the compiler will report a Checked tooltip - + type integer @@ -24270,7 +24270,7 @@ If another state is defined before the default state, the compiler will report a OriginalValue tooltip - + type string @@ -24295,7 +24295,7 @@ If another state is defined before the default state, the compiler will report a Location1 tooltip - + type vector @@ -24304,7 +24304,7 @@ If another state is defined before the default state, the compiler will report a Location2 tooltip - + type vector @@ -24327,7 +24327,7 @@ If another state is defined before the default state, the compiler will report a Vector tooltip - + type vector @@ -24350,7 +24350,7 @@ If another state is defined before the default state, the compiler will report a Vector tooltip - + type vector @@ -24489,7 +24489,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -24512,7 +24512,7 @@ If another state is defined before the default state, the compiler will report a Channel tooltip - + type integer @@ -24521,7 +24521,7 @@ If another state is defined before the default state, the compiler will report a Text tooltip - + type string @@ -24544,7 +24544,7 @@ If another state is defined before the default state, the compiler will report a Offset tooltip - + type vector @@ -24590,7 +24590,7 @@ If another state is defined before the default state, the compiler will report a Text1 tooltip - + type string @@ -24599,7 +24599,7 @@ If another state is defined before the default state, the compiler will report a Text2 tooltip - + type string @@ -24622,7 +24622,7 @@ If another state is defined before the default state, the compiler will report a Text1 tooltip - + type string @@ -24631,7 +24631,7 @@ If another state is defined before the default state, the compiler will report a Text2 tooltip - + type string @@ -24656,7 +24656,7 @@ If another state is defined before the default state, the compiler will report a Text1 tooltip - + type string @@ -24665,7 +24665,7 @@ If another state is defined before the default state, the compiler will report a Text2 tooltip - + type string diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index b53d9221bb..9468c3494d 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -364,7 +364,7 @@ export type rotation = quaternion AGENT_ALWAYS_RUN tooltip - + type number value @@ -391,7 +391,7 @@ export type rotation = quaternion AGENT_AUTOPILOT tooltip - + type number value @@ -400,7 +400,7 @@ export type rotation = quaternion AGENT_AWAY tooltip - + type number value @@ -409,7 +409,7 @@ export type rotation = quaternion AGENT_BUSY tooltip - + type number value @@ -418,7 +418,7 @@ export type rotation = quaternion AGENT_BY_LEGACY_NAME tooltip - + type number value @@ -427,7 +427,7 @@ export type rotation = quaternion AGENT_BY_USERNAME tooltip - + type number value @@ -436,7 +436,7 @@ export type rotation = quaternion AGENT_CROUCHING tooltip - + type number value @@ -463,7 +463,7 @@ export type rotation = quaternion AGENT_IN_AIR tooltip - + type number value @@ -499,7 +499,7 @@ export type rotation = quaternion AGENT_MOUSELOOK tooltip - + type number value @@ -508,7 +508,7 @@ export type rotation = quaternion AGENT_ON_OBJECT tooltip - + type number value @@ -526,7 +526,7 @@ export type rotation = quaternion AGENT_SITTING tooltip - + type number value @@ -535,7 +535,7 @@ export type rotation = quaternion AGENT_TYPING tooltip - + type number value @@ -544,7 +544,7 @@ export type rotation = quaternion AGENT_WALKING tooltip - + type number value @@ -553,7 +553,7 @@ export type rotation = quaternion ALL_SIDES tooltip - + type number value @@ -715,7 +715,7 @@ export type rotation = quaternion ATTACH_HUD_BOTTOM tooltip - + type number value @@ -724,7 +724,7 @@ export type rotation = quaternion ATTACH_HUD_BOTTOM_LEFT tooltip - + type number value @@ -733,7 +733,7 @@ export type rotation = quaternion ATTACH_HUD_BOTTOM_RIGHT tooltip - + type number value @@ -742,7 +742,7 @@ export type rotation = quaternion ATTACH_HUD_CENTER_1 tooltip - + type number value @@ -751,7 +751,7 @@ export type rotation = quaternion ATTACH_HUD_CENTER_2 tooltip - + type number value @@ -760,7 +760,7 @@ export type rotation = quaternion ATTACH_HUD_TOP_CENTER tooltip - + type number value @@ -769,7 +769,7 @@ export type rotation = quaternion ATTACH_HUD_TOP_LEFT tooltip - + type number value @@ -778,7 +778,7 @@ export type rotation = quaternion ATTACH_HUD_TOP_RIGHT tooltip - + type number value @@ -1097,7 +1097,7 @@ export type rotation = quaternion AVOID_CHARACTERS tooltip - + type number value @@ -1106,7 +1106,7 @@ export type rotation = quaternion AVOID_DYNAMIC_OBSTACLES tooltip - + type number value @@ -1115,7 +1115,7 @@ export type rotation = quaternion AVOID_NONE tooltip - + type number value @@ -1133,7 +1133,7 @@ export type rotation = quaternion CAMERA_ACTIVE tooltip - + type number value @@ -1142,7 +1142,7 @@ export type rotation = quaternion CAMERA_BEHINDNESS_ANGLE tooltip - + type number value @@ -1151,7 +1151,7 @@ export type rotation = quaternion CAMERA_BEHINDNESS_LAG tooltip - + type number value @@ -1160,7 +1160,7 @@ export type rotation = quaternion CAMERA_DISTANCE tooltip - + type number value @@ -1169,7 +1169,7 @@ export type rotation = quaternion CAMERA_FOCUS tooltip - + type number value @@ -1178,7 +1178,7 @@ export type rotation = quaternion CAMERA_FOCUS_LAG tooltip - + type number value @@ -1187,7 +1187,7 @@ export type rotation = quaternion CAMERA_FOCUS_LOCKED tooltip - + type number value @@ -1196,7 +1196,7 @@ export type rotation = quaternion CAMERA_FOCUS_OFFSET tooltip - + type number value @@ -1205,7 +1205,7 @@ export type rotation = quaternion CAMERA_FOCUS_THRESHOLD tooltip - + type number value @@ -1214,7 +1214,7 @@ export type rotation = quaternion CAMERA_PITCH tooltip - + type number value @@ -1223,7 +1223,7 @@ export type rotation = quaternion CAMERA_POSITION tooltip - + type number value @@ -1232,7 +1232,7 @@ export type rotation = quaternion CAMERA_POSITION_LAG tooltip - + type number value @@ -1241,7 +1241,7 @@ export type rotation = quaternion CAMERA_POSITION_LOCKED tooltip - + type number value @@ -1250,7 +1250,7 @@ export type rotation = quaternion CAMERA_POSITION_THRESHOLD tooltip - + type number value @@ -1295,7 +1295,7 @@ export type rotation = quaternion CHANGED_MEDIA tooltip - + type number value @@ -1403,7 +1403,7 @@ export type rotation = quaternion CHARACTER_CMD_SMOOTH_STOP tooltip - + type number value @@ -1520,7 +1520,7 @@ export type rotation = quaternion CHARACTER_TYPE_A tooltip - + type number value @@ -1529,7 +1529,7 @@ export type rotation = quaternion CHARACTER_TYPE_B tooltip - + type number value @@ -1538,7 +1538,7 @@ export type rotation = quaternion CHARACTER_TYPE_C tooltip - + type number value @@ -1547,7 +1547,7 @@ export type rotation = quaternion CHARACTER_TYPE_D tooltip - + type number value @@ -1556,7 +1556,7 @@ export type rotation = quaternion CHARACTER_TYPE_NONE tooltip - + type number value @@ -1898,7 +1898,7 @@ export type rotation = quaternion DAMAGE_TYPE_EMOTIONAL tooltip - + type number value @@ -2033,7 +2033,7 @@ export type rotation = quaternion DATA_PAYINFO tooltip - + type number value @@ -2057,7 +2057,7 @@ export type rotation = quaternion DATA_SIM_POS tooltip - + type number value @@ -2066,7 +2066,7 @@ export type rotation = quaternion DATA_SIM_RATING tooltip - + type number value @@ -2075,7 +2075,7 @@ export type rotation = quaternion DATA_SIM_STATUS tooltip - + type number value @@ -2238,7 +2238,7 @@ export type rotation = quaternion ERR_GENERIC tooltip - + type number value @@ -2247,7 +2247,7 @@ export type rotation = quaternion ERR_MALFORMED_PARAMS tooltip - + type number value @@ -2256,7 +2256,7 @@ export type rotation = quaternion ERR_PARCEL_PERMISSIONS tooltip - + type number value @@ -2265,7 +2265,7 @@ export type rotation = quaternion ERR_RUNTIME_PERMISSIONS tooltip - + type number value @@ -2274,7 +2274,7 @@ export type rotation = quaternion ERR_THROTTLED tooltip - + type number value @@ -2382,7 +2382,7 @@ export type rotation = quaternion GAME_CONTROL_AXIS_LEFTX tooltip - + type number value @@ -2391,7 +2391,7 @@ export type rotation = quaternion GAME_CONTROL_AXIS_LEFTY tooltip - + type number value @@ -2400,7 +2400,7 @@ export type rotation = quaternion GAME_CONTROL_AXIS_RIGHTX tooltip - + type number value @@ -2409,7 +2409,7 @@ export type rotation = quaternion GAME_CONTROL_AXIS_RIGHTY tooltip - + type number value @@ -2418,7 +2418,7 @@ export type rotation = quaternion GAME_CONTROL_AXIS_TRIGGERLEFT tooltip - + type number value @@ -2427,7 +2427,7 @@ export type rotation = quaternion GAME_CONTROL_AXIS_TRIGGERRIGHT tooltip - + type number value @@ -2436,7 +2436,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_A tooltip - + type number value @@ -2445,7 +2445,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_B tooltip - + type number value @@ -2454,7 +2454,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_BACK tooltip - + type number value @@ -2463,7 +2463,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_DPAD_DOWN tooltip - + type number value @@ -2472,7 +2472,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_DPAD_LEFT tooltip - + type number value @@ -2481,7 +2481,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_DPAD_RIGHT tooltip - + type number value @@ -2490,7 +2490,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_DPAD_UP tooltip - + type number value @@ -2499,7 +2499,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_GUIDE tooltip - + type number value @@ -2508,7 +2508,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_LEFTSHOULDER tooltip - + type number value @@ -2517,7 +2517,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_LEFTSTICK tooltip - + type number value @@ -2526,7 +2526,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_MISC1 tooltip - + type number value @@ -2535,7 +2535,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_PADDLE1 tooltip - + type number value @@ -2544,7 +2544,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_PADDLE2 tooltip - + type number value @@ -2553,7 +2553,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_PADDLE3 tooltip - + type number value @@ -2562,7 +2562,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_PADDLE4 tooltip - + type number value @@ -2571,7 +2571,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_RIGHTSHOULDER tooltip - + type number value @@ -2580,7 +2580,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_RIGHTSTICK tooltip - + type number value @@ -2589,7 +2589,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_START tooltip - + type number value @@ -2598,7 +2598,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_TOUCHPAD tooltip - + type number value @@ -2607,7 +2607,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_X tooltip - + type number value @@ -2616,7 +2616,7 @@ export type rotation = quaternion GAME_CONTROL_BUTTON_Y tooltip - + type number value @@ -2625,7 +2625,7 @@ export type rotation = quaternion GCNP_RADIUS tooltip - + type number value @@ -2634,7 +2634,7 @@ export type rotation = quaternion GCNP_STATIC tooltip - + type number value @@ -2652,7 +2652,7 @@ export type rotation = quaternion HORIZONTAL tooltip - + type number value @@ -2671,7 +2671,7 @@ export type rotation = quaternion HTTP_BODY_MAXLENGTH tooltip - + type number value @@ -2680,7 +2680,7 @@ export type rotation = quaternion HTTP_BODY_TRUNCATED tooltip - + type number value @@ -2707,7 +2707,7 @@ export type rotation = quaternion HTTP_METHOD tooltip - + type number value @@ -2716,7 +2716,7 @@ export type rotation = quaternion HTTP_MIMETYPE tooltip - + type number value @@ -2744,7 +2744,7 @@ export type rotation = quaternion HTTP_VERBOSE_THROTTLE tooltip - + type number value @@ -2753,7 +2753,7 @@ export type rotation = quaternion HTTP_VERIFY_CERT tooltip - + type number value @@ -2762,7 +2762,7 @@ export type rotation = quaternion IMG_USE_BAKED_AUX1 tooltip - + type uuid value @@ -2771,7 +2771,7 @@ export type rotation = quaternion IMG_USE_BAKED_AUX2 tooltip - + type uuid value @@ -2780,7 +2780,7 @@ export type rotation = quaternion IMG_USE_BAKED_AUX3 tooltip - + type uuid value @@ -2789,7 +2789,7 @@ export type rotation = quaternion IMG_USE_BAKED_EYES tooltip - + type uuid value @@ -2798,7 +2798,7 @@ export type rotation = quaternion IMG_USE_BAKED_HAIR tooltip - + type uuid value @@ -2807,7 +2807,7 @@ export type rotation = quaternion IMG_USE_BAKED_HEAD tooltip - + type uuid value @@ -2816,7 +2816,7 @@ export type rotation = quaternion IMG_USE_BAKED_LEFTARM tooltip - + type uuid value @@ -2825,7 +2825,7 @@ export type rotation = quaternion IMG_USE_BAKED_LEFTLEG tooltip - + type uuid value @@ -2834,7 +2834,7 @@ export type rotation = quaternion IMG_USE_BAKED_LOWER tooltip - + type uuid value @@ -2843,7 +2843,7 @@ export type rotation = quaternion IMG_USE_BAKED_SKIRT tooltip - + type uuid value @@ -2852,7 +2852,7 @@ export type rotation = quaternion IMG_USE_BAKED_UPPER tooltip - + type uuid value @@ -2861,7 +2861,7 @@ export type rotation = quaternion INVENTORY_ALL tooltip - + type number value @@ -2870,7 +2870,7 @@ export type rotation = quaternion INVENTORY_ANIMATION tooltip - + type number value @@ -2879,7 +2879,7 @@ export type rotation = quaternion INVENTORY_BODYPART tooltip - + type number value @@ -2888,7 +2888,7 @@ export type rotation = quaternion INVENTORY_CLOTHING tooltip - + type number value @@ -2897,7 +2897,7 @@ export type rotation = quaternion INVENTORY_GESTURE tooltip - + type number value @@ -2906,7 +2906,7 @@ export type rotation = quaternion INVENTORY_LANDMARK tooltip - + type number value @@ -2915,7 +2915,7 @@ export type rotation = quaternion INVENTORY_MATERIAL tooltip - + type number value @@ -2924,7 +2924,7 @@ export type rotation = quaternion INVENTORY_NONE tooltip - + type number value @@ -2933,7 +2933,7 @@ export type rotation = quaternion INVENTORY_NOTECARD tooltip - + type number value @@ -2942,7 +2942,7 @@ export type rotation = quaternion INVENTORY_OBJECT tooltip - + type number value @@ -2951,7 +2951,7 @@ export type rotation = quaternion INVENTORY_SCRIPT tooltip - + type number value @@ -2960,7 +2960,7 @@ export type rotation = quaternion INVENTORY_SETTING tooltip - + type number value @@ -2969,7 +2969,7 @@ export type rotation = quaternion INVENTORY_SOUND tooltip - + type number value @@ -2978,7 +2978,7 @@ export type rotation = quaternion INVENTORY_TEXTURE tooltip - + type number value @@ -2987,7 +2987,7 @@ export type rotation = quaternion JSON_APPEND tooltip - + type number value @@ -2996,7 +2996,7 @@ export type rotation = quaternion JSON_ARRAY tooltip - + type string value @@ -3005,7 +3005,7 @@ export type rotation = quaternion JSON_DELETE tooltip - + type string value @@ -3014,7 +3014,7 @@ export type rotation = quaternion JSON_FALSE tooltip - + type string value @@ -3023,7 +3023,7 @@ export type rotation = quaternion JSON_INVALID tooltip - + type string value @@ -3032,7 +3032,7 @@ export type rotation = quaternion JSON_NULL tooltip - + type string value @@ -3041,7 +3041,7 @@ export type rotation = quaternion JSON_NUMBER tooltip - + type string value @@ -3050,7 +3050,7 @@ export type rotation = quaternion JSON_OBJECT tooltip - + type string value @@ -3059,7 +3059,7 @@ export type rotation = quaternion JSON_STRING tooltip - + type string value @@ -3068,7 +3068,7 @@ export type rotation = quaternion JSON_TRUE tooltip - + type string value @@ -3104,7 +3104,7 @@ export type rotation = quaternion KFM_COMMAND tooltip - + type number value @@ -3113,7 +3113,7 @@ export type rotation = quaternion KFM_DATA tooltip - + type number value @@ -3140,7 +3140,7 @@ export type rotation = quaternion KFM_MODE tooltip - + type number value @@ -3221,7 +3221,7 @@ export type rotation = quaternion LAND_NOISE tooltip - + type number value @@ -3239,7 +3239,7 @@ export type rotation = quaternion LAND_REVERT tooltip - + type number value @@ -3257,7 +3257,7 @@ export type rotation = quaternion LAND_SMOOTH tooltip - + type number value @@ -3401,7 +3401,7 @@ export type rotation = quaternion LIST_STAT_GEOMETRIC_MEAN tooltip - + type number value @@ -3410,7 +3410,7 @@ export type rotation = quaternion LIST_STAT_MAX tooltip - + type number value @@ -3419,7 +3419,7 @@ export type rotation = quaternion LIST_STAT_MEAN tooltip - + type number value @@ -3428,7 +3428,7 @@ export type rotation = quaternion LIST_STAT_MEDIAN tooltip - + type number value @@ -3437,7 +3437,7 @@ export type rotation = quaternion LIST_STAT_MIN tooltip - + type number value @@ -3446,7 +3446,7 @@ export type rotation = quaternion LIST_STAT_NUM_COUNT tooltip - + type number value @@ -3455,7 +3455,7 @@ export type rotation = quaternion LIST_STAT_RANGE tooltip - + type number value @@ -3464,7 +3464,7 @@ export type rotation = quaternion LIST_STAT_STD_DEV tooltip - + type number value @@ -3473,7 +3473,7 @@ export type rotation = quaternion LIST_STAT_SUM tooltip - + type number value @@ -3482,7 +3482,7 @@ export type rotation = quaternion LIST_STAT_SUM_SQUARES tooltip - + type number value @@ -3500,7 +3500,7 @@ export type rotation = quaternion MASK_BASE tooltip - + type number value @@ -3518,7 +3518,7 @@ export type rotation = quaternion MASK_EVERYONE tooltip - + type number value @@ -3527,7 +3527,7 @@ export type rotation = quaternion MASK_GROUP tooltip - + type number value @@ -3536,7 +3536,7 @@ export type rotation = quaternion MASK_NEXT tooltip - + type number value @@ -3545,7 +3545,7 @@ export type rotation = quaternion MASK_OWNER tooltip - + type number value @@ -3563,7 +3563,7 @@ export type rotation = quaternion NULL_KEY tooltip - + type uuid value @@ -3833,7 +3833,7 @@ export type rotation = quaternion OBJECT_PHYSICS_COST tooltip - + type number value @@ -3860,7 +3860,7 @@ export type rotation = quaternion OBJECT_PRIM_EQUIVALENCE tooltip - + type number value @@ -3878,7 +3878,7 @@ export type rotation = quaternion OBJECT_RETURN_PARCEL tooltip - + type number value @@ -3887,7 +3887,7 @@ export type rotation = quaternion OBJECT_RETURN_PARCEL_OWNER tooltip - + type number value @@ -3896,7 +3896,7 @@ export type rotation = quaternion OBJECT_RETURN_REGION tooltip - + type number value @@ -3905,7 +3905,7 @@ export type rotation = quaternion OBJECT_REZZER_KEY tooltip - + type number value @@ -3941,7 +3941,7 @@ export type rotation = quaternion OBJECT_RUNNING_SCRIPT_COUNT tooltip - + type number value @@ -3959,7 +3959,7 @@ export type rotation = quaternion OBJECT_SCRIPT_MEMORY tooltip - + type number value @@ -3968,7 +3968,7 @@ export type rotation = quaternion OBJECT_SCRIPT_TIME tooltip - + type number value @@ -3986,7 +3986,7 @@ export type rotation = quaternion OBJECT_SERVER_COST tooltip - + type number value @@ -4004,7 +4004,7 @@ export type rotation = quaternion OBJECT_STREAMING_COST tooltip - + type number value @@ -4067,7 +4067,7 @@ export type rotation = quaternion OBJECT_TOTAL_SCRIPT_COUNT tooltip - + type number value @@ -4076,7 +4076,7 @@ export type rotation = quaternion OBJECT_UNKNOWN_DETAIL tooltip - + type number value @@ -4166,7 +4166,7 @@ export type rotation = quaternion OVERRIDE_GLTF_BASE_ALPHA tooltip - + type number value @@ -4175,7 +4175,7 @@ export type rotation = quaternion OVERRIDE_GLTF_BASE_ALPHA_MASK tooltip - + type number value @@ -4184,7 +4184,7 @@ export type rotation = quaternion OVERRIDE_GLTF_BASE_ALPHA_MODE tooltip - + type number value @@ -4193,7 +4193,7 @@ export type rotation = quaternion OVERRIDE_GLTF_BASE_COLOR_FACTOR tooltip - + type number value @@ -4202,7 +4202,7 @@ export type rotation = quaternion OVERRIDE_GLTF_BASE_DOUBLE_SIDED tooltip - + type number value @@ -4211,7 +4211,7 @@ export type rotation = quaternion OVERRIDE_GLTF_EMISSIVE_FACTOR tooltip - + type number value @@ -4220,7 +4220,7 @@ export type rotation = quaternion OVERRIDE_GLTF_METALLIC_FACTOR tooltip - + type number value @@ -4229,7 +4229,7 @@ export type rotation = quaternion OVERRIDE_GLTF_ROUGHNESS_FACTOR tooltip - + type number value @@ -4238,7 +4238,7 @@ export type rotation = quaternion PARCEL_COUNT_GROUP tooltip - + type number value @@ -4247,7 +4247,7 @@ export type rotation = quaternion PARCEL_COUNT_OTHER tooltip - + type number value @@ -4256,7 +4256,7 @@ export type rotation = quaternion PARCEL_COUNT_OWNER tooltip - + type number value @@ -4265,7 +4265,7 @@ export type rotation = quaternion PARCEL_COUNT_SELECTED tooltip - + type number value @@ -4274,7 +4274,7 @@ export type rotation = quaternion PARCEL_COUNT_TEMP tooltip - + type number value @@ -4283,7 +4283,7 @@ export type rotation = quaternion PARCEL_COUNT_TOTAL tooltip - + type number value @@ -4418,7 +4418,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_ALL_OBJECT_ENTRY tooltip - + type number value @@ -4427,7 +4427,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS tooltip - + type number value @@ -4436,7 +4436,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_CREATE_OBJECTS tooltip - + type number value @@ -4445,7 +4445,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_DAMAGE tooltip - + type number value @@ -4454,7 +4454,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_FLY tooltip - + type number value @@ -4463,7 +4463,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_GROUP_OBJECT_ENTRY tooltip - + type number value @@ -4472,7 +4472,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_GROUP_SCRIPTS tooltip - + type number value @@ -4481,7 +4481,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_LANDMARK tooltip - + type number value @@ -4490,7 +4490,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_SCRIPTS tooltip - + type number value @@ -4499,7 +4499,7 @@ export type rotation = quaternion PARCEL_FLAG_ALLOW_TERRAFORM tooltip - + type number value @@ -4508,7 +4508,7 @@ export type rotation = quaternion PARCEL_FLAG_LOCAL_SOUND_ONLY tooltip - + type number value @@ -4517,7 +4517,7 @@ export type rotation = quaternion PARCEL_FLAG_RESTRICT_PUSHOBJECT tooltip - + type number value @@ -4526,7 +4526,7 @@ export type rotation = quaternion PARCEL_FLAG_USE_ACCESS_GROUP tooltip - + type number value @@ -4535,7 +4535,7 @@ export type rotation = quaternion PARCEL_FLAG_USE_ACCESS_LIST tooltip - + type number value @@ -4544,7 +4544,7 @@ export type rotation = quaternion PARCEL_FLAG_USE_BAN_LIST tooltip - + type number value @@ -4553,7 +4553,7 @@ export type rotation = quaternion PARCEL_FLAG_USE_LAND_PASS_LIST tooltip - + type number value @@ -4562,7 +4562,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_AGENT tooltip - + type number value @@ -4571,7 +4571,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_AUTO_ALIGN tooltip - + type number value @@ -4589,7 +4589,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_LOOP tooltip - + type number value @@ -4607,7 +4607,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_PAUSE tooltip - + type number value @@ -4616,7 +4616,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_PLAY tooltip - + type number value @@ -4634,7 +4634,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_STOP tooltip - + type number value @@ -4643,7 +4643,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_TEXTURE tooltip - + type number value @@ -4652,7 +4652,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_TIME tooltip - + type number value @@ -4670,7 +4670,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_UNLOAD tooltip - + type number value @@ -4679,7 +4679,7 @@ export type rotation = quaternion PARCEL_MEDIA_COMMAND_URL tooltip - + type number value @@ -4805,7 +4805,7 @@ export type rotation = quaternion PATROL_PAUSE_AT_WAYPOINTS tooltip - + type number value @@ -4814,7 +4814,7 @@ export type rotation = quaternion PAYMENT_INFO_ON_FILE tooltip - + type number value @@ -4823,7 +4823,7 @@ export type rotation = quaternion PAYMENT_INFO_USED tooltip - + type number value @@ -4832,7 +4832,7 @@ export type rotation = quaternion PAY_DEFAULT tooltip - + type number value @@ -4841,7 +4841,7 @@ export type rotation = quaternion PAY_HIDE tooltip - + type number value @@ -4886,7 +4886,7 @@ export type rotation = quaternion PERMISSION_CONTROL_CAMERA tooltip - + type number value @@ -4940,7 +4940,7 @@ export type rotation = quaternion PERMISSION_RETURN_OBJECTS tooltip - + type number value @@ -4967,7 +4967,7 @@ export type rotation = quaternion PERMISSION_TELEPORT tooltip - + type number value @@ -4976,7 +4976,7 @@ export type rotation = quaternion PERMISSION_TRACK_CAMERA tooltip - + type number value @@ -4994,7 +4994,7 @@ export type rotation = quaternion PERM_ALL tooltip - + type number value @@ -5003,7 +5003,7 @@ export type rotation = quaternion PERM_COPY tooltip - + type number value @@ -5012,7 +5012,7 @@ export type rotation = quaternion PERM_MODIFY tooltip - + type number value @@ -5021,7 +5021,7 @@ export type rotation = quaternion PERM_MOVE tooltip - + type number value @@ -5030,7 +5030,7 @@ export type rotation = quaternion PERM_TRANSFER tooltip - + type number value @@ -5120,7 +5120,7 @@ export type rotation = quaternion PRIM_BUMP_BARK tooltip - + type number value @@ -5129,7 +5129,7 @@ export type rotation = quaternion PRIM_BUMP_BLOBS tooltip - + type number value @@ -5138,7 +5138,7 @@ export type rotation = quaternion PRIM_BUMP_BRICKS tooltip - + type number value @@ -5147,7 +5147,7 @@ export type rotation = quaternion PRIM_BUMP_BRIGHT tooltip - + type number value @@ -5156,7 +5156,7 @@ export type rotation = quaternion PRIM_BUMP_CHECKER tooltip - + type number value @@ -5165,7 +5165,7 @@ export type rotation = quaternion PRIM_BUMP_CONCRETE tooltip - + type number value @@ -5174,7 +5174,7 @@ export type rotation = quaternion PRIM_BUMP_DARK tooltip - + type number value @@ -5183,7 +5183,7 @@ export type rotation = quaternion PRIM_BUMP_DISKS tooltip - + type number value @@ -5192,7 +5192,7 @@ export type rotation = quaternion PRIM_BUMP_GRAVEL tooltip - + type number value @@ -5201,7 +5201,7 @@ export type rotation = quaternion PRIM_BUMP_LARGETILE tooltip - + type number value @@ -5210,7 +5210,7 @@ export type rotation = quaternion PRIM_BUMP_NONE tooltip - + type number value @@ -5219,7 +5219,7 @@ export type rotation = quaternion PRIM_BUMP_SHINY tooltip - + type number value @@ -5228,7 +5228,7 @@ export type rotation = quaternion PRIM_BUMP_SIDING tooltip - + type number value @@ -5237,7 +5237,7 @@ export type rotation = quaternion PRIM_BUMP_STONE tooltip - + type number value @@ -5246,7 +5246,7 @@ export type rotation = quaternion PRIM_BUMP_STUCCO tooltip - + type number value @@ -5255,7 +5255,7 @@ export type rotation = quaternion PRIM_BUMP_SUCTION tooltip - + type number value @@ -5264,7 +5264,7 @@ export type rotation = quaternion PRIM_BUMP_TILE tooltip - + type number value @@ -5273,7 +5273,7 @@ export type rotation = quaternion PRIM_BUMP_WEAVE tooltip - + type number value @@ -5282,7 +5282,7 @@ export type rotation = quaternion PRIM_BUMP_WOOD tooltip - + type number value @@ -5293,7 +5293,7 @@ export type rotation = quaternion deprecated true tooltip - + type number value @@ -5460,7 +5460,7 @@ vector force PRIM_HOLE_CIRCLE tooltip - + type number value @@ -5469,7 +5469,7 @@ vector force PRIM_HOLE_DEFAULT tooltip - + type number value @@ -5478,7 +5478,7 @@ vector force PRIM_HOLE_SQUARE tooltip - + type number value @@ -5487,7 +5487,7 @@ vector force PRIM_HOLE_TRIANGLE tooltip - + type number value @@ -5517,7 +5517,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_FLESH tooltip - + type number value @@ -5526,7 +5526,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_GLASS tooltip - + type number value @@ -5535,7 +5535,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_LIGHT tooltip - + type number value @@ -5544,7 +5544,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_METAL tooltip - + type number value @@ -5553,7 +5553,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_PLASTIC tooltip - + type number value @@ -5562,7 +5562,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_RUBBER tooltip - + type number value @@ -5571,7 +5571,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_STONE tooltip - + type number value @@ -5580,7 +5580,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MATERIAL_WOOD tooltip - + type number value @@ -5697,7 +5697,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_HEIGHT_PIXELS tooltip - + type number value @@ -5706,7 +5706,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_URL_LENGTH tooltip - + type number value @@ -5715,7 +5715,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_WHITELIST_COUNT tooltip - + type number value @@ -5724,7 +5724,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_WHITELIST_SIZE tooltip - + type number value @@ -5733,7 +5733,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_MAX_WIDTH_PIXELS tooltip - + type number value @@ -5742,7 +5742,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PARAM_MAX tooltip - + type number value @@ -5769,7 +5769,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_ANYONE tooltip - + type number value @@ -5778,7 +5778,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_GROUP tooltip - + type number value @@ -5787,7 +5787,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_NONE tooltip - + type number value @@ -5796,7 +5796,7 @@ Used to get or set multiple links with a single PrimParameters call. PRIM_MEDIA_PERM_OWNER tooltip - + type number value @@ -6067,7 +6067,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_CYLINDER tooltip - + type number value @@ -6076,7 +6076,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_MASK tooltip - + type number value @@ -6085,7 +6085,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_MESH tooltip - + type number value @@ -6094,7 +6094,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_PLANE tooltip - + type number value @@ -6103,7 +6103,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_SPHERE tooltip - + type number value @@ -6112,7 +6112,7 @@ vector position - position in local coordinates PRIM_SCULPT_TYPE_TORUS tooltip - + type number value @@ -6121,7 +6121,7 @@ vector position - position in local coordinates PRIM_SHINY_HIGH tooltip - + type number value @@ -6130,7 +6130,7 @@ vector position - position in local coordinates PRIM_SHINY_LOW tooltip - + type number value @@ -6139,7 +6139,7 @@ vector position - position in local coordinates PRIM_SHINY_MEDIUM tooltip - + type number value @@ -6148,7 +6148,7 @@ vector position - position in local coordinates PRIM_SHINY_NONE tooltip - + type number value @@ -6157,7 +6157,7 @@ vector position - position in local coordinates PRIM_SIT_FLAGS tooltip - + type number value @@ -6202,7 +6202,7 @@ vector position - position in local coordinates PRIM_TEMP_ON_REZ tooltip - + type number value @@ -6220,7 +6220,7 @@ vector position - position in local coordinates PRIM_TEXGEN_DEFAULT tooltip - + type number value @@ -6229,7 +6229,7 @@ vector position - position in local coordinates PRIM_TEXGEN_PLANAR tooltip - + type number value @@ -6256,7 +6256,7 @@ vector position - position in local coordinates PRIM_TYPE tooltip - + type number value @@ -6265,7 +6265,7 @@ vector position - position in local coordinates PRIM_TYPE_BOX tooltip - + type number value @@ -6274,7 +6274,7 @@ vector position - position in local coordinates PRIM_TYPE_CYLINDER tooltip - + type number value @@ -6283,7 +6283,7 @@ vector position - position in local coordinates PRIM_TYPE_PRISM tooltip - + type number value @@ -6292,7 +6292,7 @@ vector position - position in local coordinates PRIM_TYPE_RING tooltip - + type number value @@ -6301,7 +6301,7 @@ vector position - position in local coordinates PRIM_TYPE_SCULPT tooltip - + type number value @@ -6310,7 +6310,7 @@ vector position - position in local coordinates PRIM_TYPE_SPHERE tooltip - + type number value @@ -6319,7 +6319,7 @@ vector position - position in local coordinates PRIM_TYPE_TORUS tooltip - + type number value @@ -6328,7 +6328,7 @@ vector position - position in local coordinates PRIM_TYPE_TUBE tooltip - + type number value @@ -6355,7 +6355,7 @@ vector position - position in local coordinates PSYS_PART_BF_DEST_COLOR tooltip - + type number value @@ -6364,7 +6364,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE tooltip - + type number value @@ -6373,7 +6373,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE_MINUS_DEST_COLOR tooltip - + type number value @@ -6382,7 +6382,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE_MINUS_SOURCE_ALPHA tooltip - + type number value @@ -6391,7 +6391,7 @@ vector position - position in local coordinates PSYS_PART_BF_ONE_MINUS_SOURCE_COLOR tooltip - + type number value @@ -6400,7 +6400,7 @@ vector position - position in local coordinates PSYS_PART_BF_SOURCE_ALPHA tooltip - + type number value @@ -6409,7 +6409,7 @@ vector position - position in local coordinates PSYS_PART_BF_SOURCE_COLOR tooltip - + type number value @@ -6418,7 +6418,7 @@ vector position - position in local coordinates PSYS_PART_BF_ZERO tooltip - + type number value @@ -6427,7 +6427,7 @@ vector position - position in local coordinates PSYS_PART_BLEND_FUNC_DEST tooltip - + type number value @@ -6436,7 +6436,7 @@ vector position - position in local coordinates PSYS_PART_BLEND_FUNC_SOURCE tooltip - + type number value @@ -6481,7 +6481,7 @@ vector position - position in local coordinates PSYS_PART_END_GLOW tooltip - + type number value @@ -6553,7 +6553,7 @@ vector position - position in local coordinates PSYS_PART_RIBBON_MASK tooltip - + type number value @@ -6580,7 +6580,7 @@ vector position - position in local coordinates PSYS_PART_START_GLOW tooltip - + type number value @@ -6598,7 +6598,7 @@ vector position - position in local coordinates PSYS_PART_TARGET_LINEAR_MASK tooltip - + type number value @@ -6763,7 +6763,7 @@ vector position - position in local coordinates PSYS_SRC_PATTERN_ANGLE_CONE_EMPTY tooltip - + type number value @@ -6826,7 +6826,7 @@ vector position - position in local coordinates PURSUIT_GOAL_TOLERANCE tooltip - + type number value @@ -6871,7 +6871,7 @@ vector position - position in local coordinates PU_FAILURE_DYNAMIC_PATHFINDING_DISABLED tooltip - + type number value @@ -6916,7 +6916,7 @@ vector position - position in local coordinates PU_FAILURE_OTHER tooltip - + type number value @@ -6925,7 +6925,7 @@ vector position - position in local coordinates PU_FAILURE_PARCEL_UNREACHABLE tooltip - + type number value @@ -6979,7 +6979,7 @@ vector position - position in local coordinates RCERR_CAST_TIME_EXCEEDED tooltip - + type number value @@ -6988,7 +6988,7 @@ vector position - position in local coordinates RCERR_SIM_PERF_LOW tooltip - + type number value @@ -6997,7 +6997,7 @@ vector position - position in local coordinates RCERR_UNKNOWN tooltip - + type number value @@ -7006,7 +7006,7 @@ vector position - position in local coordinates RC_DATA_FLAGS tooltip - + type number value @@ -7015,7 +7015,7 @@ vector position - position in local coordinates RC_DETECT_PHANTOM tooltip - + type number value @@ -7024,7 +7024,7 @@ vector position - position in local coordinates RC_GET_LINK_NUM tooltip - + type number value @@ -7033,7 +7033,7 @@ vector position - position in local coordinates RC_GET_NORMAL tooltip - + type number value @@ -7042,7 +7042,7 @@ vector position - position in local coordinates RC_GET_ROOT_KEY tooltip - + type number value @@ -7051,7 +7051,7 @@ vector position - position in local coordinates RC_MAX_HITS tooltip - + type number value @@ -7060,7 +7060,7 @@ vector position - position in local coordinates RC_REJECT_AGENTS tooltip - + type number value @@ -7069,7 +7069,7 @@ vector position - position in local coordinates RC_REJECT_LAND tooltip - + type number value @@ -7078,7 +7078,7 @@ vector position - position in local coordinates RC_REJECT_NONPHYSICAL tooltip - + type number value @@ -7087,7 +7087,7 @@ vector position - position in local coordinates RC_REJECT_PHYSICAL tooltip - + type number value @@ -7096,7 +7096,7 @@ vector position - position in local coordinates RC_REJECT_TYPES tooltip - + type number value @@ -7105,7 +7105,7 @@ vector position - position in local coordinates REGION_FLAG_ALLOW_DAMAGE tooltip - + type number value @@ -7114,7 +7114,7 @@ vector position - position in local coordinates REGION_FLAG_ALLOW_DIRECT_TELEPORT tooltip - + type number value @@ -7123,7 +7123,7 @@ vector position - position in local coordinates REGION_FLAG_BLOCK_FLY tooltip - + type number value @@ -7132,7 +7132,7 @@ vector position - position in local coordinates REGION_FLAG_BLOCK_FLYOVER tooltip - + type number value @@ -7141,7 +7141,7 @@ vector position - position in local coordinates REGION_FLAG_BLOCK_TERRAFORM tooltip - + type number value @@ -7150,7 +7150,7 @@ vector position - position in local coordinates REGION_FLAG_DISABLE_COLLISIONS tooltip - + type number value @@ -7159,7 +7159,7 @@ vector position - position in local coordinates REGION_FLAG_DISABLE_PHYSICS tooltip - + type number value @@ -7168,7 +7168,7 @@ vector position - position in local coordinates REGION_FLAG_FIXED_SUN tooltip - + type number value @@ -7177,7 +7177,7 @@ vector position - position in local coordinates REGION_FLAG_RESTRICT_PUSHOBJECT tooltip - + type number value @@ -7186,7 +7186,7 @@ vector position - position in local coordinates REGION_FLAG_SANDBOX tooltip - + type number value @@ -7197,7 +7197,7 @@ vector position - position in local coordinates deprecated true tooltip - + type number value @@ -7208,7 +7208,7 @@ vector position - position in local coordinates deprecated true tooltip - + type number value @@ -7219,7 +7219,7 @@ vector position - position in local coordinates deprecated true tooltip - + type number value @@ -8074,7 +8074,7 @@ vector position - position in local coordinates STATUS_CAST_SHADOWS tooltip - + type number value @@ -8164,7 +8164,7 @@ vector position - position in local coordinates STATUS_RETURN_AT_EDGE tooltip - + type number value @@ -8173,7 +8173,7 @@ vector position - position in local coordinates STATUS_ROTATE_X tooltip - + type number value @@ -8182,7 +8182,7 @@ vector position - position in local coordinates STATUS_ROTATE_Y tooltip - + type number value @@ -8236,7 +8236,7 @@ vector position - position in local coordinates STRING_TRIM tooltip - + type number value @@ -8245,7 +8245,7 @@ vector position - position in local coordinates STRING_TRIM_HEAD tooltip - + type number value @@ -8254,7 +8254,7 @@ vector position - position in local coordinates STRING_TRIM_TAIL tooltip - + type number value @@ -8281,7 +8281,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_1 tooltip - + type number value @@ -8290,7 +8290,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_2 tooltip - + type number value @@ -8299,7 +8299,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_3 tooltip - + type number value @@ -8308,7 +8308,7 @@ vector position - position in local coordinates TERRAIN_DETAIL_4 tooltip - + type number value @@ -8317,7 +8317,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_NE tooltip - + type number value @@ -8326,7 +8326,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_NW tooltip - + type number value @@ -8335,7 +8335,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_SE tooltip - + type number value @@ -8344,7 +8344,7 @@ vector position - position in local coordinates TERRAIN_HEIGHT_RANGE_SW tooltip - + type number value @@ -8353,7 +8353,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_1 tooltip - + type number value @@ -8362,7 +8362,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_2 tooltip - + type number value @@ -8371,7 +8371,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_3 tooltip - + type number value @@ -8380,7 +8380,7 @@ vector position - position in local coordinates TERRAIN_PBR_OFFSET_4 tooltip - + type number value @@ -8389,7 +8389,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_1 tooltip - + type number value @@ -8398,7 +8398,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_2 tooltip - + type number value @@ -8407,7 +8407,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_3 tooltip - + type number value @@ -8416,7 +8416,7 @@ vector position - position in local coordinates TERRAIN_PBR_ROTATION_4 tooltip - + type number value @@ -8425,7 +8425,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_1 tooltip - + type number value @@ -8434,7 +8434,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_2 tooltip - + type number value @@ -8443,7 +8443,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_3 tooltip - + type number value @@ -8452,7 +8452,7 @@ vector position - position in local coordinates TERRAIN_PBR_SCALE_4 tooltip - + type number value @@ -8461,7 +8461,7 @@ vector position - position in local coordinates TEXTURE_BLANK tooltip - + type uuid value @@ -8470,7 +8470,7 @@ vector position - position in local coordinates TEXTURE_DEFAULT tooltip - + type uuid value @@ -8479,7 +8479,7 @@ vector position - position in local coordinates TEXTURE_MEDIA tooltip - + type uuid value @@ -8488,7 +8488,7 @@ vector position - position in local coordinates TEXTURE_PLYWOOD tooltip - + type uuid value @@ -8497,7 +8497,7 @@ vector position - position in local coordinates TEXTURE_TRANSPARENT tooltip - + type uuid value @@ -8506,7 +8506,7 @@ vector position - position in local coordinates TOUCH_INVALID_FACE tooltip - + type number value @@ -8515,7 +8515,7 @@ vector position - position in local coordinates TOUCH_INVALID_TEXCOORD tooltip - + type vector value @@ -8524,7 +8524,7 @@ vector position - position in local coordinates TOUCH_INVALID_VECTOR tooltip - + type vector value @@ -8686,7 +8686,7 @@ vector position - position in local coordinates TRAVERSAL_TYPE_FAST tooltip - + type number value @@ -8695,7 +8695,7 @@ vector position - position in local coordinates TRAVERSAL_TYPE_NONE tooltip - + type number value @@ -8704,7 +8704,7 @@ vector position - position in local coordinates TRAVERSAL_TYPE_SLOW tooltip - + type number value @@ -8785,7 +8785,7 @@ vector position - position in local coordinates URL_REQUEST_DENIED tooltip - + type string value @@ -8794,7 +8794,7 @@ vector position - position in local coordinates URL_REQUEST_GRANTED tooltip - + type string value @@ -8903,7 +8903,7 @@ vector position - position in local coordinates VEHICLE_FLAG_CAMERA_DECOUPLED tooltip - + type number value @@ -8966,7 +8966,7 @@ vector position - position in local coordinates VEHICLE_FLAG_MOUSELOOK_BANK tooltip - + type number value @@ -8975,7 +8975,7 @@ vector position - position in local coordinates VEHICLE_FLAG_MOUSELOOK_STEER tooltip - + type number value @@ -9078,7 +9078,7 @@ vector position - position in local coordinates VEHICLE_LINEAR_MOTOR_OFFSET tooltip - + type number value @@ -9141,7 +9141,7 @@ vector position - position in local coordinates VEHICLE_TYPE_NONE tooltip - + type number value @@ -9177,7 +9177,7 @@ vector position - position in local coordinates VERTICAL tooltip - + type number value @@ -9186,7 +9186,7 @@ vector position - position in local coordinates WANDER_PAUSE_AT_WAYPOINTS tooltip - + type number value @@ -9438,7 +9438,7 @@ vector position - position in local coordinates ZERO_ROTATION tooltip - + type quaternion value @@ -9447,7 +9447,7 @@ vector position - position in local coordinates ZERO_VECTOR tooltip - + type vector value @@ -9464,7 +9464,7 @@ vector position - position in local coordinates TargetNumber tooltip - + type number @@ -9473,7 +9473,7 @@ vector position - position in local coordinates TargetRotation tooltip - + type quaternion @@ -9482,7 +9482,7 @@ vector position - position in local coordinates CurrentRotation tooltip - + type quaternion @@ -9499,7 +9499,7 @@ vector position - position in local coordinates TargetNumber tooltip - + type number @@ -9508,7 +9508,7 @@ vector position - position in local coordinates TargetPosition tooltip - + type vector @@ -9517,7 +9517,7 @@ vector position - position in local coordinates CurrentPosition tooltip - + type vector @@ -9534,7 +9534,7 @@ vector position - position in local coordinates AvatarID tooltip - + type uuid @@ -9551,7 +9551,7 @@ vector position - position in local coordinates Changed tooltip - + type number @@ -9622,7 +9622,7 @@ vector position - position in local coordinates AvatarID tooltip - + type uuid @@ -9631,7 +9631,7 @@ vector position - position in local coordinates Levels tooltip - + type number @@ -9640,7 +9640,7 @@ vector position - position in local coordinates Edges tooltip - + type number @@ -9658,7 +9658,7 @@ vector position - position in local coordinates RequestID tooltip - + type uuid @@ -9667,7 +9667,7 @@ vector position - position in local coordinates Data tooltip - + type string @@ -9685,7 +9685,7 @@ vector position - position in local coordinates Time tooltip - + type string @@ -9694,7 +9694,7 @@ vector position - position in local coordinates Address tooltip - + type string @@ -9703,7 +9703,7 @@ vector position - position in local coordinates Subject tooltip - + type string @@ -9712,7 +9712,7 @@ vector position - position in local coordinates Body tooltip - + type string @@ -9721,7 +9721,7 @@ vector position - position in local coordinates NumberRemaining tooltip - + type number @@ -9834,7 +9834,7 @@ vector position - position in local coordinates HTTPRequestID tooltip - + type uuid @@ -9843,7 +9843,7 @@ vector position - position in local coordinates HTTPMethod tooltip - + type string @@ -9852,7 +9852,7 @@ vector position - position in local coordinates Body tooltip - + type string @@ -9869,7 +9869,7 @@ vector position - position in local coordinates HTTPRequestID tooltip - + type uuid @@ -9878,7 +9878,7 @@ vector position - position in local coordinates Status tooltip - + type number @@ -9887,7 +9887,7 @@ vector position - position in local coordinates Metadata tooltip - + type list @@ -9896,7 +9896,7 @@ vector position - position in local coordinates Body tooltip - + type string @@ -9913,7 +9913,7 @@ vector position - position in local coordinates Position tooltip - + type vector @@ -9930,7 +9930,7 @@ vector position - position in local coordinates Position tooltip - + type vector @@ -9947,7 +9947,7 @@ vector position - position in local coordinates Position tooltip - + type vector @@ -9964,7 +9964,7 @@ vector position - position in local coordinates SendersLink tooltip - + type number @@ -9973,7 +9973,7 @@ vector position - position in local coordinates Value tooltip - + type number @@ -9982,7 +9982,7 @@ vector position - position in local coordinates Text tooltip - + type string @@ -9991,7 +9991,7 @@ vector position - position in local coordinates ID tooltip - + type string @@ -10008,7 +10008,7 @@ vector position - position in local coordinates action tooltip - + type number @@ -10017,7 +10017,7 @@ vector position - position in local coordinates name tooltip - + type string @@ -10026,7 +10026,7 @@ vector position - position in local coordinates value tooltip - + type string @@ -10043,7 +10043,7 @@ vector position - position in local coordinates Channel tooltip - + type number @@ -10052,7 +10052,7 @@ vector position - position in local coordinates Name tooltip - + type string @@ -10061,7 +10061,7 @@ vector position - position in local coordinates ID tooltip - + type uuid @@ -10070,7 +10070,7 @@ vector position - position in local coordinates Text tooltip - + type string @@ -10088,7 +10088,7 @@ vector position - position in local coordinates Payer tooltip - + type uuid @@ -10097,7 +10097,7 @@ vector position - position in local coordinates Amount tooltip - + type number @@ -10149,7 +10149,7 @@ vector position - position in local coordinates RezzedObjectsID tooltip - + type uuid @@ -10190,7 +10190,7 @@ vector position - position in local coordinates StartParameter tooltip - + type number @@ -10207,7 +10207,7 @@ vector position - position in local coordinates Type tooltip - + type number @@ -10216,7 +10216,7 @@ vector position - position in local coordinates Reserved tooltip - + type list @@ -10235,7 +10235,7 @@ vector position - position in local coordinates EventType tooltip - + type number @@ -10244,7 +10244,7 @@ vector position - position in local coordinates ChannelID tooltip - + type uuid @@ -10253,7 +10253,7 @@ vector position - position in local coordinates MessageID tooltip - + type uuid @@ -10262,7 +10262,7 @@ vector position - position in local coordinates Sender tooltip - + type string @@ -10271,7 +10271,7 @@ vector position - position in local coordinates IData tooltip - + type number @@ -10280,7 +10280,7 @@ vector position - position in local coordinates SData tooltip - + type string @@ -10297,7 +10297,7 @@ vector position - position in local coordinates PermissionFlags tooltip - + type number @@ -10397,7 +10397,7 @@ vector position - position in local coordinates RequestID tooltip - + type uuid @@ -10406,7 +10406,7 @@ vector position - position in local coordinates Success tooltip - + type number @@ -10415,7 +10415,7 @@ vector position - position in local coordinates Message tooltip - + type string @@ -11140,7 +11140,7 @@ vector position - position in local coordinates f tooltip - + type (...any) -> ...any @@ -11163,7 +11163,7 @@ vector position - position in local coordinates val tooltip - + type any @@ -11186,7 +11186,7 @@ vector position - position in local coordinates val tooltip - + type any @@ -11209,7 +11209,7 @@ vector position - position in local coordinates val tooltip - + type string | buffer | uuid @@ -11232,7 +11232,7 @@ vector position - position in local coordinates val tooltip - + type any @@ -11412,7 +11412,7 @@ Returns true if result is non-zero. n tooltip - + type number @@ -11435,7 +11435,7 @@ Returns true if result is non-zero. n tooltip - + type number @@ -11458,7 +11458,7 @@ Returns true if result is non-zero. n tooltip - + type number @@ -11481,7 +11481,7 @@ Returns true if result is non-zero. n tooltip - + type number @@ -11490,7 +11490,7 @@ Returns true if result is non-zero. field tooltip - + type number @@ -11499,7 +11499,7 @@ Returns true if result is non-zero. width tooltip - + type number? @@ -11586,7 +11586,7 @@ Returns true if result is non-zero. n tooltip - + type number @@ -11595,7 +11595,7 @@ Returns true if result is non-zero. v tooltip - + type number @@ -11604,7 +11604,7 @@ Returns true if result is non-zero. field tooltip - + type number @@ -11613,7 +11613,7 @@ Returns true if result is non-zero. width tooltip - + type number? @@ -12954,7 +12954,7 @@ Returns true if result is non-zero. data tooltip - + type string @@ -12977,7 +12977,7 @@ Returns true if result is non-zero. data tooltip - + type string | buffer @@ -13008,7 +13008,7 @@ Returns true if result is non-zero. json tooltip - + type string @@ -13031,7 +13031,7 @@ Returns true if result is non-zero. value tooltip - + type any @@ -13054,7 +13054,7 @@ Returns true if result is non-zero. json tooltip - + type string @@ -13077,7 +13077,7 @@ Returns true if result is non-zero. value tooltip - + type any @@ -13086,7 +13086,7 @@ Returns true if result is non-zero. tight tooltip - + type boolean? @@ -15955,7 +15955,7 @@ Returns true if result is non-zero. value tooltip - + type string | buffer | uuid @@ -15978,7 +15978,7 @@ Returns true if result is non-zero. value tooltip - + type string | buffer | uuid @@ -16648,7 +16648,7 @@ Returns true if result is non-zero. AgentID tooltip - + type uuid @@ -16847,7 +16847,7 @@ Returns true if result is non-zero. AttachmentPoint tooltip - + type number @@ -17002,7 +17002,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -17025,7 +17025,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -17061,7 +17061,7 @@ Returns true if result is non-zero. LinkNumber tooltip - + type number @@ -17084,7 +17084,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -17107,7 +17107,7 @@ Returns true if result is non-zero. Start tooltip - + type vector @@ -17116,7 +17116,7 @@ Returns true if result is non-zero. End tooltip - + type vector @@ -17125,7 +17125,7 @@ Returns true if result is non-zero. Options tooltip - + type list @@ -17148,7 +17148,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -17207,7 +17207,7 @@ Returns true if result is non-zero. Link tooltip - + type number @@ -17216,7 +17216,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -17262,7 +17262,7 @@ Returns true if result is non-zero. ChannelID tooltip - + type uuid @@ -17287,7 +17287,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -17312,7 +17312,7 @@ Returns true if result is non-zero. ObjectName tooltip - + type string @@ -17321,7 +17321,7 @@ Returns true if result is non-zero. ObjectID tooltip - + type uuid @@ -17353,7 +17353,7 @@ Returns true if result is non-zero. ImpactSound tooltip - + type string @@ -17362,7 +17362,7 @@ Returns true if result is non-zero. ImpactVolume tooltip - + type number @@ -17385,7 +17385,7 @@ Returns true if result is non-zero. ImpactSprite tooltip - + type string @@ -17442,7 +17442,7 @@ Returns true if result is non-zero. Theta tooltip - + type number @@ -17465,7 +17465,7 @@ Returns true if result is non-zero. Options tooltip - + type list @@ -17488,7 +17488,7 @@ Returns true if result is non-zero. Key tooltip - + type string @@ -17497,7 +17497,7 @@ Returns true if result is non-zero. Value tooltip - + type string @@ -17623,7 +17623,7 @@ Returns true if result is non-zero. Key tooltip - + type string @@ -17652,7 +17652,7 @@ Returns true if result is non-zero. Source tooltip - + type {T} @@ -17661,7 +17661,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -17670,7 +17670,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -17693,7 +17693,7 @@ Returns true if result is non-zero. Source tooltip - + type string @@ -17702,7 +17702,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -17711,7 +17711,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -17779,7 +17779,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17804,7 +17804,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17829,7 +17829,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17854,7 +17854,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17879,7 +17879,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17904,7 +17904,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17929,7 +17929,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17954,7 +17954,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -17979,7 +17979,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -18004,7 +18004,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -18179,7 +18179,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -18204,7 +18204,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -18229,7 +18229,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -18238,7 +18238,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -18247,7 +18247,7 @@ Returns true if result is non-zero. Buttons tooltip - + type list @@ -18256,7 +18256,7 @@ Returns true if result is non-zero. Channel tooltip - + type number @@ -18301,7 +18301,7 @@ Returns true if result is non-zero. Source tooltip - + type list @@ -18310,7 +18310,7 @@ Returns true if result is non-zero. Separator tooltip - + type string @@ -18333,7 +18333,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -18342,7 +18342,7 @@ Returns true if result is non-zero. Direction tooltip - + type vector @@ -18365,7 +18365,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -18388,7 +18388,7 @@ Returns true if result is non-zero. Address tooltip - + type string @@ -18397,7 +18397,7 @@ Returns true if result is non-zero. Subject tooltip - + type string @@ -18406,7 +18406,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -18429,7 +18429,7 @@ Returns true if result is non-zero. URL tooltip - + type string @@ -18453,7 +18453,7 @@ Returns true if result is non-zero. Vector tooltip - + type vector @@ -18540,7 +18540,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -18563,7 +18563,7 @@ Returns true if result is non-zero. NotecardName tooltip - + type string @@ -18606,7 +18606,7 @@ Returns true if result is non-zero. NotecardName tooltip - + type string @@ -18709,7 +18709,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -18755,7 +18755,7 @@ Returns true if result is non-zero. Magnitude tooltip - + type number @@ -18804,7 +18804,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -18828,7 +18828,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -18883,7 +18883,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -18906,7 +18906,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -18944,7 +18944,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -18967,7 +18967,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -18990,7 +18990,7 @@ Returns true if result is non-zero. AnimationState tooltip - + type string @@ -19081,7 +19081,7 @@ Returns true if result is non-zero. ID tooltip - + type uuid @@ -19201,7 +19201,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -19560,7 +19560,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -19583,7 +19583,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -19606,7 +19606,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -19716,7 +19716,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -19752,7 +19752,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -19775,7 +19775,7 @@ Returns true if result is non-zero. LinkNumber tooltip - + type number @@ -19839,7 +19839,7 @@ Returns true if result is non-zero. LinkNumber tooltip - + type number @@ -19953,7 +19953,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -19962,7 +19962,7 @@ Returns true if result is non-zero. Index tooltip - + type number @@ -19985,7 +19985,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -20125,7 +20125,7 @@ Returns true if result is non-zero. Address tooltip - + type string @@ -20134,7 +20134,7 @@ Returns true if result is non-zero. Subject tooltip - + type string @@ -20157,7 +20157,7 @@ Returns true if result is non-zero. NotecardName tooltip - + type string @@ -20166,7 +20166,7 @@ Returns true if result is non-zero. LineNumber tooltip - + type number @@ -20189,7 +20189,7 @@ Returns true if result is non-zero. NotecardName tooltip - + type string @@ -20198,7 +20198,7 @@ Returns true if result is non-zero. LineNumber tooltip - + type number @@ -20221,7 +20221,7 @@ Returns true if result is non-zero. NotecardName tooltip - + type string @@ -20360,7 +20360,7 @@ Returns true if result is non-zero. ID tooltip - + type uuid @@ -20419,7 +20419,7 @@ Returns true if result is non-zero. ObjectID tooltip - + type uuid @@ -20468,7 +20468,7 @@ Returns true if result is non-zero. ObjectID tooltip - + type uuid @@ -20523,7 +20523,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -20632,7 +20632,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -20931,7 +20931,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -21032,7 +21032,7 @@ Returns true if result is non-zero. ScriptName tooltip - + type string @@ -21157,7 +21157,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - + ll.GetStatus @@ -21190,7 +21190,7 @@ Returns true if result is non-zero. String tooltip - + type string @@ -21199,7 +21199,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -21208,7 +21208,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -21257,7 +21257,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -21280,7 +21280,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -21303,7 +21303,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -21326,7 +21326,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -21427,7 +21427,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -21558,7 +21558,7 @@ Returns true if result is non-zero. TargetID tooltip - + type uuid @@ -21567,7 +21567,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -21590,7 +21590,7 @@ Returns true if result is non-zero. TargetID tooltip - + type uuid @@ -21599,7 +21599,7 @@ Returns true if result is non-zero. FolderName tooltip - + type string @@ -21608,7 +21608,7 @@ Returns true if result is non-zero. InventoryItems tooltip - + type list @@ -21631,7 +21631,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -21640,7 +21640,7 @@ Returns true if result is non-zero. Amount tooltip - + type number @@ -21663,7 +21663,7 @@ Returns true if result is non-zero. InventoryItemID tooltip - + type uuid @@ -21672,7 +21672,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -21697,7 +21697,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -21720,7 +21720,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -21743,7 +21743,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -21809,7 +21809,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -21955,7 +21955,7 @@ Returns true if result is non-zero. value tooltip - + type string @@ -21978,7 +21978,7 @@ Returns true if result is non-zero. TargetVariable tooltip - + type string @@ -21987,7 +21987,7 @@ Returns true if result is non-zero. Position tooltip - + type number @@ -21996,7 +21996,7 @@ Returns true if result is non-zero. SourceVariable tooltip - + type string @@ -22019,7 +22019,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -22028,7 +22028,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -22051,7 +22051,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -22129,7 +22129,7 @@ Returns true if result is non-zero. JSON tooltip - + type string @@ -22152,7 +22152,7 @@ Returns true if result is non-zero. JSON tooltip - + type string @@ -22161,7 +22161,7 @@ Returns true if result is non-zero. Specifiers tooltip - + type list @@ -22184,7 +22184,7 @@ Returns true if result is non-zero. JSON tooltip - + type string @@ -22193,7 +22193,7 @@ Returns true if result is non-zero. Specifiers tooltip - + type list @@ -22202,7 +22202,7 @@ Returns true if result is non-zero. Value tooltip - + type string @@ -22225,7 +22225,7 @@ Returns true if result is non-zero. JSON tooltip - + type string @@ -22234,7 +22234,7 @@ Returns true if result is non-zero. Specifiers tooltip - + type list @@ -22425,7 +22425,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -22434,7 +22434,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -22443,7 +22443,7 @@ Returns true if result is non-zero. Flags tooltip - + type number @@ -22944,7 +22944,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -22967,7 +22967,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -22976,7 +22976,7 @@ Returns true if result is non-zero. Index tooltip - + type number @@ -22999,7 +22999,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23008,7 +23008,7 @@ Returns true if result is non-zero. Index tooltip - + type number @@ -23063,7 +23063,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23072,7 +23072,7 @@ Returns true if result is non-zero. Index tooltip - + type number @@ -23099,7 +23099,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type {T} @@ -23108,7 +23108,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -23117,7 +23117,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -23144,7 +23144,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type {T} @@ -23153,7 +23153,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -23162,7 +23162,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -23171,7 +23171,7 @@ Returns true if result is non-zero. Stride tooltip - + type number @@ -23180,7 +23180,7 @@ Returns true if result is non-zero. slice_index tooltip - + type number @@ -23207,7 +23207,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type {T} @@ -23216,7 +23216,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -23225,7 +23225,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -23234,7 +23234,7 @@ Returns true if result is non-zero. Stride tooltip - + type number @@ -23257,7 +23257,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23266,7 +23266,7 @@ Returns true if result is non-zero. Index tooltip - + type number @@ -23289,7 +23289,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23298,7 +23298,7 @@ Returns true if result is non-zero. Index tooltip - + type number @@ -23321,7 +23321,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23330,7 +23330,7 @@ Returns true if result is non-zero. Index tooltip - + type number @@ -23353,7 +23353,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23362,7 +23362,7 @@ Returns true if result is non-zero. Find tooltip - + type list @@ -23385,7 +23385,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23394,7 +23394,7 @@ Returns true if result is non-zero. Find tooltip - + type list @@ -23403,7 +23403,7 @@ Returns true if result is non-zero. Instance tooltip - + type number @@ -23426,7 +23426,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type list @@ -23435,7 +23435,7 @@ Returns true if result is non-zero. Find tooltip - + type list @@ -23444,7 +23444,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -23453,7 +23453,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -23462,7 +23462,7 @@ Returns true if result is non-zero. Stride tooltip - + type number @@ -23489,7 +23489,7 @@ Returns true if result is non-zero. Target tooltip - + type {T} @@ -23498,7 +23498,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type {T} @@ -23507,7 +23507,7 @@ Returns true if result is non-zero. Position tooltip - + type number @@ -23534,7 +23534,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type {T} @@ -23543,7 +23543,7 @@ Returns true if result is non-zero. Stride tooltip - + type number @@ -23570,7 +23570,7 @@ Returns true if result is non-zero. Target tooltip - + type {T} @@ -23579,7 +23579,7 @@ Returns true if result is non-zero. ListVariable tooltip - + type {T} @@ -23588,7 +23588,7 @@ Returns true if result is non-zero. Start tooltip - + type number @@ -23597,7 +23597,7 @@ Returns true if result is non-zero. End tooltip - + type number @@ -23751,7 +23751,7 @@ Returns true if result is non-zero. Channel tooltip - + type number @@ -23760,7 +23760,7 @@ Returns true if result is non-zero. SpeakersName tooltip - + type string @@ -23769,7 +23769,7 @@ Returns true if result is non-zero. SpeakersID tooltip - + type uuid @@ -23778,7 +23778,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -23801,7 +23801,7 @@ Returns true if result is non-zero. ChannelHandle tooltip - + type number @@ -23810,7 +23810,7 @@ Returns true if result is non-zero. Active tooltip - + type boolean | number @@ -23833,7 +23833,7 @@ Returns true if result is non-zero. ChannelHandle tooltip - + type number @@ -23856,7 +23856,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -23865,7 +23865,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -23874,7 +23874,7 @@ Returns true if result is non-zero. URL tooltip - + type string @@ -23897,7 +23897,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -23920,7 +23920,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -23943,7 +23943,7 @@ Returns true if result is non-zero. Target tooltip - + type vector @@ -23952,7 +23952,7 @@ Returns true if result is non-zero. Strength tooltip - + type number @@ -23961,7 +23961,7 @@ Returns true if result is non-zero. Damping tooltip - + type number @@ -23984,7 +23984,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -23993,7 +23993,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -24016,7 +24016,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -24025,7 +24025,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -24048,7 +24048,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -24057,7 +24057,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -24080,7 +24080,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -24089,7 +24089,7 @@ Returns true if result is non-zero. Nonce tooltip - + type number @@ -24112,7 +24112,7 @@ Returns true if result is non-zero. Particles tooltip - + type number @@ -24121,7 +24121,7 @@ Returns true if result is non-zero. Scale tooltip - + type number @@ -24130,7 +24130,7 @@ Returns true if result is non-zero. Velocity tooltip - + type number @@ -24139,7 +24139,7 @@ Returns true if result is non-zero. Lifetime tooltip - + type number @@ -24148,7 +24148,7 @@ Returns true if result is non-zero. Arc tooltip - + type number @@ -24157,7 +24157,7 @@ Returns true if result is non-zero. Texture tooltip - + type string @@ -24166,7 +24166,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -24191,7 +24191,7 @@ Returns true if result is non-zero. Particles tooltip - + type number @@ -24200,7 +24200,7 @@ Returns true if result is non-zero. Scale tooltip - + type number @@ -24209,7 +24209,7 @@ Returns true if result is non-zero. Velocity tooltip - + type number @@ -24218,7 +24218,7 @@ Returns true if result is non-zero. Lifetime tooltip - + type number @@ -24227,7 +24227,7 @@ Returns true if result is non-zero. Arc tooltip - + type number @@ -24236,7 +24236,7 @@ Returns true if result is non-zero. Texture tooltip - + type string @@ -24245,7 +24245,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -24270,7 +24270,7 @@ Returns true if result is non-zero. Particles tooltip - + type number @@ -24279,7 +24279,7 @@ Returns true if result is non-zero. Scale tooltip - + type number @@ -24288,7 +24288,7 @@ Returns true if result is non-zero. Velocity tooltip - + type number @@ -24297,7 +24297,7 @@ Returns true if result is non-zero. Lifetime tooltip - + type number @@ -24306,7 +24306,7 @@ Returns true if result is non-zero. Arc tooltip - + type number @@ -24315,7 +24315,7 @@ Returns true if result is non-zero. Bounce tooltip - + type number @@ -24324,7 +24324,7 @@ Returns true if result is non-zero. Texture tooltip - + type string @@ -24333,7 +24333,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -24342,7 +24342,7 @@ Returns true if result is non-zero. Bounce_Offset tooltip - + type number @@ -24367,7 +24367,7 @@ Returns true if result is non-zero. Particles tooltip - + type number @@ -24376,7 +24376,7 @@ Returns true if result is non-zero. Scale tooltip - + type number @@ -24385,7 +24385,7 @@ Returns true if result is non-zero. Velocity tooltip - + type number @@ -24394,7 +24394,7 @@ Returns true if result is non-zero. Lifetime tooltip - + type number @@ -24403,7 +24403,7 @@ Returns true if result is non-zero. Arc tooltip - + type number @@ -24412,7 +24412,7 @@ Returns true if result is non-zero. Texture tooltip - + type string @@ -24421,7 +24421,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -24519,7 +24519,7 @@ Returns true if result is non-zero. RegionName tooltip - + type string @@ -24528,7 +24528,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -24537,7 +24537,7 @@ Returns true if result is non-zero. Direction tooltip - + type vector @@ -24560,7 +24560,7 @@ Returns true if result is non-zero. LinkNumber tooltip - + type number @@ -24569,7 +24569,7 @@ Returns true if result is non-zero. Number tooltip - + type number @@ -24578,7 +24578,7 @@ Returns true if result is non-zero. Text tooltip - + type string | uuid @@ -24587,7 +24587,7 @@ Returns true if result is non-zero. ID tooltip - + type string | uuid @@ -24610,7 +24610,7 @@ Returns true if result is non-zero. Delay tooltip - + type number @@ -24633,7 +24633,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -24642,7 +24642,7 @@ Returns true if result is non-zero. Power tooltip - + type number @@ -24651,7 +24651,7 @@ Returns true if result is non-zero. Modulus tooltip - + type number @@ -24706,7 +24706,7 @@ Returns true if result is non-zero. Target tooltip - + type vector @@ -24715,7 +24715,7 @@ Returns true if result is non-zero. Tau tooltip - + type number @@ -24793,7 +24793,7 @@ Returns true if result is non-zero. OffsetS tooltip - + type number @@ -24802,7 +24802,7 @@ Returns true if result is non-zero. OffsetT tooltip - + type number @@ -24811,7 +24811,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -24922,7 +24922,7 @@ Returns true if result is non-zero. ID tooltip - + type uuid @@ -24945,7 +24945,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -24991,7 +24991,7 @@ Returns true if result is non-zero. QueryList tooltip - + type list @@ -25014,7 +25014,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -25023,7 +25023,7 @@ Returns true if result is non-zero. Separators tooltip - + type {string} @@ -25032,7 +25032,7 @@ Returns true if result is non-zero. Spacers tooltip - + type {string} @@ -25055,7 +25055,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -25064,7 +25064,7 @@ Returns true if result is non-zero. Separators tooltip - + type {string} @@ -25073,7 +25073,7 @@ Returns true if result is non-zero. Spacers tooltip - + type {string} @@ -25096,7 +25096,7 @@ Returns true if result is non-zero. Parameters tooltip - + type list @@ -25197,7 +25197,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -25206,7 +25206,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -25229,7 +25229,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -25238,7 +25238,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -25261,7 +25261,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -25270,7 +25270,7 @@ Returns true if result is non-zero. Exponent tooltip - + type number @@ -25293,7 +25293,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -25348,7 +25348,7 @@ Returns true if result is non-zero. ObjectID tooltip - + type uuid @@ -25357,7 +25357,7 @@ Returns true if result is non-zero. Impulse tooltip - + type vector @@ -25366,7 +25366,7 @@ Returns true if result is non-zero. AngularImpulse tooltip - + type vector @@ -25375,7 +25375,7 @@ Returns true if result is non-zero. Local tooltip - + type boolean | number @@ -25398,7 +25398,7 @@ Returns true if result is non-zero. Key tooltip - + type string @@ -25511,7 +25511,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -25572,7 +25572,7 @@ Returns true if result is non-zero. ChannelID tooltip - + type uuid @@ -25581,7 +25581,7 @@ Returns true if result is non-zero. MessageID tooltip - + type uuid @@ -25698,7 +25698,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -25721,7 +25721,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -25744,7 +25744,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -25767,7 +25767,7 @@ Returns true if result is non-zero. Vehiclelags tooltip - + type number @@ -25790,7 +25790,7 @@ Returns true if result is non-zero. agent_id tooltip - + type uuid @@ -25799,7 +25799,7 @@ Returns true if result is non-zero. transition tooltip - + type number @@ -25808,7 +25808,7 @@ Returns true if result is non-zero. environment tooltip - + type string @@ -25941,7 +25941,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -25950,7 +25950,7 @@ Returns true if result is non-zero. Data tooltip - + type number @@ -25996,7 +25996,7 @@ Returns true if result is non-zero. AgentID tooltip - + type uuid @@ -26030,7 +26030,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -26053,7 +26053,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -26062,7 +26062,7 @@ Returns true if result is non-zero. PermissionMask tooltip - + type number @@ -26098,7 +26098,7 @@ Returns true if result is non-zero. RegionName tooltip - + type string @@ -26107,7 +26107,7 @@ Returns true if result is non-zero. Data tooltip - + type number @@ -26166,7 +26166,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -26189,7 +26189,7 @@ Returns true if result is non-zero. AnimationState tooltip - + type string @@ -26238,7 +26238,7 @@ Returns true if result is non-zero. ScriptName tooltip - + type string @@ -26321,7 +26321,7 @@ Returns true if result is non-zero. Scope tooltip - + type number @@ -26344,7 +26344,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -26353,7 +26353,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -26362,7 +26362,7 @@ Returns true if result is non-zero. Velocity tooltip - + type vector @@ -26371,7 +26371,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26380,7 +26380,7 @@ Returns true if result is non-zero. StartParameter tooltip - + type number @@ -26403,7 +26403,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -26412,7 +26412,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -26421,7 +26421,7 @@ Returns true if result is non-zero. Velocity tooltip - + type vector @@ -26430,7 +26430,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26439,7 +26439,7 @@ Returns true if result is non-zero. StartParameter tooltip - + type number @@ -26462,7 +26462,7 @@ Returns true if result is non-zero. InventoryItem tooltip - + type string @@ -26471,7 +26471,7 @@ Returns true if result is non-zero. Params tooltip - + type list @@ -26494,7 +26494,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26517,7 +26517,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26540,7 +26540,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26563,7 +26563,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26586,7 +26586,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26609,7 +26609,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26632,7 +26632,7 @@ Returns true if result is non-zero. Vector1 tooltip - + type vector @@ -26641,7 +26641,7 @@ Returns true if result is non-zero. Vector2 tooltip - + type vector @@ -26664,7 +26664,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26673,7 +26673,7 @@ Returns true if result is non-zero. Strength tooltip - + type number @@ -26682,7 +26682,7 @@ Returns true if result is non-zero. Damping tooltip - + type number @@ -26705,7 +26705,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -26714,7 +26714,7 @@ Returns true if result is non-zero. LeeWay tooltip - + type number @@ -26737,7 +26737,7 @@ Returns true if result is non-zero. Handle tooltip - + type number @@ -26760,7 +26760,7 @@ Returns true if result is non-zero. Radians tooltip - + type number @@ -26769,7 +26769,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -26792,7 +26792,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -26815,7 +26815,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -26838,7 +26838,7 @@ Returns true if result is non-zero. text tooltip - + type string @@ -26861,7 +26861,7 @@ Returns true if result is non-zero. ID tooltip - + type uuid @@ -26939,7 +26939,7 @@ Returns true if result is non-zero. Horizontal tooltip - + type number @@ -26948,7 +26948,7 @@ Returns true if result is non-zero. Vertical tooltip - + type number @@ -26957,7 +26957,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -26980,7 +26980,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -27026,7 +27026,7 @@ Returns true if result is non-zero. ChannelID tooltip - + type uuid @@ -27035,7 +27035,7 @@ Returns true if result is non-zero. Destination tooltip - + type string @@ -27044,7 +27044,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -27053,7 +27053,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -27291,7 +27291,7 @@ Returns true if result is non-zero. Opacity tooltip - + type number @@ -27300,7 +27300,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -27355,7 +27355,7 @@ Returns true if result is non-zero. AnimationState tooltip - + type string @@ -27364,7 +27364,7 @@ Returns true if result is non-zero. AnimationName tooltip - + type string @@ -27387,7 +27387,7 @@ Returns true if result is non-zero. Buoyancy tooltip - + type number @@ -27410,7 +27410,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -27433,7 +27433,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -27456,7 +27456,7 @@ Returns true if result is non-zero. Parameters tooltip - + type list @@ -27502,7 +27502,7 @@ Returns true if result is non-zero. Color tooltip - + type vector @@ -27511,7 +27511,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -27566,7 +27566,7 @@ Returns true if result is non-zero. Damage tooltip - + type number @@ -27810,7 +27810,7 @@ Returns true if result is non-zero. Options tooltip - + type list @@ -27833,7 +27833,7 @@ Returns true if result is non-zero. LinkNumber tooltip - + type number @@ -27842,7 +27842,7 @@ Returns true if result is non-zero. Opacity tooltip - + type number @@ -27851,7 +27851,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -28047,7 +28047,7 @@ Returns true if result is non-zero. Parameters tooltip - + type list @@ -28081,7 +28081,7 @@ Returns true if result is non-zero. Parameters tooltip - + type list @@ -28104,7 +28104,7 @@ Returns true if result is non-zero. LinkNumber tooltip - + type number @@ -28113,7 +28113,7 @@ Returns true if result is non-zero. RenderMaterial tooltip - + type string @@ -28122,7 +28122,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -28177,7 +28177,7 @@ Returns true if result is non-zero. LinkNumber tooltip - + type number @@ -28186,7 +28186,7 @@ Returns true if result is non-zero. Texture tooltip - + type string @@ -28195,7 +28195,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -28304,7 +28304,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -28352,7 +28352,7 @@ Returns true if result is non-zero. Description tooltip - + type string @@ -28375,7 +28375,7 @@ Returns true if result is non-zero. Name tooltip - + type string @@ -28464,7 +28464,7 @@ Returns true if result is non-zero. URL tooltip - + type string @@ -28528,7 +28528,7 @@ Returns true if result is non-zero. GravityMultiplier tooltip - + type number @@ -28537,7 +28537,7 @@ Returns true if result is non-zero. Restitution tooltip - + type number @@ -28546,7 +28546,7 @@ Returns true if result is non-zero. Friction tooltip - + type number @@ -28555,7 +28555,7 @@ Returns true if result is non-zero. Density tooltip - + type number @@ -28633,7 +28633,7 @@ Returns true if result is non-zero. URL tooltip - + type string @@ -28706,7 +28706,7 @@ Returns true if result is non-zero. PIN tooltip - + type number @@ -28729,7 +28729,7 @@ Returns true if result is non-zero. Material tooltip - + type string @@ -28738,7 +28738,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -28761,7 +28761,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -28784,7 +28784,7 @@ Returns true if result is non-zero. Scale tooltip - + type vector @@ -28807,7 +28807,7 @@ Returns true if result is non-zero. ScriptName tooltip - + type string @@ -28816,7 +28816,7 @@ Returns true if result is non-zero. Running tooltip - + type boolean | number @@ -28839,7 +28839,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -28908,7 +28908,7 @@ Returns true if result is non-zero. Status tooltip - + type number @@ -28917,7 +28917,7 @@ Returns true if result is non-zero. Value tooltip - + type boolean | number @@ -28940,7 +28940,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -28949,7 +28949,7 @@ Returns true if result is non-zero. Color tooltip - + type vector @@ -28958,7 +28958,7 @@ Returns true if result is non-zero. Opacity tooltip - + type number @@ -28981,7 +28981,7 @@ Returns true if result is non-zero. Texture tooltip - + type string @@ -28990,7 +28990,7 @@ Returns true if result is non-zero. Face tooltip - + type number @@ -29090,7 +29090,7 @@ Returns true if result is non-zero. Rate tooltip - + type number @@ -29147,7 +29147,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -29170,7 +29170,7 @@ Returns true if result is non-zero. Flags tooltip - + type number @@ -29193,7 +29193,7 @@ Returns true if result is non-zero. ParameterName tooltip - + type number @@ -29202,7 +29202,7 @@ Returns true if result is non-zero. ParameterValue tooltip - + type number @@ -29225,7 +29225,7 @@ Returns true if result is non-zero. ParameterName tooltip - + type number @@ -29234,7 +29234,7 @@ Returns true if result is non-zero. ParameterValue tooltip - + type quaternion @@ -29257,7 +29257,7 @@ Returns true if result is non-zero. Type tooltip - + type number @@ -29280,7 +29280,7 @@ Returns true if result is non-zero. ParameterName tooltip - + type number @@ -29289,7 +29289,7 @@ Returns true if result is non-zero. ParameterValue tooltip - + type vector @@ -29344,7 +29344,7 @@ Returns true if result is non-zero. Channel tooltip - + type number @@ -29353,7 +29353,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -29417,7 +29417,7 @@ Returns true if result is non-zero. Theta tooltip - + type number @@ -29440,7 +29440,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -29449,7 +29449,7 @@ Returns true if result is non-zero. LinkID tooltip - + type number @@ -29472,7 +29472,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -29481,7 +29481,7 @@ Returns true if result is non-zero. Rotation tooltip - + type quaternion @@ -29504,7 +29504,7 @@ Returns true if result is non-zero. Time tooltip - + type number @@ -29527,7 +29527,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -29536,7 +29536,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -29545,7 +29545,7 @@ Returns true if result is non-zero. Queue tooltip - + type boolean | number @@ -29554,7 +29554,7 @@ Returns true if result is non-zero. Loop tooltip - + type boolean | number @@ -29579,7 +29579,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -29604,7 +29604,7 @@ Returns true if result is non-zero. Value tooltip - + type number @@ -29627,7 +29627,7 @@ Returns true if result is non-zero. Animation tooltip - + type string @@ -29650,7 +29650,7 @@ Returns true if result is non-zero. Animation tooltip - + type string @@ -29673,7 +29673,7 @@ Returns true if result is non-zero. Animation tooltip - + type string @@ -29735,7 +29735,7 @@ Returns true if result is non-zero. Animation tooltip - + type string @@ -29771,7 +29771,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -29794,7 +29794,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -29849,7 +29849,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -29858,7 +29858,7 @@ Returns true if result is non-zero. Sequence tooltip - + type string @@ -29881,7 +29881,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -29947,7 +29947,7 @@ Returns true if result is non-zero. Theta tooltip - + type number @@ -29970,7 +29970,7 @@ Returns true if result is non-zero. Position tooltip - + type vector @@ -29979,7 +29979,7 @@ Returns true if result is non-zero. Range tooltip - + type number @@ -30002,7 +30002,7 @@ Returns true if result is non-zero. Axis tooltip - + type vector @@ -30011,7 +30011,7 @@ Returns true if result is non-zero. SpinRate tooltip - + type number @@ -30020,7 +30020,7 @@ Returns true if result is non-zero. Gain tooltip - + type number @@ -30043,7 +30043,7 @@ Returns true if result is non-zero. Target tooltip - + type number @@ -30066,7 +30066,7 @@ Returns true if result is non-zero. Target tooltip - + type number @@ -30075,7 +30075,7 @@ Returns true if result is non-zero. Subject tooltip - + type string @@ -30084,7 +30084,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -30207,7 +30207,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -30230,7 +30230,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -30239,7 +30239,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -30248,7 +30248,7 @@ Returns true if result is non-zero. Channel tooltip - + type number @@ -30271,7 +30271,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -30294,7 +30294,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -30317,7 +30317,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -30326,7 +30326,7 @@ Returns true if result is non-zero. Amount tooltip - + type number @@ -30390,7 +30390,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -30399,7 +30399,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -30422,7 +30422,7 @@ Returns true if result is non-zero. Sound tooltip - + type string @@ -30431,7 +30431,7 @@ Returns true if result is non-zero. Volume tooltip - + type number @@ -30440,7 +30440,7 @@ Returns true if result is non-zero. TNE tooltip - + type vector @@ -30449,7 +30449,7 @@ Returns true if result is non-zero. BSW tooltip - + type vector @@ -30472,7 +30472,7 @@ Returns true if result is non-zero. AvatarID tooltip - + type uuid @@ -30495,7 +30495,7 @@ Returns true if result is non-zero. URL tooltip - + type string @@ -30541,7 +30541,7 @@ Returns true if result is non-zero. Key tooltip - + type string @@ -30550,7 +30550,7 @@ Returns true if result is non-zero. Value tooltip - + type string @@ -30559,7 +30559,7 @@ Returns true if result is non-zero. Checked tooltip - + type boolean | number @@ -30568,7 +30568,7 @@ Returns true if result is non-zero. OriginalValue tooltip - + type string @@ -30593,7 +30593,7 @@ Returns true if result is non-zero. Location1 tooltip - + type vector @@ -30602,7 +30602,7 @@ Returns true if result is non-zero. Location2 tooltip - + type vector @@ -30625,7 +30625,7 @@ Returns true if result is non-zero. Vector tooltip - + type vector @@ -30648,7 +30648,7 @@ Returns true if result is non-zero. Vector tooltip - + type vector @@ -30785,7 +30785,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -30808,7 +30808,7 @@ Returns true if result is non-zero. Channel tooltip - + type number @@ -30817,7 +30817,7 @@ Returns true if result is non-zero. Text tooltip - + type string @@ -30840,7 +30840,7 @@ Returns true if result is non-zero. Offset tooltip - + type vector @@ -30886,7 +30886,7 @@ Returns true if result is non-zero. Text1 tooltip - + type string @@ -30895,7 +30895,7 @@ Returns true if result is non-zero. Text2 tooltip - + type string @@ -30918,7 +30918,7 @@ Returns true if result is non-zero. Text1 tooltip - + type string @@ -30927,7 +30927,7 @@ Returns true if result is non-zero. Text2 tooltip - + type string @@ -30952,7 +30952,7 @@ Returns true if result is non-zero. Text1 tooltip - + type string @@ -30961,7 +30961,7 @@ Returns true if result is non-zero. Text2 tooltip - + type string From 621fac71d4696fc1950e3153561e2dd5e7b932fc Mon Sep 17 00:00:00 2001 From: tapple Date: Mon, 26 Jan 2026 10:28:38 -0800 Subject: [PATCH 4/5] reverted c_compat for arrays --- .../app_settings/keywords_lsl_default.xml | 327 +++++++++++------ .../app_settings/keywords_lua_default.xml | 333 ++++++++++++------ 2 files changed, 440 insertions(+), 220 deletions(-) diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index 8f824080f2..5abda8c5de 100644 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -9881,35 +9881,40 @@ If another state is defined before the default state, the compiler will report a moving_end arguments - + + tooltip Triggered whenever an object with this script stops moving. moving_start arguments - + + tooltip Triggered whenever an object with this script starts moving. no_sensor arguments - + + tooltip This event is raised when sensors are active, via the llSensor function call, but are not sensing anything. not_at_rot_target arguments - + + tooltip When a target is set via the llRotTarget function call, but the script is outside the specified angle this event is raised. not_at_target arguments - + + tooltip When a target is set via the llTarget library call, but the script is outside the specified range this event is raised. @@ -9950,7 +9955,8 @@ If another state is defined before the default state, the compiler will report a on_death arguments - + + tooltip Triggered when an avatar reaches 0 health. @@ -10100,21 +10106,24 @@ If another state is defined before the default state, the compiler will report a state_entry arguments - + + tooltip The state_entry event occurs whenever a new state is entered, including at program start, and is always the first event handled. state_exit arguments - + + tooltip The state_exit event occurs whenever the state command is used to transition to another state. It is handled before the new states state_entry event. timer arguments - + + tooltip This event is raised at regular intervals set by the llSetTimerEvent library function. @@ -10649,7 +10658,8 @@ If another state is defined before the default state, the compiler will report a llAvatarOnSitTarget arguments - + + energy 10.0 return @@ -10781,7 +10791,8 @@ If another state is defined before the default state, the compiler will report a llBreakAllLinks arguments - + + energy 10.0 return @@ -10927,7 +10938,8 @@ If another state is defined before the default state, the compiler will report a llClearCameraParams arguments - + + energy 10.0 return @@ -11328,7 +11340,8 @@ If another state is defined before the default state, the compiler will report a llDataSizeKeyValue arguments - + + energy 10.0 return @@ -11343,7 +11356,8 @@ If another state is defined before the default state, the compiler will report a llDeleteCharacter arguments - + + energy 10.0 return @@ -11497,7 +11511,8 @@ If another state is defined before the default state, the compiler will report a llDetachFromAvatar arguments - + + energy 10.0 return @@ -11985,7 +12000,8 @@ If another state is defined before the default state, the compiler will report a llDie arguments - + + energy 0.0 return @@ -12477,7 +12493,8 @@ If another state is defined before the default state, the compiler will report a llGenerateKey arguments - + + energy 10.0 return @@ -12490,7 +12507,8 @@ If another state is defined before the default state, the compiler will report a llGetAccel arguments - + + energy 10.0 return @@ -12628,7 +12646,8 @@ If another state is defined before the default state, the compiler will report a llGetAndResetTime arguments - + + energy 10.0 return @@ -12710,7 +12729,8 @@ If another state is defined before the default state, the compiler will report a llGetAttached arguments - + + energy 10.0 return @@ -12801,7 +12821,8 @@ If another state is defined before the default state, the compiler will report a llGetCameraAspect arguments - + + energy 10.0 return @@ -12814,7 +12835,8 @@ If another state is defined before the default state, the compiler will report a llGetCameraFOV arguments - + + energy 10.0 return @@ -12827,7 +12849,8 @@ If another state is defined before the default state, the compiler will report a llGetCameraPos arguments - + + energy 10.0 return @@ -12840,7 +12863,8 @@ If another state is defined before the default state, the compiler will report a llGetCameraRot arguments - + + energy 10.0 return @@ -12853,7 +12877,8 @@ If another state is defined before the default state, the compiler will report a llGetCenterOfMass arguments - + + energy 10.0 return @@ -12921,7 +12946,8 @@ If another state is defined before the default state, the compiler will report a llGetCreator arguments - + + energy 10.0 return @@ -12934,7 +12960,8 @@ If another state is defined before the default state, the compiler will report a llGetDate arguments - + + energy 10.0 return @@ -12947,7 +12974,8 @@ If another state is defined before the default state, the compiler will report a llGetDayLength arguments - + + energy 10.0 return @@ -12960,7 +12988,8 @@ If another state is defined before the default state, the compiler will report a llGetDayOffset arguments - + + energy 10.0 return @@ -12996,7 +13025,8 @@ If another state is defined before the default state, the compiler will report a llGetEnergy arguments - + + energy 10.0 return @@ -13116,7 +13146,8 @@ If another state is defined before the default state, the compiler will report a llGetForce arguments - + + energy 10.0 return @@ -13129,7 +13160,8 @@ If another state is defined before the default state, the compiler will report a llGetFreeMemory arguments - + + energy 10.0 return @@ -13142,7 +13174,8 @@ If another state is defined before the default state, the compiler will report a llGetFreeURLs arguments - + + energy 10.0 return @@ -13155,7 +13188,8 @@ If another state is defined before the default state, the compiler will report a llGetGMTclock arguments - + + energy 10.0 return @@ -13168,7 +13202,8 @@ If another state is defined before the default state, the compiler will report a llGetGeometricCenter arguments - + + energy 10.0 return @@ -13438,7 +13473,8 @@ If another state is defined before the default state, the compiler will report a llGetKey arguments - + + energy 10.0 return @@ -13563,7 +13599,8 @@ If another state is defined before the default state, the compiler will report a llGetLinkNumber arguments - + + energy 10.0 return @@ -13711,7 +13748,8 @@ If another state is defined before the default state, the compiler will report a llGetLocalPos arguments - + + energy 10.0 return @@ -13724,7 +13762,8 @@ If another state is defined before the default state, the compiler will report a llGetLocalRot arguments - + + energy 10.0 return @@ -13737,7 +13776,8 @@ If another state is defined before the default state, the compiler will report a llGetMass arguments - + + energy 10.0 return @@ -13750,7 +13790,8 @@ If another state is defined before the default state, the compiler will report a llGetMassMKS arguments - + + energy 10.0 return @@ -13763,7 +13804,8 @@ If another state is defined before the default state, the compiler will report a llGetMaxScaleFactor arguments - + + energy 10.0 return @@ -13776,7 +13818,8 @@ If another state is defined before the default state, the compiler will report a llGetMemoryLimit arguments - + + energy 10.0 return @@ -13789,7 +13832,8 @@ If another state is defined before the default state, the compiler will report a llGetMinScaleFactor arguments - + + energy 10.0 return @@ -13802,7 +13846,8 @@ If another state is defined before the default state, the compiler will report a llGetMoonDirection arguments - + + energy 10.0 return @@ -13815,7 +13860,8 @@ If another state is defined before the default state, the compiler will report a llGetMoonRotation arguments - + + energy 10.0 return @@ -13947,7 +13993,8 @@ If another state is defined before the default state, the compiler will report a llGetNumberOfPrims arguments - + + energy 10.0 return @@ -13960,7 +14007,8 @@ If another state is defined before the default state, the compiler will report a llGetNumberOfSides arguments - + + energy 10.0 return @@ -13973,7 +14021,8 @@ If another state is defined before the default state, the compiler will report a llGetObjectAnimationNames arguments - + + energy 10.0 return @@ -13986,7 +14035,8 @@ If another state is defined before the default state, the compiler will report a llGetObjectDesc arguments - + + energy 10.0 return @@ -14088,7 +14138,8 @@ If another state is defined before the default state, the compiler will report a llGetObjectName arguments - + + energy 10.0 return @@ -14147,7 +14198,8 @@ If another state is defined before the default state, the compiler will report a llGetOmega arguments - + + energy 10.0 return @@ -14160,7 +14212,8 @@ If another state is defined before the default state, the compiler will report a llGetOwner arguments - + + energy 10.0 return @@ -14285,7 +14338,8 @@ If another state is defined before the default state, the compiler will report a llGetParcelMusicURL arguments - + + energy 10.0 return @@ -14362,7 +14416,8 @@ If another state is defined before the default state, the compiler will report a llGetPermissions arguments - + + energy 10.0 return @@ -14375,7 +14430,8 @@ If another state is defined before the default state, the compiler will report a llGetPermissionsKey arguments - + + energy 10.0 return @@ -14388,7 +14444,8 @@ If another state is defined before the default state, the compiler will report a llGetPhysicsMaterial arguments - + + energy 10.0 return @@ -14401,7 +14458,8 @@ If another state is defined before the default state, the compiler will report a llGetPos arguments - + + energy 10.0 return @@ -14473,7 +14531,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionAgentCount arguments - + + energy 10.0 return @@ -14486,7 +14545,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionCorner arguments - + + energy 10.0 return @@ -14499,7 +14559,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionDayLength arguments - + + energy 10.0 return @@ -14512,7 +14573,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionDayOffset arguments - + + energy 10.0 return @@ -14525,7 +14587,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionFPS arguments - + + energy 10.0 return @@ -14538,7 +14601,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionFlags arguments - + + energy 10.0 return @@ -14551,7 +14615,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionMoonDirection arguments - + + energy 10.0 return @@ -14564,7 +14629,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionMoonRotation arguments - + + energy 10.0 return @@ -14577,7 +14643,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionName arguments - + + energy 10.0 return @@ -14590,7 +14657,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionSunDirection arguments - + + energy 10.0 return @@ -14603,7 +14671,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionSunRotation arguments - + + energy 10.0 return @@ -14616,7 +14685,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionTimeDilation arguments - + + energy 10.0 return @@ -14629,7 +14699,8 @@ If another state is defined before the default state, the compiler will report a llGetRegionTimeOfDay arguments - + + energy 10.0 return @@ -14665,7 +14736,8 @@ If another state is defined before the default state, the compiler will report a llGetRootPosition arguments - + + energy 10.0 return @@ -14678,7 +14750,8 @@ If another state is defined before the default state, the compiler will report a llGetRootRotation arguments - + + energy 10.0 return @@ -14691,7 +14764,8 @@ If another state is defined before the default state, the compiler will report a llGetRot arguments - + + energy 10.0 return @@ -14704,7 +14778,8 @@ If another state is defined before the default state, the compiler will report a llGetSPMaxMemory arguments - + + energy 10.0 return @@ -14717,7 +14792,8 @@ If another state is defined before the default state, the compiler will report a llGetScale arguments - + + energy 10.0 return @@ -14730,7 +14806,8 @@ If another state is defined before the default state, the compiler will report a llGetScriptName arguments - + + energy 10.0 return @@ -14791,7 +14868,8 @@ If another state is defined before the default state, the compiler will report a llGetSimulatorHostname arguments - + + energy 10.0 return @@ -14804,7 +14882,8 @@ If another state is defined before the default state, the compiler will report a llGetStartParameter arguments - + + energy 10.0 return @@ -14817,7 +14896,8 @@ If another state is defined before the default state, the compiler will report a llGetStartString arguments - + + energy 10.0 return @@ -14946,7 +15026,8 @@ If another state is defined before the default state, the compiler will report a llGetSunDirection arguments - + + energy 10.0 return @@ -14959,7 +15040,8 @@ If another state is defined before the default state, the compiler will report a llGetSunRotation arguments - + + energy 10.0 return @@ -15064,7 +15146,8 @@ If another state is defined before the default state, the compiler will report a llGetTime arguments - + + energy 10.0 return @@ -15077,7 +15160,8 @@ If another state is defined before the default state, the compiler will report a llGetTimeOfDay arguments - + + energy 10.0 return @@ -15090,7 +15174,8 @@ If another state is defined before the default state, the compiler will report a llGetTimestamp arguments - + + energy 10.0 return @@ -15103,7 +15188,8 @@ If another state is defined before the default state, the compiler will report a llGetTorque arguments - + + energy 10.0 return @@ -15116,7 +15202,8 @@ If another state is defined before the default state, the compiler will report a llGetUnixTime arguments - + + energy 10.0 return @@ -15129,7 +15216,8 @@ If another state is defined before the default state, the compiler will report a llGetUsedMemory arguments - + + energy 10.0 return @@ -15165,7 +15253,8 @@ If another state is defined before the default state, the compiler will report a llGetVel arguments - + + energy 10.0 return @@ -15210,7 +15299,8 @@ If another state is defined before the default state, the compiler will report a llGetWallclock arguments - + + energy 10.0 return @@ -15999,7 +16089,8 @@ If another state is defined before the default state, the compiler will report a llKeyCountKeyValue arguments - + + energy 10.0 return @@ -16313,7 +16404,8 @@ If another state is defined before the default state, the compiler will report a llLinksetDataAvailable arguments - + + energy 10.0 return @@ -16349,7 +16441,8 @@ If another state is defined before the default state, the compiler will report a llLinksetDataCountKeys arguments - + + energy 10.0 return @@ -16577,7 +16670,8 @@ If another state is defined before the default state, the compiler will report a llLinksetDataReset arguments - + + energy 10.0 return @@ -18564,7 +18658,8 @@ If another state is defined before the default state, the compiler will report a llOpenRemoteDataChannel arguments - + + deprecated true energy @@ -19116,7 +19211,8 @@ If another state is defined before the default state, the compiler will report a llRefreshPrimURL arguments - + + deprecated true energy @@ -19229,7 +19325,8 @@ If another state is defined before the default state, the compiler will report a llReleaseControls arguments - + + energy 10.0 return @@ -19317,7 +19414,8 @@ If another state is defined before the default state, the compiler will report a llRemoteDataSetRegion arguments - + + deprecated true energy @@ -19778,7 +19876,8 @@ If another state is defined before the default state, the compiler will report a llRequestSecureURL arguments - + + energy 10.0 return @@ -19823,7 +19922,8 @@ If another state is defined before the default state, the compiler will report a llRequestURL arguments - + + energy 10.0 return @@ -19905,7 +20005,8 @@ If another state is defined before the default state, the compiler will report a llResetLandBanList arguments - + + energy 10.0 return @@ -19918,7 +20019,8 @@ If another state is defined before the default state, the compiler will report a llResetLandPassList arguments - + + energy 10.0 return @@ -19954,7 +20056,8 @@ If another state is defined before the default state, the compiler will report a llResetScript arguments - + + energy 10.0 return @@ -19967,7 +20070,8 @@ If another state is defined before the default state, the compiler will report a llResetTime arguments - + + energy 10.0 return @@ -20834,7 +20938,8 @@ If another state is defined before the default state, the compiler will report a llSensorRemove arguments - + + energy 10.0 return @@ -23393,7 +23498,8 @@ If another state is defined before the default state, the compiler will report a llStopHover arguments - + + energy 10.0 return @@ -23406,7 +23512,8 @@ If another state is defined before the default state, the compiler will report a llStopLookAt arguments - + + energy 10.0 return @@ -23419,7 +23526,8 @@ If another state is defined before the default state, the compiler will report a llStopMoveToTarget arguments - + + energy 10.0 return @@ -23455,7 +23563,8 @@ If another state is defined before the default state, the compiler will report a llStopSound arguments - + + energy 10.0 return diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index 9468c3494d..d775336e49 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -10109,35 +10109,40 @@ vector position - position in local coordinates moving_end arguments - + + tooltip Triggered whenever an object with this script stops moving. moving_start arguments - + + tooltip Triggered whenever an object with this script starts moving. no_sensor arguments - + + tooltip This event is raised when sensors are active, via the llSensor function call, but are not sensing anything. not_at_rot_target arguments - + + tooltip When a target is set via the llRotTarget function call, but the script is outside the specified angle this event is raised. not_at_target arguments - + + tooltip When a target is set via the llTarget library call, but the script is outside the specified range this event is raised. @@ -10178,7 +10183,8 @@ vector position - position in local coordinates on_death arguments - + + tooltip Triggered when an avatar reaches 0 health. @@ -10330,7 +10336,8 @@ vector position - position in local coordinates deprecated true arguments - + + tooltip This event is raised at regular intervals set by the llSetTimerEvent library function. @@ -10499,7 +10506,8 @@ vector position - position in local coordinates gcinfo arguments - + + energy 10.0 return @@ -12724,7 +12732,8 @@ Returns true if result is non-zero. coroutine.isyieldable arguments - + + energy 10.0 return @@ -12769,7 +12778,8 @@ Returns true if result is non-zero. coroutine.running arguments - + + energy 10.0 return @@ -14133,7 +14143,8 @@ Returns true if result is non-zero. os.clock arguments - + + energy 10.0 return @@ -16911,7 +16922,8 @@ Returns true if result is non-zero. ll.AvatarOnSitTarget arguments - + + energy 10.0 return @@ -17043,7 +17055,8 @@ Returns true if result is non-zero. ll.BreakAllLinks arguments - + + energy 10.0 return @@ -17189,7 +17202,8 @@ Returns true if result is non-zero. ll.ClearCameraParams arguments - + + energy 10.0 return @@ -17590,7 +17604,8 @@ Returns true if result is non-zero. ll.DataSizeKeyValue arguments - + + energy 10.0 return @@ -17605,7 +17620,8 @@ Returns true if result is non-zero. ll.DeleteCharacter arguments - + + energy 10.0 return @@ -17761,7 +17777,8 @@ Returns true if result is non-zero. ll.DetachFromAvatar arguments - + + energy 10.0 return @@ -18283,7 +18300,8 @@ Returns true if result is non-zero. ll.Die arguments - + + energy 0.0 return @@ -18773,7 +18791,8 @@ Returns true if result is non-zero. ll.GenerateKey arguments - + + energy 10.0 return @@ -18786,7 +18805,8 @@ Returns true if result is non-zero. ll.GetAccel arguments - + + energy 10.0 return @@ -18924,7 +18944,8 @@ Returns true if result is non-zero. ll.GetAndResetTime arguments - + + deprecated true energy @@ -19008,7 +19029,8 @@ Returns true if result is non-zero. ll.GetAttached arguments - + + energy 10.0 return @@ -19099,7 +19121,8 @@ Returns true if result is non-zero. ll.GetCameraAspect arguments - + + energy 10.0 return @@ -19112,7 +19135,8 @@ Returns true if result is non-zero. ll.GetCameraFOV arguments - + + energy 10.0 return @@ -19125,7 +19149,8 @@ Returns true if result is non-zero. ll.GetCameraPos arguments - + + energy 10.0 return @@ -19138,7 +19163,8 @@ Returns true if result is non-zero. ll.GetCameraRot arguments - + + energy 10.0 return @@ -19151,7 +19177,8 @@ Returns true if result is non-zero. ll.GetCenterOfMass arguments - + + energy 10.0 return @@ -19219,7 +19246,8 @@ Returns true if result is non-zero. ll.GetCreator arguments - + + energy 10.0 return @@ -19232,7 +19260,8 @@ Returns true if result is non-zero. ll.GetDate arguments - + + energy 10.0 return @@ -19245,7 +19274,8 @@ Returns true if result is non-zero. ll.GetDayLength arguments - + + energy 10.0 return @@ -19258,7 +19288,8 @@ Returns true if result is non-zero. ll.GetDayOffset arguments - + + energy 10.0 return @@ -19294,7 +19325,8 @@ Returns true if result is non-zero. ll.GetEnergy arguments - + + energy 10.0 return @@ -19412,7 +19444,8 @@ Returns true if result is non-zero. ll.GetForce arguments - + + energy 10.0 return @@ -19425,7 +19458,8 @@ Returns true if result is non-zero. ll.GetFreeMemory arguments - + + energy 10.0 return @@ -19438,7 +19472,8 @@ Returns true if result is non-zero. ll.GetFreeURLs arguments - + + energy 10.0 return @@ -19451,7 +19486,8 @@ Returns true if result is non-zero. ll.GetGMTclock arguments - + + energy 10.0 return @@ -19464,7 +19500,8 @@ Returns true if result is non-zero. ll.GetGeometricCenter arguments - + + energy 10.0 return @@ -19734,7 +19771,8 @@ Returns true if result is non-zero. ll.GetKey arguments - + + energy 10.0 return @@ -19857,7 +19895,8 @@ Returns true if result is non-zero. ll.GetLinkNumber arguments - + + energy 10.0 return @@ -20003,7 +20042,8 @@ Returns true if result is non-zero. ll.GetLocalPos arguments - + + energy 10.0 return @@ -20016,7 +20056,8 @@ Returns true if result is non-zero. ll.GetLocalRot arguments - + + energy 10.0 return @@ -20029,7 +20070,8 @@ Returns true if result is non-zero. ll.GetMass arguments - + + energy 10.0 return @@ -20042,7 +20084,8 @@ Returns true if result is non-zero. ll.GetMassMKS arguments - + + energy 10.0 return @@ -20055,7 +20098,8 @@ Returns true if result is non-zero. ll.GetMaxScaleFactor arguments - + + energy 10.0 return @@ -20068,7 +20112,8 @@ Returns true if result is non-zero. ll.GetMemoryLimit arguments - + + energy 10.0 return @@ -20081,7 +20126,8 @@ Returns true if result is non-zero. ll.GetMinScaleFactor arguments - + + energy 10.0 return @@ -20094,7 +20140,8 @@ Returns true if result is non-zero. ll.GetMoonDirection arguments - + + energy 10.0 return @@ -20107,7 +20154,8 @@ Returns true if result is non-zero. ll.GetMoonRotation arguments - + + energy 10.0 return @@ -20239,7 +20287,8 @@ Returns true if result is non-zero. ll.GetNumberOfPrims arguments - + + energy 10.0 return @@ -20252,7 +20301,8 @@ Returns true if result is non-zero. ll.GetNumberOfSides arguments - + + energy 10.0 return @@ -20265,7 +20315,8 @@ Returns true if result is non-zero. ll.GetObjectAnimationNames arguments - + + energy 10.0 return @@ -20278,7 +20329,8 @@ Returns true if result is non-zero. ll.GetObjectDesc arguments - + + energy 10.0 return @@ -20378,7 +20430,8 @@ Returns true if result is non-zero. ll.GetObjectName arguments - + + energy 10.0 return @@ -20437,7 +20490,8 @@ Returns true if result is non-zero. ll.GetOmega arguments - + + energy 10.0 return @@ -20450,7 +20504,8 @@ Returns true if result is non-zero. ll.GetOwner arguments - + + energy 10.0 return @@ -20573,7 +20628,8 @@ Returns true if result is non-zero. ll.GetParcelMusicURL arguments - + + energy 10.0 return @@ -20650,7 +20706,8 @@ Returns true if result is non-zero. ll.GetPermissions arguments - + + energy 10.0 return @@ -20663,7 +20720,8 @@ Returns true if result is non-zero. ll.GetPermissionsKey arguments - + + energy 10.0 return @@ -20676,7 +20734,8 @@ Returns true if result is non-zero. ll.GetPhysicsMaterial arguments - + + energy 10.0 return @@ -20689,7 +20748,8 @@ Returns true if result is non-zero. ll.GetPos arguments - + + energy 10.0 return @@ -20757,7 +20817,8 @@ Returns true if result is non-zero. ll.GetRegionAgentCount arguments - + + energy 10.0 return @@ -20770,7 +20831,8 @@ Returns true if result is non-zero. ll.GetRegionCorner arguments - + + energy 10.0 return @@ -20783,7 +20845,8 @@ Returns true if result is non-zero. ll.GetRegionDayLength arguments - + + energy 10.0 return @@ -20796,7 +20859,8 @@ Returns true if result is non-zero. ll.GetRegionDayOffset arguments - + + energy 10.0 return @@ -20809,7 +20873,8 @@ Returns true if result is non-zero. ll.GetRegionFPS arguments - + + energy 10.0 return @@ -20822,7 +20887,8 @@ Returns true if result is non-zero. ll.GetRegionFlags arguments - + + energy 10.0 return @@ -20835,7 +20901,8 @@ Returns true if result is non-zero. ll.GetRegionMoonDirection arguments - + + energy 10.0 return @@ -20848,7 +20915,8 @@ Returns true if result is non-zero. ll.GetRegionMoonRotation arguments - + + energy 10.0 return @@ -20861,7 +20929,8 @@ Returns true if result is non-zero. ll.GetRegionName arguments - + + energy 10.0 return @@ -20874,7 +20943,8 @@ Returns true if result is non-zero. ll.GetRegionSunDirection arguments - + + energy 10.0 return @@ -20887,7 +20957,8 @@ Returns true if result is non-zero. ll.GetRegionSunRotation arguments - + + energy 10.0 return @@ -20900,7 +20971,8 @@ Returns true if result is non-zero. ll.GetRegionTimeDilation arguments - + + energy 10.0 return @@ -20913,7 +20985,8 @@ Returns true if result is non-zero. ll.GetRegionTimeOfDay arguments - + + energy 10.0 return @@ -20949,7 +21022,8 @@ Returns true if result is non-zero. ll.GetRootPosition arguments - + + energy 10.0 return @@ -20962,7 +21036,8 @@ Returns true if result is non-zero. ll.GetRootRotation arguments - + + energy 10.0 return @@ -20975,7 +21050,8 @@ Returns true if result is non-zero. ll.GetRot arguments - + + energy 10.0 return @@ -20988,7 +21064,8 @@ Returns true if result is non-zero. ll.GetSPMaxMemory arguments - + + energy 10.0 return @@ -21001,7 +21078,8 @@ Returns true if result is non-zero. ll.GetScale arguments - + + energy 10.0 return @@ -21014,7 +21092,8 @@ Returns true if result is non-zero. ll.GetScriptName arguments - + + energy 10.0 return @@ -21073,7 +21152,8 @@ Returns true if result is non-zero. ll.GetSimulatorHostname arguments - + + energy 10.0 return @@ -21086,7 +21166,8 @@ Returns true if result is non-zero. ll.GetStartParameter arguments - + + energy 10.0 return @@ -21099,7 +21180,8 @@ Returns true if result is non-zero. ll.GetStartString arguments - + + energy 10.0 return @@ -21226,7 +21308,8 @@ Returns true if result is non-zero. ll.GetSunDirection arguments - + + energy 10.0 return @@ -21239,7 +21322,8 @@ Returns true if result is non-zero. ll.GetSunRotation arguments - + + energy 10.0 return @@ -21344,7 +21428,8 @@ Returns true if result is non-zero. ll.GetTime arguments - + + energy 10.0 return @@ -21357,7 +21442,8 @@ Returns true if result is non-zero. ll.GetTimeOfDay arguments - + + energy 10.0 return @@ -21370,7 +21456,8 @@ Returns true if result is non-zero. ll.GetTimestamp arguments - + + energy 10.0 return @@ -21383,7 +21470,8 @@ Returns true if result is non-zero. ll.GetTorque arguments - + + energy 10.0 return @@ -21396,7 +21484,8 @@ Returns true if result is non-zero. ll.GetUnixTime arguments - + + energy 10.0 return @@ -21409,7 +21498,8 @@ Returns true if result is non-zero. ll.GetUsedMemory arguments - + + energy 10.0 return @@ -21445,7 +21535,8 @@ Returns true if result is non-zero. ll.GetVel arguments - + + energy 10.0 return @@ -21490,7 +21581,8 @@ Returns true if result is non-zero. ll.GetWallclock arguments - + + energy 10.0 return @@ -22275,7 +22367,8 @@ Returns true if result is non-zero. ll.KeyCountKeyValue arguments - + + energy 10.0 return @@ -22589,7 +22682,8 @@ Returns true if result is non-zero. ll.LinksetDataAvailable arguments - + + energy 10.0 return @@ -22625,7 +22719,8 @@ Returns true if result is non-zero. ll.LinksetDataCountKeys arguments - + + energy 10.0 return @@ -22853,7 +22948,8 @@ Returns true if result is non-zero. ll.LinksetDataReset arguments - + + energy 10.0 return @@ -24870,7 +24966,8 @@ Returns true if result is non-zero. ll.OpenRemoteDataChannel arguments - + + deprecated true energy @@ -25418,7 +25515,8 @@ Returns true if result is non-zero. ll.RefreshPrimURL arguments - + + deprecated true energy @@ -25531,7 +25629,8 @@ Returns true if result is non-zero. ll.ReleaseControls arguments - + + energy 10.0 return @@ -25619,7 +25718,8 @@ Returns true if result is non-zero. ll.RemoteDataSetRegion arguments - + + deprecated true energy @@ -26080,7 +26180,8 @@ Returns true if result is non-zero. ll.RequestSecureURL arguments - + + energy 10.0 return @@ -26125,7 +26226,8 @@ Returns true if result is non-zero. ll.RequestURL arguments - + + energy 10.0 return @@ -26207,7 +26309,8 @@ Returns true if result is non-zero. ll.ResetLandBanList arguments - + + energy 10.0 return @@ -26220,7 +26323,8 @@ Returns true if result is non-zero. ll.ResetLandPassList arguments - + + energy 10.0 return @@ -26256,7 +26360,8 @@ Returns true if result is non-zero. ll.ResetScript arguments - + + energy 10.0 return @@ -26269,7 +26374,8 @@ Returns true if result is non-zero. ll.ResetTime arguments - + + deprecated true energy @@ -27132,7 +27238,8 @@ Returns true if result is non-zero. ll.SensorRemove arguments - + + energy 10.0 return @@ -29691,7 +29798,8 @@ Returns true if result is non-zero. ll.StopHover arguments - + + energy 10.0 return @@ -29704,7 +29812,8 @@ Returns true if result is non-zero. ll.StopLookAt arguments - + + energy 10.0 return @@ -29717,7 +29826,8 @@ Returns true if result is non-zero. ll.StopMoveToTarget arguments - + + energy 10.0 return @@ -29753,7 +29863,8 @@ Returns true if result is non-zero. ll.StopSound arguments - + + energy 10.0 return From 73cb3f139b0b9bae8bea827849d559656c9e532e Mon Sep 17 00:00:00 2001 From: tapple Date: Thu, 29 Jan 2026 16:59:55 -0800 Subject: [PATCH 5/5] a few more keywords fixes while working on selene --- .../app_settings/keywords_lua_default.xml | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index d775336e49..62d7c32022 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -11173,7 +11173,7 @@ vector position - position in local coordinates tooltip type - any + string | quaternion @@ -11184,7 +11184,7 @@ vector position - position in local coordinates sleep 0.0 tooltip - Converts a value to a quaternion, returns nil if invalid + Converts a string to a quaternion, returns nil if invalid torotation @@ -11196,7 +11196,7 @@ vector position - position in local coordinates tooltip type - any + string | quaternion @@ -11207,7 +11207,7 @@ vector position - position in local coordinates sleep 0.0 tooltip - Converts a value to a rotation (quaternion), returns nil if invalid + Converts a string to a rotation (quaternion), returns nil if invalid touuid @@ -11242,7 +11242,7 @@ vector position - position in local coordinates tooltip type - any + string | vector @@ -11253,7 +11253,7 @@ vector position - position in local coordinates sleep 0.0 tooltip - Converts a value to a vector, returns nil if invalid + Converts a string to a vector, returns nil if invalid bit32 @@ -12969,6 +12969,15 @@ Returns true if result is non-zero. string + + asBuffer + + tooltip + + type + false? + + energy 10.0 @@ -12977,7 +12986,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Decodes a base64 string to a string + Decodes a base64 string to a string, or buffer if asBuffer is true llbase64.encode @@ -14209,6 +14218,8 @@ Returns true if result is non-zero. + deprecated + true energy 10.0 return @@ -14216,7 +14227,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Returns the difference in seconds between two timestamps. + Returns the difference in seconds between two timestamps. Same as a - b. os.time