# Inventory Item Container

Grammar — Inventory Container of item
FlagsNative | Function

Returns the container index that the specified inventory item is stored in.

# Arguments

  • unit — Item

Returns — int

native int UnitInventoryContainer(unit inUnit);

Category: Unit / Items

# Examples

# mods/warcoop/warclassicsystem.sc2mod

WarClassicSystem.galaxy

// L470
UnitInventoryContainer(lv_item)