From 9430cc75467eaeb99e3133d9442d2b13e2cdcc4e Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Mon, 21 Oct 2013 19:09:11 +0100 Subject: STROM-1831 Updating keywords default file. Adding several new constants, functions and adds two missing god-mode tags. --- .../newview/app_settings/keywords_lsl_default.xml | 181 ++++++++++++++++++++- 1 file changed, 174 insertions(+), 7 deletions(-) (limited to 'indra') diff --git a/indra/newview/app_settings/keywords_lsl_default.xml b/indra/newview/app_settings/keywords_lsl_default.xml index 6806f80169..c1e15045a7 100644 --- a/indra/newview/app_settings/keywords_lsl_default.xml +++ b/indra/newview/app_settings/keywords_lsl_default.xml @@ -701,6 +701,15 @@ tooltip + AVOID_NONE + + type + integer + value + 0 + tooltip + + CAMERA_ACTIVE type @@ -1061,6 +1070,15 @@ tooltip Set collision capsule radius. + CHARACTER_STAY_WITHIN_PARCEL + + type + integer + value + 15 + tooltip + Determines whether a character can leave its starting parcel.\nTakes a boolean parameter. If TRUE, the character cannot voluntarilly leave the parcel, but can return to it. + CHARACTER_TYPE type @@ -1797,6 +1815,15 @@ tooltip + JSON_APPEND + + type + integer + value + -1 + tooltip + + JSON_ARRAY type @@ -1806,6 +1833,15 @@ tooltip + JSON_DELETE + + type + string + value + U+FDD8 + tooltip + + JSON_FALSE type @@ -2373,6 +2409,33 @@ tooltip + OBJECT_RETURN_PARCEL + + type + integer + value + 1 + tooltip + + + OBJECT_RETURN_PARCEL_OWNER + + type + integer + value + 2 + tooltip + + + OBJECT_RETURN_REGION + + type + integer + value + 4 + tooltip + + OBJECT_ROOT type @@ -3111,6 +3174,15 @@ tooltip (not yet implemented) + PERMISSION_RETURN_OBJECTS + + type + integer + value + 65536 + tooltip + + PERMISSION_TAKE_CONTROLS type @@ -4458,6 +4530,15 @@ tooltip Triggered when an llEvade character switches from hiding to running + PU_FAILURE_DYNAMIC_PATHFINDING_DISABLED + + type + integer + value + 10 + tooltip + + PU_FAILURE_INVALID_GOAL type @@ -4503,6 +4584,15 @@ tooltip + PU_FAILURE_PARCEL_UNREACHABLE + + type + integer + value + 11 + tooltip + + PU_FAILURE_TARGET_GONE type @@ -10041,6 +10131,48 @@ Returns an integer that is the script start parameter.\nReturns the start parameter passed to llRezObject.\n If the object was created from agent inventory, this function returns 0. + llGetStaticPath + + energy + 10.0 + sleep + 0.0 + return + list + arguments + + Start + + type + vector + tooltip + + + End + + type + vector + tooltip + + + Radius + + type + float + tooltip + + + Parameters + + type + list + tooltip + + + + tooltip + + llGetStatus energy @@ -10095,8 +10227,8 @@ tooltip - Returns the indicated substring.\nReturns the indicated sub-string from String. The start and end are inclusive.\n - Using negative numbers for start and/or end causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\n + Returns the indicated substring.\nReturns the indicated sub-string from String. The Start and End are inclusive.\n + Using negative numbers for Start and/or End causes the index to count backwards from the length of the string, so 0, -1 would capture the entire string.\n If start is larger than end, the sub string is the exclusion of the entries, so 6, 4 would give the entire string except for the 5th. character. llGetSunDirection @@ -13354,7 +13486,7 @@ integer arguments - lObjectIDs + ObjectIDs type list @@ -13375,14 +13507,14 @@ integer arguments - kID + ID type key tooltip - iScope + Scope type integer @@ -14448,6 +14580,8 @@ llSetInventoryPermMask + god-mode + true energy 10.0 sleep @@ -14900,6 +15034,8 @@ llSetObjectPermMask + god-mode + true energy 10.0 sleep @@ -16799,6 +16935,34 @@ tooltip Returns the wind velocity at the object position + offset.\nReturns the wind velocity at the object's position + offset. + llXorBase64 + + energy + 10.0 + sleep + 0.3 + return + string + arguments + + Text1 + + type + string + tooltip + + + Text2 + + type + string + tooltip + + + + tooltip + Performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1. Retained for backwards compatibility.\nDeprecated: Use llXorBase64StringsCorrect instead.\nIncorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. + llXorBase64Strings deprecated @@ -16827,11 +16991,13 @@ tooltip - Deprecated: Please use llXorBase64StringsCorrect instead.\n + Deprecated: Please use llXorBase64 instead.\n Incorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. Text2 repeats if it is shorter than Text1. Retained for backwards compatibility.\nDeprecated: Use llXorBase64StringsCorrect instead.\nIncorrectly performs an exclusive OR on two Base64 strings and returns a Base64 string. llXorBase64StringsCorrect + deprecated + true energy 10.0 sleep @@ -16856,7 +17022,8 @@ tooltip - Correctly performs an exclusive OR on two Base64 strings and returns a Base64 string.\n + Deprecated: Please use llXorBase64 instead.\n + Correctly (unless nulls are present) performs an exclusive OR on two Base64 strings and returns a Base64 string.\n Text2 repeats if it is shorter than Text1.\nPerforms an exclusive-OR on two Base64 strings and returns a Base64 string. text-2 repeats if it is shorter than text-1.\n This function is for encrypting data. Put your data in text-1 and your key in text-2 to encrypt or put the encrypted data into text-1 with the same key in text-2 to decrypt again. -- cgit v1.2.3