mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-06 13:27:33 +01:00
718 B
718 B
Home > bitburner > WarehouseAPI > sellProduct
WarehouseAPI.sellProduct() method
Signature:
sellProduct(
divisionName: string,
cityName: string,
productName: string,
amt: number,
price: number,
all: boolean,
): void;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | |
cityName | string | |
productName | string | |
amt | number | |
price | number | |
all | boolean |
Returns:
void