bitburner-src/markdown/bitburner.officeapi.buycoffee.md
Olivier Gagnon c915cd06d8 corp doc
2021-12-08 20:03:22 -05:00

658 B

Home > bitburner > OfficeAPI > buyCoffee

OfficeAPI.buyCoffee() method

Buy coffee for your employees

Signature:

buyCoffee(divisionName: string, cityName: string): Promise<void>;

Parameters

Parameter Type Description
divisionName string Name of the division
cityName string Name of the city

Returns:

Promise<void>

A promise that is fulfilled when the coffee is served.