# Inventory Items Carried

Grammar — All items carried by unit
FlagsNative | Function

Returns a unit group containing all items carried by the specified unit.

# Arguments

  • unit — Unit

Returns — unitgroup

native unitgroup UnitInventoryGroup(unit inUnit);

Category: Unit / Items

# Examples

# mods/warcoop/warclassicsystem.sc2mod

WarClassicSystem.galaxy

// L459
UnitInventoryGroup(lv_caster)
// L1398
UnitInventoryGroup(lv_caster)
// L1682
UnitInventoryGroup(lv_unit)

# mods/warcoop/warclassicsystem.sc2mod

WarClassicTactical.galaxy

// L653
UnitInventoryGroup(lp_aIUnit)