Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 900 Bytes

bitburner.warehouseapi.getupgradewarehousecost.md

File metadata and controls

32 lines (19 loc) · 900 Bytes

Home > bitburner > WarehouseAPI > getUpgradeWarehouseCost

WarehouseAPI.getUpgradeWarehouseCost() method

Get the cost to upgrade a warehouse to the next level.

Signature:

getUpgradeWarehouseCost(divisionName: string, city: CityName | `${CityName}`, amt?: number): number;

Parameters

Parameter Type Description
divisionName string Name of the division
city CityName | `${CityName}` Name of the city
amt number (Optional) Amount of upgrades. Optional. Defaults to 1.

Returns:

number

Cost to upgrade

Remarks

RAM cost: 10 GB