2021-12-09 00:19:30 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Office](./bitburner.office.md)
|
|
|
|
|
|
|
|
## Office interface
|
|
|
|
|
2021-12-09 02:03:22 +01:00
|
|
|
Office for a division in a city.
|
2021-12-09 00:19:30 +01:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface Office
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2021-12-09 02:03:22 +01:00
|
|
|
| [employeeProd](./bitburner.office.employeeprod.md) | [EmployeeJobs](./bitburner.employeejobs.md) | Positions of the employees |
|
|
|
|
| [employees](./bitburner.office.employees.md) | string\[\] | Name of all the employees |
|
|
|
|
| [loc](./bitburner.office.loc.md) | string | City of the office |
|
|
|
|
| [maxEne](./bitburner.office.maxene.md) | number | Maximum amount of energy of the employees |
|
|
|
|
| [maxHap](./bitburner.office.maxhap.md) | number | Maximum happiness of the employees |
|
|
|
|
| [maxMor](./bitburner.office.maxmor.md) | number | Maximum morale of the employees |
|
|
|
|
| [minEne](./bitburner.office.minene.md) | number | Minimum amount of energy of the employees |
|
|
|
|
| [minHap](./bitburner.office.minhap.md) | number | Minimum happiness of the employees |
|
|
|
|
| [size](./bitburner.office.size.md) | number | Maximum number of employee |
|
2021-12-09 00:19:30 +01:00
|
|
|
|