mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
fb1f95c26e
See PR #271 description
732 B
732 B
Home > bitburner > OfficeAPI > buyCoffee
OfficeAPI.buyCoffee() method
Buy coffee for your employees
Signature:
buyCoffee(divisionName: string, city: CityName | `${CityName}`): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
divisionName | string | Name of the division |
city | CityName | `${CityName}` | Name of the city |
Returns:
boolean
true if buying coffee was successful, false otherwise