mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 01:03:54 +01:00
35 lines
770 B
Markdown
35 lines
770 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [WarehouseAPI](./bitburner.warehouseapi.md) > [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
|
||
|
|