diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index 5abda8c5de5..17facba1a53 100644 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -1,4 +1,9 @@ + controls @@ -10630,7 +10635,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + 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.\nRequires the PERMISSION_ATTACH runtime permission. llAvatarOnLinkSitTarget @@ -10800,7 +10805,7 @@ If another state is defined before the default state, the compiler will report a sleep 0.0 tooltip - De-links all prims in the link set (requires permission PERMISSION_CHANGE_LINKS be set). + De-links all prims in the link set.\nRequires the PERMISSION_CHANGE_LINKS runtime permission. llBreakLink @@ -10823,7 +10828,7 @@ If another state is defined before the default state, the compiler will report a sleep 0.0 tooltip - De-links the prim with the given link number (requires permission PERMISSION_CHANGE_LINKS be set). + De-links the prim with the given link number.\nRequires the PERMISSION_CHANGE_LINKS runtime permission. llCSV2List @@ -10947,7 +10952,7 @@ If another state is defined before the default state, the compiler will report a sleep 0.0 tooltip - Resets all camera parameters to default values and turns off scripted camera control. + Resets all camera parameters to default values and turns off scripted camera control.\nRequires the PERMISSION_CONTROL_CAMERA runtime permission (automatically granted to attached or sat on objects). llClearLinkMedia @@ -11294,7 +11299,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + Attempt to link the object the script is in, to target.\nRequires the PERMISSION_CHANGE_LINKS runtime permission. llDamage @@ -11520,7 +11525,7 @@ If another state is defined before the default state, the compiler will report a sleep 0.0 tooltip - Remove the object containing the script from the avatar. + Remove the object containing the script from the avatar.\nRequires the PERMISSION_ATTACH runtime permission (automatically granted to attached objects). llDetectedDamage @@ -12724,7 +12729,7 @@ If another state is defined before the default state, the compiler will report a sleep 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). + Returns a string that is the name of the animation that is used for the specified animation state.\nRequires the PERMISSION_OVERRIDE_ANIMATIONS or PERMISSION_TRIGGER_ANIMATION runtime permission (automatically granted to attached objects). llGetAttached @@ -20000,7 +20005,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + Resets the animation of the specified animation state to the default value.\nIf animation state equals "ALL", then all animation states are reset.\nRequires the PERMISSION_OVERRIDE_ANIMATIONS permission (automatically granted to attached objects). llResetLandBanList @@ -21276,7 +21281,7 @@ If another state is defined before the default state, the compiler will report a sleep 0.0 tooltip - Sets multiple camera parameters at once. List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ]. + Sets multiple camera parameters at once. List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ].\nRequires the PERMISSION_CONTROL_CAMERA runtime permission (automatically granted to attached or sat on objects). llSetClickAction @@ -22261,7 +22266,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + 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.\nRequires the PERMISSION_PRIVILEGED_LAND_ACCESS permission. llSetParcelMusicURL @@ -23447,7 +23452,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + 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 the PERMISSION_TRIGGER_ANIMATION runtime permission (automatically granted to attached or sat on objects). llStartObjectAnimation @@ -23493,7 +23498,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + 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 the PERMISSION_TRIGGER_ANIMATION runtime permission (automatically granted to attached or sat on objects). llStopHover @@ -23748,7 +23753,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + 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 runtime permission (automatically granted to attached or sat on objects). llTan @@ -23958,7 +23963,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + 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 runtime permission.\nThis function can only teleport the owner of the object. llTeleportAgentGlobalCoords @@ -24008,7 +24013,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + 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 runtime permission.\nThis function can only teleport the owner of the object. llTeleportAgentHome @@ -24150,7 +24155,7 @@ If another state is defined before the default state, the compiler will report a sleep 0.0 tooltip - Transfer Amount of linden dollars (L$) from script owner to AvatarID. Returns a key to a corresponding transaction_result event for the success of the transfer.\nAttempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key. + 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. Requires the PERMISSION_DEBIT runtime permission. llTransferOwnership @@ -24689,7 +24694,7 @@ If another state is defined before the default state, the compiler will report a sleep 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. + Returns the local position that would put the origin of a HUD object directly over world_pos as viewed by the current camera. Requires the PERMISSION_TRACK_CAMERA runtime permission (else will return zero vector). llXorBase64 diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index 62d7c320224..c053a8dad13 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -1,4 +1,9 @@ + controls @@ -12986,7 +12991,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Decodes a base64 string to a string, or buffer if asBuffer is true + Decodes a base64 string to a string, or buffer if asBuffer is true. The output is truncated at the first decoding error. llbase64.encode @@ -13040,7 +13045,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Decodes a JSON string to a Lua value + Decodes a JSON string to a Lua value. Raises an error if JSON is invalid. lljson.encode @@ -13063,7 +13068,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Encodes a Lua value as JSON + Encodes a Lua value as JSON. Raises an error if value contains unsupported types. lljson.sldecode @@ -13086,7 +13091,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Decodes a JSON string to a Lua value preserving SL types + Decodes a JSON string to a Lua value, preserving SL types. Raises an error if JSON is invalid. lljson.slencode @@ -13118,7 +13123,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Encodes a Lua value as JSON preserving SL types. Use tight to encode more compactly. + Encodes a Lua value as JSON, preserving SL types. Use tight to encode more compactly. Raises an error if value contains unsupported types. math @@ -16905,7 +16910,7 @@ Returns true if result is non-zero. sleep 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. + 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.\nRequires the PERMISSION_ATTACH runtime permission. ll.AvatarOnLinkSitTarget @@ -17075,7 +17080,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - De-links all prims in the link set (requires permission PERMISSION_CHANGE_LINKS be set). + De-links all prims in the link set.\nRequires the PERMISSION_CHANGE_LINKS runtime permission. ll.BreakLink @@ -17098,7 +17103,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - De-links the prim with the given link number (requires permission PERMISSION_CHANGE_LINKS be set). + De-links the prim with the given link number.\nRequires the PERMISSION_CHANGE_LINKS runtime permission. ll.CSV2List @@ -17222,7 +17227,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Resets all camera parameters to default values and turns off scripted camera control. + Resets all camera parameters to default values and turns off scripted camera control.\nRequires the PERMISSION_CONTROL_CAMERA runtime permission (automatically granted to attached or sat on objects). ll.ClearLinkMedia @@ -17569,7 +17574,7 @@ Returns true if result is non-zero. sleep 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. + Attempt to link the object the script is in, to target.\nRequires the PERMISSION_CHANGE_LINKS runtime permission. ll.Damage @@ -17797,7 +17802,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Remove the object containing the script from the avatar. + Remove the object containing the script from the avatar.\nRequires the PERMISSION_ATTACH runtime permission (automatically granted to attached objects). ll.DetectedDamage @@ -19035,7 +19040,7 @@ Returns true if result is non-zero. sleep 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). + Returns a string that is the name of the animation that is used for the specified animation state.\nRequires the PERMISSION_OVERRIDE_ANIMATIONS or PERMISSION_TRIGGER_ANIMATION runtime permission (automatically granted to attached objects). ll.GetAttached @@ -26315,7 +26320,7 @@ Returns true if result is non-zero. sleep 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. + Resets the animation of the specified animation state to the default value.\nIf animation state equals "ALL", then all animation states are reset.\nRequires the PERMISSION_OVERRIDE_ANIMATIONS permission (automatically granted to attached objects). ll.ResetLandBanList @@ -27587,7 +27592,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Sets multiple camera parameters at once. List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ]. + Sets multiple camera parameters at once. List format is [ rule-1, data-1, rule-2, data-2 . . . rule-n, data-n ].\nRequires the PERMISSION_CONTROL_CAMERA runtime permission (automatically granted to attached or sat on objects). ll.SetClickAction @@ -28572,7 +28577,7 @@ Returns true if result is non-zero. sleep 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. + 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.\nRequires the PERMISSION_PRIVILEGED_LAND_ACCESS permission. ll.SetParcelMusicURL @@ -29758,7 +29763,7 @@ Returns true if result is non-zero. sleep 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. + 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 the PERMISSION_TRIGGER_ANIMATION runtime permission (automatically granted to attached or sat on objects). ll.StartObjectAnimation @@ -29804,7 +29809,7 @@ Returns true if result is non-zero. sleep 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. + 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 the PERMISSION_TRIGGER_ANIMATION runtime permission (automatically granted to attached or sat on objects). ll.StopHover @@ -30059,7 +30064,7 @@ Returns true if result is non-zero. sleep 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. + 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 runtime permission (automatically granted to attached or sat on objects). ll.Tan @@ -30269,7 +30274,7 @@ Returns true if result is non-zero. sleep 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. + 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 runtime permission.\nThis function can only teleport the owner of the object. ll.TeleportAgentGlobalCoords @@ -30319,7 +30324,7 @@ Returns true if result is non-zero. sleep 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. + 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 runtime permission.\nThis function can only teleport the owner of the object. ll.TeleportAgentHome @@ -30461,7 +30466,7 @@ Returns true if result is non-zero. sleep 0.0 tooltip - Transfer Amount of linden dollars (L$) from script owner to AvatarID. Returns a key to a corresponding transaction_result event for the success of the transfer.\nAttempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key. + 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. Requires the PERMISSION_DEBIT runtime permission. ll.TransferOwnership @@ -30998,7 +31003,7 @@ Returns true if result is non-zero. sleep 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. + Returns the local position that would put the origin of a HUD object directly over world_pos as viewed by the current camera. Requires the PERMISSION_TRACK_CAMERA runtime permission (else will return zero vector). ll.XorBase64