bitburner-src/markdown/bitburner.officeapi.buycoffee.md

28 lines
639 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [OfficeAPI](./bitburner.officeapi.md) &gt; [buyCoffee](./bitburner.officeapi.buycoffee.md)
## OfficeAPI.buyCoffee() method
Buy coffee for your employees
<b>Signature:</b>
```typescript
buyCoffee(divisionName: string, cityName: string): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
<b>Returns:</b>
boolean
true if buying coffee was successful, false otherwise