mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
870 B
870 B
Home > bitburner > WarehouseAPI > getUpgradeWarehouseCost
WarehouseAPI.getUpgradeWarehouseCost() method
Gets 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