# Inventory Item Slot

Grammar — Inventory Slot of item
FlagsNative | Function

Returns the slot index for the specified inventory item.

# Arguments

  • unit — Item

Returns — int

native int UnitInventorySlot(unit inItem);

Category: Unit / Items

# Examples

# mods/warcoop/warclassicsystem.sc2mod

WarClassicSystem.galaxy

// L468
UnitInventorySlot(lv_item)