Skip to content

llGetInventoryNumber

Function Syntax
integer llGetInventoryNumber(
  1. integer InventoryType // Inventory item type
);

Returns the quantity of items of a given type (INVENTORY_* flag) in the prim’s inventory.

Use the inventory constants INVENTORY_* to specify the type.