mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
1.0 KiB
1.0 KiB
Home > bitburner > WarehouseAPI > cancelExportMaterial
WarehouseAPI.cancelExportMaterial() method
Cancel material export
Signature:
cancelExportMaterial(
sourceDivision: string,
sourceCity: CityName | `${CityName}`,
targetDivision: string,
targetCity: CityName | `${CityName}`,
materialName: 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 |
Returns:
void