mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
24 lines
558 B
Markdown
24 lines
558 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [OfficeAPI](./bitburner.officeapi.md) > [hireEmployee](./bitburner.officeapi.hireemployee.md)
|
||
|
|
||
|
## OfficeAPI.hireEmployee() method
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
hireEmployee(divisionName: string, cityName: string): Employee;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| divisionName | string | |
|
||
|
| cityName | string | |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[Employee](./bitburner.employee.md)
|
||
|
|