bitburner-src/markdown/bitburner.characterinfo.jobtitles.md

14 lines
422 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2022-04-13 07:35:35 +02:00
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [CharacterInfo](./bitburner.characterinfo.md) &gt; [jobTitles](./bitburner.characterinfo.jobtitles.md)
2021-10-30 18:34:14 +02:00
2022-04-13 07:35:35 +02:00
## CharacterInfo.jobTitles property
2021-10-30 18:34:14 +02:00
Array of job positions for all companies you are employed at. Same order as 'jobs'
<b>Signature:</b>
```typescript
2022-04-13 07:35:35 +02:00
jobTitles: string[];
2021-10-30 18:34:14 +02:00
```