# Remove Inventory Item

Grammar — Remove inventory item item
FlagsNative | Action

Removes an item from inventory

# Arguments

  • unit — Item

Returns — void

native void UnitInventoryRemove(unit inItem);

Category: Unit / Items

# Examples

# mods/warcoop/warclassicsystem.sc2mod

WarClassicSystem.galaxy

// L1406
UnitInventoryRemove(lv_itItem)