mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
27 lines
773 B
Markdown
27 lines
773 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [upgradeWarehouse](./bitburner.warehouseapi.upgradewarehouse.md)
|
|
|
|
## WarehouseAPI.upgradeWarehouse() method
|
|
|
|
Upgrade warehouse
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
upgradeWarehouse(divisionName: string, city: CityName | `${CityName}`, amt?: number): void;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| divisionName | string | Name of the division |
|
|
| city | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)<!-- -->}\` | Name of the city |
|
|
| amt | number | _(Optional)_ amount of upgrades defaults to 1 |
|
|
|
|
**Returns:**
|
|
|
|
void
|
|
|