mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
713 B
713 B
Home > bitburner > WarehouseAPI > purchaseWarehouse
WarehouseAPI.purchaseWarehouse() method
Purchase warehouse for a new city
Signature:
purchaseWarehouse(divisionName: string, city: CityName | `${CityName}`): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | Name of the division |
| city | CityName | `${CityName}` | Name of the city |
Returns:
void