Difference between revisions of "INVENTORY ALL"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
{{LSL DefineRow||[[INVENTORY GESTURE]]|}}
{{LSL DefineRow||[[INVENTORY GESTURE]]|}}
{{LSL DefineRow||[[INVENTORY LANDMARK]]|}}
{{LSL DefineRow||[[INVENTORY LANDMARK]]|}}
{{LSL DefineRow||[[INVENTORY NONE]]|}}
{{LSL DefineRow||[[INVENTORY NOTECARD]]|}}
{{LSL DefineRow||[[INVENTORY NOTECARD]]|}}
{{LSL DefineRow||[[INVENTORY OBJECT]]|}}
{{LSL DefineRow||[[INVENTORY OBJECT]]|}}

Revision as of 09:00, 2 January 2012

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.

Deep Notes

Search JIRA for related Issues

Tests

•  llGiveInventory_All_Test

Signature

integer INVENTORY_ALL = -1;