mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
938 B
938 B
Home > bitburner > WarehouseAPI > cancelExportMaterial
WarehouseAPI.cancelExportMaterial() method
Cancel material export.
Signature:
cancelExportMaterial(
sourceDivision: string,
sourceCity: CityName,
targetDivision: string,
targetCity: CityName,
materialName: string,
): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| sourceDivision | string | Source division |
| sourceCity | CityName | Source city |
| targetDivision | string | Target division |
| targetCity | CityName | Target city |
| materialName | string | Name of the material |
Returns:
void
Remarks
RAM cost: 20 GB