mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
770 B
770 B
Home > bitburner > WarehouseAPI > exportMaterial
WarehouseAPI.exportMaterial() method
Signature:
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 |
Returns:
void