Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 683 Bytes

bitburner.officeapi.hireemployee.md

File metadata and controls

27 lines (16 loc) · 683 Bytes

Home > bitburner > OfficeAPI > hireEmployee

OfficeAPI.hireEmployee() method

Assign an employee to a job.

Signature:

hireEmployee(divisionName: string, cityName: string): Employee | undefined;

Parameters

Parameter Type Description
divisionName string Name of the division
cityName string Name of the city

Returns:

Employee | undefined

The newly hired employee, if any