mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
617 B
617 B
Home > bitburner > WarehouseAPI > buyMaterial
WarehouseAPI.buyMaterial() method
Signature:
buyMaterial(divisionName: string, cityName: string, materialName: string, amt: number): void;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | |
cityName | string | |
materialName | string | |
amt | number |
Returns:
void