mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
28 lines
616 B
Markdown
28 lines
616 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [hasWarehouse](./bitburner.warehouseapi.haswarehouse.md)
|
|
|
|
## WarehouseAPI.hasWarehouse() method
|
|
|
|
Check if you have a warehouse in city
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
hasWarehouse(adivisionName: any, acityName: any): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| adivisionName | any | |
|
|
| acityName | any | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
boolean
|
|
|
|
true if warehouse is present, false if not
|
|
|