Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 728 Bytes

bitburner.officeapi.throwparty.md

File metadata and controls

28 lines (17 loc) · 728 Bytes

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.