mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-01 05:17:04 +02: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