Difference between revisions of "INVENTORY ALL"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
|examples | |examples | ||
|constants= | |constants= | ||
{{LSL DefineRow||[[INVENTORY_NONE]]|}} | {{LSL DefineRow||[[INVENTORY_NONE]]|Has the same value as [[INVENTORY_ALL]] but is relevant in different circumstances.}} | ||
{{LSL DefineRow||[[INVENTORY ANIMATION]]|}} | {{LSL DefineRow||[[INVENTORY ANIMATION]]|}} | ||
{{LSL DefineRow||[[INVENTORY BODYPART]]|}} | {{LSL DefineRow||[[INVENTORY BODYPART]]|}} |
Revision as of 11:24, 4 January 2012
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer INVENTORY_ALL = -1;The integer constant INVENTORY_ALL has the value -1
Used with Inventory functions and specifies ALL TYPES of inventory items will be retrieved by the function.
Caveats
Related Articles
Constants
• | INVENTORY_NONE | – | Has the same value as INVENTORY_ALL but is relevant in different circumstances. | |
• | INVENTORY ANIMATION | |||
• | INVENTORY BODYPART | |||
• | INVENTORY CLOTHING | |||
• | INVENTORY GESTURE | |||
• | INVENTORY LANDMARK | |||
• | INVENTORY NOTECARD | |||
• | INVENTORY OBJECT | |||
• | INVENTORY SCRIPT | |||
• | INVENTORY SOUND | |||
• | INVENTORY TEXTURE |
Functions
• | llGetInventoryType | |||
• | llGetInventoryNumber | |||
• | llGetInventoryName |