bitburner-src/markdown/bitburner.officeapi.hireemployee.md
2022-12-29 20:28:53 -05:00

33 lines
919 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [OfficeAPI](./bitburner.officeapi.md) &gt; [hireEmployee](./bitburner.officeapi.hireemployee.md)
## OfficeAPI.hireEmployee() method
Hire an employee.
<b>Signature:</b>
```typescript
hireEmployee(
divisionName: string,
city: CityName | `${CityName}`,
employeePosition?: CorpEmployeePosition,
): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| city | [CityName](./bitburner.cityname.md) \| \`${[CityName](./bitburner.cityname.md)<!-- -->}\` | Name of the city |
| employeePosition | [CorpEmployeePosition](./bitburner.corpemployeeposition.md) | Position to place into. Defaults to "Unassigned". |
<b>Returns:</b>
boolean
True if an employee was hired, false otherwise