mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
1.1 KiB
1.1 KiB
Home > bitburner > WarehouseAPI > exportMaterial
WarehouseAPI.exportMaterial() method
Set material export data.
Signature:
exportMaterial(
sourceDivision: string,
sourceCity: CityName | `${CityName}`,
targetDivision: string,
targetCity: CityName | `${CityName}`,
materialName: string,
amt: number | string,
): void;
Parameters
Parameter | Type | Description |
---|---|---|
sourceDivision | string | Source division |
sourceCity | CityName | `${CityName}` | Source city |
targetDivision | string | Target division |
targetCity | CityName | `${CityName}` | Target city |
materialName | string | Name of the material |
amt | number | string | Amount of material to export. |
Returns:
void
Remarks
RAM cost: 20 GB