bitburner-src/markdown/bitburner.warehouseapi.haswarehouse.md
Olivier Gagnon 3217f53717 doc
2022-08-17 08:50:05 -04:00

28 lines
628 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; [hasWarehouse](./bitburner.warehouseapi.haswarehouse.md)
## WarehouseAPI.hasWarehouse() method
Check if you have a warehouse in city
<b>Signature:</b>
```typescript
hasWarehouse(adivisionName: string, acityName: string): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| adivisionName | string | |
| acityName | string | |
<b>Returns:</b>
boolean
true if warehouse is present, false if not