Difference between revisions of "INVENTORY ALL"

From Second Life Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value=-1
|value=-1
|desc
|desc=Used with {{LSLGC|Inventory|Inventory}} functions and specifies ALL TYPES of inventory items will be retrieved by the function.
|examples
|examples
|constants={{LSL DefineRow||[[INVENTORY_NONE]]|}}
|constants=
{{LSL DefineRow||[[INVENTORY_NONE]]|Has the same value as [[INVENTORY_ALL]] but is relevant in different circumstances.}}
{{LSL DefineRow||[[INVENTORY ANIMATION]]|}}
{{LSL DefineRow||[[INVENTORY BODYPART]]|}}
{{LSL DefineRow||[[INVENTORY CLOTHING]]|}}
{{LSL DefineRow||[[INVENTORY GESTURE]]|}}
{{LSL DefineRow||[[INVENTORY LANDMARK]]|}}
{{LSL DefineRow||[[INVENTORY NOTECARD]]|}}
{{LSL DefineRow||[[INVENTORY OBJECT]]|}}
{{LSL DefineRow||[[INVENTORY SCRIPT]]|}}
{{LSL DefineRow||[[INVENTORY SETTING]]|}}
{{LSL DefineRow||[[INVENTORY SOUND]]|}}
{{LSL DefineRow||[[INVENTORY TEXTURE]]|}}
|functions=
|functions=
{{LSL DefineRow||[[llGetInventoryType]]|}}
{{LSL DefineRow||[[llGetInventoryType]]|}}
Line 11: Line 23:
{{LSL DefineRow||[[llGetInventoryName]]|}}
{{LSL DefineRow||[[llGetInventoryName]]|}}
|events
|events
|also_tests=
{{LSL DefineRow||[[llGiveInventory_All_Test]]|}}
|cat1=Inventory
|cat1=Inventory
|cat2
|cat2

Latest revision as of 11:24, 1 February 2019

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.

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

Deep Notes

Search JIRA for related Issues

Tests

•  llGiveInventory_All_Test

Signature

integer INVENTORY_ALL = -1;