2021-12-09 00:19:30 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Warehouse](./bitburner.warehouse.md)
|
|
|
|
|
|
|
|
## Warehouse interface
|
|
|
|
|
2021-12-09 02:03:22 +01:00
|
|
|
Warehouse for a division in a city
|
2021-12-09 00:19:30 +01:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Warehouse
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2021-12-09 02:03:22 +01:00
|
|
|
| [level](./bitburner.warehouse.level.md) | number | Amount of size upgrade bought |
|
|
|
|
| [loc](./bitburner.warehouse.loc.md) | string | City in which the warehouse is located |
|
|
|
|
| [size](./bitburner.warehouse.size.md) | number | Total space in the warehouse |
|
|
|
|
| [sizeUsed](./bitburner.warehouse.sizeused.md) | number | Used space in the warehouse |
|
2022-01-13 19:48:54 +01:00
|
|
|
| [smartSupplyEnabled](./bitburner.warehouse.smartsupplyenabled.md) | boolean | Smart Supply status in the warehouse |
|
2021-12-09 00:19:30 +01:00
|
|
|
|