# Cargo Unit In Transport

Grammar — Cargo unit in inUnit|Transport at slot inIndex
FlagsNative | Function

Returns the unit at the specified index in the specified unit’s cargo hold.

# Arguments

  • unit — Unit
  • int — Index

Returns — unit

native unit UnitCargo(unit inUnit, int inIndex);

Category: Unit / Cargo

# Examples

# mods/heromods/dva.stormmod

LibHDVA.galaxy

// L607
UnitCargo(lv_mech, 1)
// L1850
UnitCargo(lv_dVaMech, 1)