class CargoListSourceSource
CargoList › CargoBase › Managed
All members, including inherited
Methods 6
proto native int GetMaxWeight()Returns: maximum weight that the cargo can hold
Referenced by CargoContainer.GetMaxCargoCapacity()
sums weight of all items in cargo and adds weight of item if item != null
Returns: sum of weights plus weight of item (if !null)
Referenced by CargoContainer.GetCargoCapacity()
Returns: true if adding item does not exceed GetMaxWeight, false otherwise
Returns: true if adding item does not exceed GetMaxWeight, false otherwise
Returns: true if swapping item does not exceed GetMaxWeight, false otherwise
Referenced by CanSwapItemInCargo()
References CanFitSwappedItemInCargo()