mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
25 lines
601 B
Markdown
25 lines
601 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [throwParty](./bitburner.officeapi.throwparty.md)
|
||
|
|
||
|
## OfficeAPI.throwParty() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
throwParty(divisionName: string, cityName: string, costPerEmployee: number): Promise<number>;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| divisionName | string | |
|
||
|
| cityName | string | |
|
||
|
| costPerEmployee | number | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
Promise<number>
|
||
|
|