Difference between revisions of "INVENTORY ALL"
Jump to navigation
Jump to search
Rider Linden (talk | contribs) |
|||
(One intermediate revision by one other user not shown) | |||
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]]|}} | ||
Line 15: | Line 15: | ||
{{LSL DefineRow||[[INVENTORY OBJECT]]|}} | {{LSL DefineRow||[[INVENTORY OBJECT]]|}} | ||
{{LSL DefineRow||[[INVENTORY SCRIPT]]|}} | {{LSL DefineRow||[[INVENTORY SCRIPT]]|}} | ||
{{LSL DefineRow||[[INVENTORY SETTING]]|}} | |||
{{LSL DefineRow||[[INVENTORY SOUND]]|}} | {{LSL DefineRow||[[INVENTORY SOUND]]|}} | ||
{{LSL DefineRow||[[INVENTORY TEXTURE]]|}} | {{LSL DefineRow||[[INVENTORY TEXTURE]]|}} |
Latest revision as of 11:24, 1 February 2019
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 SETTING | |||
• | INVENTORY SOUND | |||
• | INVENTORY TEXTURE |
Functions
• | llGetInventoryType | |||
• | llGetInventoryNumber | |||
• | llGetInventoryName |