mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01: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