bitburner-src/markdown/bitburner.officeapi.throwparty.md
2022-01-16 16:11:52 +00:00

732 B

Home > bitburner > OfficeAPI > throwParty

OfficeAPI.throwParty() method

Throw a party for your employees

Signature:

throwParty(divisionName: string, cityName: string, costPerEmployee: number): Promise<number>;

Parameters

Parameter Type Description
divisionName string Name of the division
cityName string Name of the city
costPerEmployee number Amount to spend per employee.

Returns:

Promise<number>

Amount of happiness increased.