mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
791 B
791 B
Home > bitburner > WarehouseAPI > getProduct
WarehouseAPI.getProduct() method
Get product data
Signature:
getProduct(divisionName: string, cityName: CityName | `${CityName}`, productName: string): Product;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division |
cityName | CityName | `${CityName}` | Name of the city |
productName | string | Name of the product |
Returns:
product data