mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
900 B
900 B
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