bitburner-src/markdown/bitburner.warehouseapi.exportmaterial.md

35 lines
770 B
Markdown
Raw Normal View History

2021-12-09 00:19:30 +01:00
<!-- 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; [exportMaterial](./bitburner.warehouseapi.exportmaterial.md)
## WarehouseAPI.exportMaterial() method
<b>Signature:</b>
```typescript
exportMaterial(
sourceDivision: string,
sourceCity: string,
targetDivision: string,
targetCity: string,
materialName: string,
amt: number,
): void;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| sourceDivision | string | |
| sourceCity | string | |
| targetDivision | string | |
| targetCity | string | |
| materialName | string | |
| amt | number | |
<b>Returns:</b>
void