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

14 lines
422 B
Markdown
Raw Normal View History

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