Skip to content

llGetInventoryName

Function Syntax
string llGetInventoryName(
  1. integer InventoryType, // Inventory item type
  2. integer Index // Index number of inventory item.
);

Returns the name of the inventory item of a given type, specified by index number.

Use the inventory constants INVENTORY_* to specify the type.