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

27 lines
661 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; [setSmartSupply](./bitburner.warehouseapi.setsmartsupply.md)
## WarehouseAPI.setSmartSupply() method
Set smart supply
<b>Signature:</b>
```typescript
setSmartSupply(divisionName: string, cityName: string, enabled: boolean): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
| enabled | boolean | smart supply enabled |
<b>Returns:</b>
void