mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
728 B
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.