mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
65cd14e33b
* Add specific types for sleeve tasks * Moved LocationName enum to overall enums file * Add LocationName enum to those provided to player * remove trailing s on CompanyPosNames enum (now CompanyPosName, in line with LocationName) * Also regenerated all ns documentation. This leads to an expected error when checking for generated files, because PRs should not normally touch markdown files. Also leads to a lint failure in generated file bitburner.d.ts * also removed some exporting from NetscriptDefinitions.d.ts for anything that wasn't imported somewhere else.
57 lines
2.6 KiB
Markdown
57 lines
2.6 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CompanyPosName](./bitburner.companyposname.md)
|
|
|
|
## CompanyPosName enum
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
declare enum CompanyPosName
|
|
```
|
|
|
|
## Enumeration Members
|
|
|
|
| Member | Value | Description |
|
|
| --- | --- | --- |
|
|
| agent0 | <code>"Field Agent"</code> | |
|
|
| agent1 | <code>"Secret Agent"</code> | |
|
|
| agent2 | <code>"Special Operative"</code> | |
|
|
| bus0 | <code>"Business Intern"</code> | |
|
|
| bus1 | <code>"Business Analyst"</code> | |
|
|
| bus2 | <code>"Business Manager"</code> | |
|
|
| bus3 | <code>"Operations Manager"</code> | |
|
|
| bus4 | <code>"Chief Financial Officer"</code> | |
|
|
| bus5 | <code>"Chief Executive Officer"</code> | |
|
|
| busCons0 | <code>"Business Consultant"</code> | |
|
|
| busCons1 | <code>"Senior Business Consultant"</code> | |
|
|
| employee | <code>"Employee"</code> | |
|
|
| employeePT | <code>"Part-time Employee"</code> | |
|
|
| IT0 | <code>"IT Intern"</code> | |
|
|
| IT1 | <code>"IT Analyst"</code> | |
|
|
| IT2 | <code>"IT Manager"</code> | |
|
|
| IT3 | <code>"Systems Administrator"</code> | |
|
|
| netEng0 | <code>"Network Engineer"</code> | |
|
|
| netEng1 | <code>"Network Administrator"</code> | |
|
|
| sec0 | <code>"Police Officer"</code> | |
|
|
| sec1 | <code>"Police Chief"</code> | |
|
|
| sec2 | <code>"Security Guard"</code> | |
|
|
| sec3 | <code>"Security Officer"</code> | |
|
|
| sec4 | <code>"Security Supervisor"</code> | |
|
|
| sec5 | <code>"Head of Security"</code> | |
|
|
| secEng | <code>"Security Engineer"</code> | |
|
|
| softCons0 | <code>"Software Consultant"</code> | |
|
|
| softCons1 | <code>"Senior Software Consultant"</code> | |
|
|
| sw0 | <code>"Software Engineering Intern"</code> | |
|
|
| sw1 | <code>"Junior Software Engineer"</code> | |
|
|
| sw2 | <code>"Senior Software Engineer"</code> | |
|
|
| sw3 | <code>"Lead Software Developer"</code> | |
|
|
| sw4 | <code>"Head of Software"</code> | |
|
|
| sw5 | <code>"Head of Engineering"</code> | |
|
|
| sw6 | <code>"Vice President of Technology"</code> | |
|
|
| sw7 | <code>"Chief Technology Officer"</code> | |
|
|
| waiter | <code>"Waiter"</code> | |
|
|
| waiterPT | <code>"Part-time Waiter"</code> | |
|
|
|