bitburner.warehouseapi.exportmaterial.md
September 26, 2025 ยท View on GitHub
Home > bitburner > WarehouseAPI > exportMaterial
WarehouseAPI.exportMaterial() method
Set material export data.
Signature:
exportMaterial(
sourceDivision: string,
sourceCity: CityName,
targetDivision: string,
targetCity: CityName,
materialName: CorpMaterialName,
amt: number | string,
): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
sourceDivision |
string |
Source division |
|
sourceCity |
Source city | |
|
targetDivision |
string |
Target division |
|
targetCity |
Target city | |
|
materialName |
Name of the material | |
|
amt |
number | string |
Amount of material to export. |
Returns:
void
Remarks
RAM cost: 20 GB