From a9981f1118604938679880678f4bcb2bcea090c0 Mon Sep 17 00:00:00 2001 From: niel-archer Date: Fri, 16 Dec 2011 21:45:57 +0000 Subject: [PATCH] Fixing incorrect type initial for transaction_result argument. --- trunk/Resource/ConfLSL.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/trunk/Resource/ConfLSL.xml b/trunk/Resource/ConfLSL.xml index f8a97c7..3119dfd 100644 --- a/trunk/Resource/ConfLSL.xml +++ b/trunk/Resource/ConfLSL.xml @@ -3450,7 +3450,7 @@ via the llDetected() library functions. - + transaction_result(key RequestID, integer Success, string Text) Triggered by llTransferMoney() function. @@ -3476,6 +3476,7 @@ An integer constant for boolean comparisons. Has the value '0'. + The status constants are used in the llSetStatus and llGetStatus library calls. These constants can be bitwise ORed @@ -3540,6 +3541,7 @@ Argument(s) passed to function had a type mismatch. Whitelist Failed. + These constants can be combined using the binary | operator and are used in the llSensor and related calls. @@ -3558,6 +3560,7 @@ Scripted in-world objects. + The permission constants are used for passing values to llRequestPermissions, determing the value of @@ -3605,6 +3608,7 @@ object. + These constants can be used to refer to a specific inventory type in calls to llGetInventoryNumber @@ -3623,6 +3627,7 @@ + These constants are used to refer to attachment points in calls to llAttachToAvatar. @@ -3730,6 +3735,7 @@ + These constants are only used in calls to llModifyLand. The constants are equivalent to the similarly labelled @@ -3757,6 +3763,7 @@ + These constants are used in calls to llSetLinkColor and llMessageLinked. @@ -3777,6 +3784,7 @@ + These constants are used in llTakeControls as well as the control event handler. @@ -3812,6 +3820,7 @@ Test for the avatar left button control while in mouse look. + These constants are used in the changed event handler. Change Constants @@ -3843,6 +3852,7 @@ texture has changed. + These constants are used to determine the variable type stored in a heterogenous list. The value returned from @@ -3871,6 +3881,7 @@ The list entry is invalid. + Each of these constants represents a bit in the integer returned from the llGetAgentInfo function and can be used @@ -3897,6 +3908,7 @@ + These constants are used in the llSetTextureAnim api to control the animation mode. @@ -3923,6 +3935,7 @@ slide in the X direction, instead of playing separate frames. + These constants are used in calls to the llParticleSystem api to specify parameters. @@ -4078,6 +4091,7 @@ an asset name for the texture to use for the particles. + These constants are used in calls to the llRequestAgentData api to collect information about @@ -4109,6 +4123,7 @@ + LSL provides a small collection of floating point constants for use in float arithmetic. @@ -4140,6 +4155,7 @@ 6.28318530 - The radians of a circle. + There is only one key constant which acts as an invalid key: NULL_KEY. @@ -4150,27 +4166,32 @@ + There is one uncategorized integer constant which is used in some of the texturing and coloring api: ALL_SIDES + There is one uncategorized string constant which is used in the dataserver event: EOF - + + There is only one vector constant which acts as a zero vector: ZERO_VECTOR = <0,0,0>. + There is only one rotation constant which acts as a zero rotation: ZERO_ROTATION = <0,0,0,1>. + Parameters @@ -4276,6 +4297,7 @@ local frame (x, y, z). + Flags @@ -4313,6 +4335,7 @@ Prevents ground vehicles from motoring into the sky. + Types