Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 909 Bytes

bitburner.officeapi.hireemployee.md

File metadata and controls

28 lines (17 loc) · 909 Bytes

Home > bitburner > OfficeAPI > hireEmployee

OfficeAPI.hireEmployee() method

Hire an employee.

Signature:

hireEmployee(divisionName: string, city: CityName | `${CityName}`, employeePosition?: CorpEmployeePosition): boolean;

Parameters

Parameter Type Description
divisionName string Name of the division
city CityName | `${CityName}` Name of the city
employeePosition CorpEmployeePosition (Optional) Position to place into. Defaults to "Unassigned".

Returns:

boolean

True if an employee was hired, false otherwise