mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
659 B
659 B
Home > bitburner > WarehouseAPI > sellMaterial
WarehouseAPI.sellMaterial() method
Signature:
sellMaterial(divisionName: string, cityName: string, materialName: string, amt: number, price: number): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| divisionName | string | |
| cityName | string | |
| materialName | string | |
| amt | number | |
| price | number |
Returns:
void