Fixing incorrect type initial for transaction_result argument.
This commit is contained in:
parent
b42e4eb80b
commit
a9981f1118
1 changed files with 25 additions and 2 deletions
|
@ -3450,7 +3450,7 @@
|
||||||
via the llDetected() library functions.
|
via the llDetected() library functions.
|
||||||
</Word>
|
</Word>
|
||||||
|
|
||||||
<Word name="transaction_result" args="key kID, integer iSuccess, string iText">
|
<Word name="transaction_result" args="key kID, integer iSuccess, string sText">
|
||||||
transaction_result(key RequestID, integer Success, string Text)
|
transaction_result(key RequestID, integer Success, string Text)
|
||||||
|
|
||||||
Triggered by llTransferMoney() function.
|
Triggered by llTransferMoney() function.
|
||||||
|
@ -3476,6 +3476,7 @@
|
||||||
An integer constant for boolean comparisons. Has the value '0'.
|
An integer constant for boolean comparisons. Has the value '0'.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.2. Status Constants">
|
<WordsSubsection name="C.2. Status Constants">
|
||||||
The status constants are used in the llSetStatus and llGetStatus
|
The status constants are used in the llSetStatus and llGetStatus
|
||||||
library calls. These constants can be bitwise ORed
|
library calls. These constants can be bitwise ORed
|
||||||
|
@ -3540,6 +3541,7 @@
|
||||||
<Word name="STATUS_TYPE_MISMATCH" value="1001">Argument(s) passed to function had a type mismatch.</Word>
|
<Word name="STATUS_TYPE_MISMATCH" value="1001">Argument(s) passed to function had a type mismatch.</Word>
|
||||||
<Word name="STATUS_WHITELIST_FAILED" value="2001">Whitelist Failed.</Word>
|
<Word name="STATUS_WHITELIST_FAILED" value="2001">Whitelist Failed.</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.3. Object Type Constants">
|
<WordsSubsection name="C.3. Object Type Constants">
|
||||||
These constants can be combined using the binary | operator
|
These constants can be combined using the binary | operator
|
||||||
and are used in the llSensor and related calls.
|
and are used in the llSensor and related calls.
|
||||||
|
@ -3558,6 +3560,7 @@
|
||||||
Scripted in-world objects.
|
Scripted in-world objects.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.4. Permission Constants">
|
<WordsSubsection name="C.4. Permission Constants">
|
||||||
The permission constants are used for passing values
|
The permission constants are used for passing values
|
||||||
to llRequestPermissions, determing the value of
|
to llRequestPermissions, determing the value of
|
||||||
|
@ -3605,6 +3608,7 @@
|
||||||
object.
|
object.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.5. Inventory Constants">
|
<WordsSubsection name="C.5. Inventory Constants">
|
||||||
These constants can be used to refer to a specific inventory
|
These constants can be used to refer to a specific inventory
|
||||||
type in calls to llGetInventoryNumber
|
type in calls to llGetInventoryNumber
|
||||||
|
@ -3623,6 +3627,7 @@
|
||||||
<Word name="INVENTORY_SOUND" value=""></Word>
|
<Word name="INVENTORY_SOUND" value=""></Word>
|
||||||
<Word name="INVENTORY_TEXTURE" value=""></Word>
|
<Word name="INVENTORY_TEXTURE" value=""></Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.6. Attachment Constants">
|
<WordsSubsection name="C.6. Attachment Constants">
|
||||||
These constants are used to refer to attachment points
|
These constants are used to refer to attachment points
|
||||||
in calls to llAttachToAvatar.
|
in calls to llAttachToAvatar.
|
||||||
|
@ -3730,6 +3735,7 @@
|
||||||
<Word name="ATTACH_HUD_TOP_LEFT"></Word>
|
<Word name="ATTACH_HUD_TOP_LEFT"></Word>
|
||||||
<Word name="ATTACH_HUD_TOP_RIGHT"></Word>
|
<Word name="ATTACH_HUD_TOP_RIGHT"></Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.7. Land Constants">
|
<WordsSubsection name="C.7. Land Constants">
|
||||||
These constants are only used in calls to llModifyLand.
|
These constants are only used in calls to llModifyLand.
|
||||||
The constants are equivalent to the similarly labelled
|
The constants are equivalent to the similarly labelled
|
||||||
|
@ -3757,6 +3763,7 @@
|
||||||
</Word>
|
</Word>
|
||||||
<Word name="LAND_SMOOTH" />
|
<Word name="LAND_SMOOTH" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.8. Link Constants">
|
<WordsSubsection name="C.8. Link Constants">
|
||||||
These constants are used in calls to llSetLinkColor and
|
These constants are used in calls to llSetLinkColor and
|
||||||
llMessageLinked.
|
llMessageLinked.
|
||||||
|
@ -3777,6 +3784,7 @@
|
||||||
</Word>
|
</Word>
|
||||||
<Word name="LINK_THIS" />
|
<Word name="LINK_THIS" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.9. Control Constants">
|
<WordsSubsection name="C.9. Control Constants">
|
||||||
These constants are used in llTakeControls as well
|
These constants are used in llTakeControls as well
|
||||||
as the control event handler.
|
as the control event handler.
|
||||||
|
@ -3812,6 +3820,7 @@
|
||||||
Test for the avatar left button control while in mouse look.
|
Test for the avatar left button control while in mouse look.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.10. Change Constants">
|
<WordsSubsection name="C.10. Change Constants">
|
||||||
These constants are used in the changed event handler.
|
These constants are used in the changed event handler.
|
||||||
Change Constants
|
Change Constants
|
||||||
|
@ -3843,6 +3852,7 @@
|
||||||
texture has changed.
|
texture has changed.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.11. Type Constants">
|
<WordsSubsection name="C.11. Type Constants">
|
||||||
These constants are used to determine the variable type
|
These constants are used to determine the variable type
|
||||||
stored in a heterogenous list. The value returned from
|
stored in a heterogenous list. The value returned from
|
||||||
|
@ -3871,6 +3881,7 @@
|
||||||
The list entry is invalid.
|
The list entry is invalid.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.12. Agent Info Constants">
|
<WordsSubsection name="C.12. Agent Info Constants">
|
||||||
Each of these constants represents a bit in the integer
|
Each of these constants represents a bit in the integer
|
||||||
returned from the llGetAgentInfo function and can be used
|
returned from the llGetAgentInfo function and can be used
|
||||||
|
@ -3897,6 +3908,7 @@
|
||||||
<Word name="AGENT_TYPING" value="" />
|
<Word name="AGENT_TYPING" value="" />
|
||||||
<Word name="AGENT_WALKING" value="" />
|
<Word name="AGENT_WALKING" value="" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.13. Texture Animation Constants">
|
<WordsSubsection name="C.13. Texture Animation Constants">
|
||||||
These constants are used in the llSetTextureAnim api to
|
These constants are used in the llSetTextureAnim api to
|
||||||
control the animation mode.
|
control the animation mode.
|
||||||
|
@ -3923,6 +3935,7 @@
|
||||||
slide in the X direction, instead of playing separate frames.
|
slide in the X direction, instead of playing separate frames.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.14. Particle System Constants">
|
<WordsSubsection name="C.14. Particle System Constants">
|
||||||
These constants are used in calls to the llParticleSystem
|
These constants are used in calls to the llParticleSystem
|
||||||
api to specify parameters.
|
api to specify parameters.
|
||||||
|
@ -4078,6 +4091,7 @@
|
||||||
an asset name for the texture to use for the particles.
|
an asset name for the texture to use for the particles.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.15. Agent Data Constants">
|
<WordsSubsection name="C.15. Agent Data Constants">
|
||||||
These constants are used in calls to the
|
These constants are used in calls to the
|
||||||
llRequestAgentData api to collect information about
|
llRequestAgentData api to collect information about
|
||||||
|
@ -4109,6 +4123,7 @@
|
||||||
<Word name="DATA_SIM_RATING" />
|
<Word name="DATA_SIM_RATING" />
|
||||||
<Word name="DATA_SIM_STATUS" />
|
<Word name="DATA_SIM_STATUS" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.16. Float Constants">
|
<WordsSubsection name="C.16. Float Constants">
|
||||||
LSL provides a small collection of floating point
|
LSL provides a small collection of floating point
|
||||||
constants for use in float arithmetic.
|
constants for use in float arithmetic.
|
||||||
|
@ -4140,6 +4155,7 @@
|
||||||
6.28318530 - The radians of a circle.
|
6.28318530 - The radians of a circle.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.17. Key Constant">
|
<WordsSubsection name="C.17. Key Constant">
|
||||||
There is only one key constant which acts as an invalid key: NULL_KEY.
|
There is only one key constant which acts as an invalid key: NULL_KEY.
|
||||||
<Word name="TEXTURE_BLANK"></Word>
|
<Word name="TEXTURE_BLANK"></Word>
|
||||||
|
@ -4150,27 +4166,32 @@
|
||||||
|
|
||||||
<Word name="NULL_KEY" />
|
<Word name="NULL_KEY" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.18. Miscellaneous Integer Constants">
|
<WordsSubsection name="C.18. Miscellaneous Integer Constants">
|
||||||
There is one uncategorized integer constant
|
There is one uncategorized integer constant
|
||||||
which is used in some of the texturing and coloring api: ALL_SIDES
|
which is used in some of the texturing and coloring api: ALL_SIDES
|
||||||
<Word name="ALL_SIDES" />
|
<Word name="ALL_SIDES" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.19. Miscellaneous String Constants">
|
<WordsSubsection name="C.19. Miscellaneous String Constants">
|
||||||
There is one uncategorized string constant
|
There is one uncategorized string constant
|
||||||
which is used in the dataserver event: EOF
|
which is used in the dataserver event: EOF
|
||||||
<Word name="EOF" />
|
<Word name="EOF" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
<WordsSubsection name="C.20. Vector Constant">
|
|
||||||
|
<WordsSubsection name="C.20. Vector Constants">
|
||||||
There is only one vector constant which
|
There is only one vector constant which
|
||||||
acts as a zero vector: ZERO_VECTOR = <0,0,0>.
|
acts as a zero vector: ZERO_VECTOR = <0,0,0>.
|
||||||
<Word name="TOUCH_INVALID_TEXCOORD" type="vector" value="<-1.0, -1.0, 0.0>"></Word>
|
<Word name="TOUCH_INVALID_TEXCOORD" type="vector" value="<-1.0, -1.0, 0.0>"></Word>
|
||||||
<Word name="ZERO_VECTOR" />
|
<Word name="ZERO_VECTOR" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.21. Rotation Constant">
|
<WordsSubsection name="C.21. Rotation Constant">
|
||||||
There is only one rotation constant
|
There is only one rotation constant
|
||||||
which acts as a zero rotation: ZERO_ROTATION = <0,0,0,1>.
|
which acts as a zero rotation: ZERO_ROTATION = <0,0,0,1>.
|
||||||
<Word name="ZERO_ROTATION" />
|
<Word name="ZERO_ROTATION" />
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.22. Vehicle Parameters">
|
<WordsSubsection name="C.22. Vehicle Parameters">
|
||||||
Parameters
|
Parameters
|
||||||
<Word name="VEHICLE_HOVER_EFFICIENCY" />
|
<Word name="VEHICLE_HOVER_EFFICIENCY" />
|
||||||
|
@ -4276,6 +4297,7 @@
|
||||||
local frame (x, y, z).
|
local frame (x, y, z).
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.23. Vehicle Flags">
|
<WordsSubsection name="C.23. Vehicle Flags">
|
||||||
Flags
|
Flags
|
||||||
<Word name="VEHICLE_FLAG_CAMERA_DECOUPLED" />
|
<Word name="VEHICLE_FLAG_CAMERA_DECOUPLED" />
|
||||||
|
@ -4313,6 +4335,7 @@
|
||||||
Prevents ground vehicles from motoring into the sky.
|
Prevents ground vehicles from motoring into the sky.
|
||||||
</Word>
|
</Word>
|
||||||
</WordsSubsection>
|
</WordsSubsection>
|
||||||
|
|
||||||
<WordsSubsection name="C.24. Vehicle Types">
|
<WordsSubsection name="C.24. Vehicle Types">
|
||||||
Types
|
Types
|
||||||
<Word name="VEHICLE_TYPE_AIRPLANE">
|
<Word name="VEHICLE_TYPE_AIRPLANE">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue