bitburner-src/markdown/bitburner.warehouseapi.purchasewarehouse.md
Olivier Gagnon c915cd06d8 corp doc
2021-12-08 20:03:22 -05:00

26 lines
626 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [WarehouseAPI](./bitburner.warehouseapi.md) &gt; [purchaseWarehouse](./bitburner.warehouseapi.purchasewarehouse.md)
## WarehouseAPI.purchaseWarehouse() method
Purchase warehouse for a new city
<b>Signature:</b>
```typescript
purchaseWarehouse(divisionName: string, cityName: string): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
<b>Returns:</b>
void