From e63d92ab504d74399cae2a9cc7625ef3ec330c38 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Wed, 26 Jun 2013 17:30:07 +0100 Subject: Updating lsl tokens file with last four months of additions. --- indra/newview/app_settings/keywords_lsl_tokens.xml | 495 +++++++++++++++++++-- 1 file changed, 449 insertions(+), 46 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/app_settings/keywords_lsl_tokens.xml b/indra/newview/app_settings/keywords_lsl_tokens.xml index 2e54482f33..6806f80169 100644 --- a/indra/newview/app_settings/keywords_lsl_tokens.xml +++ b/indra/newview/app_settings/keywords_lsl_tokens.xml @@ -1187,6 +1187,24 @@ tooltip When the prim is clicked, touch events are triggered". + CONTENT_TYPE_ATOM + + type + integer + value + 4 + tooltip + "application/atom+xml" + + CONTENT_TYPE_FORM + + type + integer + value + 7 + tooltip + "application/x-www-form-urlencoded" + CONTENT_TYPE_HTML type @@ -1196,6 +1214,33 @@ tooltip "text/html", only valid for embedded browsers on content owned by the person viewing. Falls back to "text/plain" otherwise. + CONTENT_TYPE_JSON + + type + integer + value + 5 + tooltip + "application/json" + + CONTENT_TYPE_LLSD + + type + integer + value + 6 + tooltip + "application/llsd+xml" + + CONTENT_TYPE_RSS + + type + integer + value + 8 + tooltip + "application/rss+xml" + CONTENT_TYPE_TEXT type @@ -1205,6 +1250,24 @@ tooltip "text/plain" + CONTENT_TYPE_XHTML + + type + integer + value + 3 + tooltip + "application/xhtml+xml" + + CONTENT_TYPE_XML + + type + integer + value + 2 + tooltip + "application/xml" + CONTROL_BACK type @@ -1410,6 +1473,51 @@ tooltip + ERR_GENERIC + + type + integer + value + -1 + tooltip + + + ERR_MALFORMED_PARAMS + + type + integer + value + -3 + tooltip + + + ERR_PARCEL_PERMISSIONS + + type + integer + value + -2 + tooltip + + + ERR_RUNTIME_PERMISSIONS + + type + integer + value + -4 + tooltip + + + ERR_THROTTLED + + type + integer + value + -5 + tooltip + + ESTATE_ACCESS_ALLOWED_AGENT_ADD type @@ -1689,6 +1797,78 @@ tooltip + JSON_ARRAY + + type + string + value + U+FDD2 + tooltip + + + JSON_FALSE + + type + string + value + U+FDD7 + tooltip + + + JSON_INVALID + + type + string + value + U+FDD0 + tooltip + + + JSON_NULL + + type + string + value + U+FDD5 + tooltip + + + JSON_NUMBER + + type + string + value + U+FDD3 + tooltip + + + JSON_OBJECT + + type + string + value + U+FDD1 + tooltip + + + JSON_STRING + + type + string + value + U+FDD4 + tooltip + + + JSON_TRUE + + type + string + value + U+FDD6 + tooltip + + KFM_CMD_PAUSE type @@ -2904,6 +3084,15 @@ tooltip If this permission is enabled, the object can successfully call llGiveMoney or llTransferLindenDollars to debit the owners account. + PERMISSION_OVERRIDE_ANIMATIONS + + type + integer + value + 0x8000 + tooltip + Permission to override default animations. + PERMISSION_RELEASE_OWNERSHIP type @@ -8329,6 +8518,27 @@ tooltip Returns a list of keys of playing animations for an avatar.\nReturns a list of keys of all playing animations for the specified avatar ID. + llGetAnimationOverride + + energy + 0 + sleep + 0 + return + string + arguments + + AnimationState + + type + string + tooltip + + + + tooltip + Returns a string that is the name of the animation that is used for the specified animation state\nTo use this function the script must obtain either the PERMISSION_OVERRIDE_ANIMATIONS or PERMISSION_TRIGGER_ANIMATION permission (automatically granted to attached objects). + llGetAttached energy @@ -10515,6 +10725,118 @@ tooltip Returns a string that is a Base64 big endian encode of Value.\nEncodes the Value as an 8-character Base64 string. + llJson2List + + energy + 0.0 + sleep + 0.0 + return + list + arguments + + JSON + + type + string + tooltip + + + + tooltip + Converts the top level of the JSON string to a list. + + llJsonGetValue + + energy + 0.0 + sleep + 0.0 + return + string + arguments + + JSON + + type + string + tooltip + + + Specifiers + + type + list + tooltip + + + + tooltip + Gets the value indicated by Specifiers from the JSON string. + + llJsonSetValue + + energy + 0.0 + sleep + 0.0 + return + string + arguments + + JSON + + type + string + tooltip + + + Specifiers + + type + list + tooltip + + + Value + + type + string + tooltip + + + + tooltip + Returns a new JSON string that is the JSON given with the Value indicated by Specifiers set to Value. + + llJsonValueType + + energy + 0.0 + sleep + 0.0 + return + string + arguments + + JSON + + type + string + tooltip + + + Specifiers + + type + list + tooltip + + + + tooltip + Returns the type constant (JSON_*) for the value in JSON indicated by Specifiers. + llKey2Name energy @@ -10677,6 +10999,34 @@ tooltip Copies the integer at Index in the list.\nReturns the value at Index in the specified list. If Index describes a location not in the list, or the value cannot be type-cast to an integer, then zero is returned. + llList2Json + + energy + 0 + sleep + 0 + return + string + arguments + + JsonType + + type + string + tooltip + + + Values + + type + list + tooltip + + + + tooltip + Converts either a strided list of key:value pairs to a JSON_OBJECT, or a list of values to a JSON_ARRAY. + llList2Key energy @@ -12584,50 +12934,6 @@ You do not need to make this call if you don't change regions.\nDeprecated: Use HTTP functions/events instead.\n Does not work! Use llOpenRemoteDataChannel instead. - llRemoteLoadScript - - deprecated - true - energy - 10.0 - sleep - 3.0 - return - void - arguments - - TargetID - - type - key - tooltip - - - Name - - type - string - tooltip - - - Running - - type - integer - tooltip - - - StartParameter - - type - integer - tooltip - - - - tooltip - Deprecated. Please use llRemoteLoadScriptPin instead.\nDeprecated: Use llRemoteLoadScriptPin instead. - llRemoteLoadScriptPin energy @@ -12675,8 +12981,7 @@ tooltip - If the owner of the object this script is attached to can modify ObjectID, - they are in the same region, and the matching PIN is used, copy ScriptName into target, if Running == TRUE, start the script with StartParameter.\nIf the owner of the object containing this script can modify the object identified by the specified object key, and if the PIN matches the PIN previously set using llSetRemoteScriptAccessPin (on the target prim), then the script will be copied into target. + If the owner of the object this script is attached to can modify ObjectID, they are in the same region, and the matching PIN is used, copy ScriptName into target, if Running == TRUE, start the script with StartParameter.\nIf the owner of the object containing this script can modify the object identified by the specified object key, and if the PIN matches the PIN previously set using llSetRemoteScriptAccessPin (on the target prim), then the script will be copied into target. llRemoveFromLandBanList @@ -12945,6 +13250,27 @@ tooltip Requests single-word user-name of an avatar. When data is available the dataserver event will be raised.\nRequests the user-name of the identified agent. When the user-name is available the dataserver event is raised.\nThe agent identified does not need to be in the same region or online at the time of the request.\nReturns a key that is used to identify the dataserver event when it is raised. + llResetAnimationOverride + + energy + 0 + sleep + 0 + return + void + arguments + + AnimationState + + type + string + tooltip + + + + tooltip + Resets the animation of the specified animation state to the default value.\nIf animation state equals "ALL", then all animation states are reset. + llResetLandBanList energy @@ -13018,6 +13344,55 @@ tooltip Sets the time to zero.\nSets the internal timer to zero. + llReturnObjectsByID + + energy + 10.0 + sleep + 0.0 + return + integer + arguments + + lObjectIDs + + type + list + tooltip + + + + tooltip + Return objects using their UUIDs + + llReturnObjectsByOwner + + energy + 10.0 + sleep + 0.0 + return + integer + arguments + + kID + + type + key + tooltip + + + iScope + + type + integer + tooltip + + + + tooltip + Return objects based upon their owner and a scope of parcel, parcel owner, or region. + llRezAtRoot energy @@ -13760,6 +14135,34 @@ tooltip Sets an object's angular velocity, in local coordinates if local == TRUE (if the script is physical).\nApplies angular (rotational) velocity to a physical object. Has no effect on non-physical objects. + llSetAnimationOverride + + energy + 0 + sleep + 0 + return + void + arguments + + AnimationState + + type + string + tooltip + + + AnimationName + + type + string + tooltip + + + + tooltip + Sets the animation (in object inventory) that will play for the given animation state.\nTo use this function the script must obtain the PERMISSION_OVERRIDE_ANIMATIONS permission. + llSetBuoyancy energy -- cgit v1.2.3