2022-10-21 11:16:00 -04:00
|
|
|
<!-- 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
|
|
|
|
|
2024-08-16 16:02:23 +07:00
|
|
|
Check if you have a warehouse in city.
|
2022-10-21 11:16:00 -04:00
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
**Signature:**
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
```typescript
|
2022-12-29 20:28:53 -05:00
|
|
|
hasWarehouse(divisionName: string, city: CityName | `${CityName}`): boolean;
|
2022-10-21 11:16:00 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2022-12-29 20:28:53 -05:00
|
|
|
| divisionName | string | |
|
|
|
|
| city | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)<!-- -->}\` | |
|
2022-10-21 11:16:00 -04:00
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
**Returns:**
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
boolean
|
|
|
|
|
2024-08-16 16:02:23 +07:00
|
|
|
true if warehouse is present, false if not.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 10 GB
|
2022-10-21 11:16:00 -04:00
|
|
|
|