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

728 B

Home > bitburner > OfficeAPI > throwParty

OfficeAPI.throwParty() method

Assign an employee to a job.

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.