2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [CharacterInfo ](./bitburner.characterinfo.md )
## CharacterInfo interface
2021-10-30 21:46:34 +02:00
2021-10-30 18:34:14 +02:00
< b > Signature:< / b >
```typescript
2021-11-03 23:16:10 +01:00
export interface CharacterInfo
2021-10-30 18:34:14 +02:00
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
2022-04-13 07:35:35 +02:00
| [agilityExp ](./bitburner.characterinfo.agilityexp.md ) | number | total agility exp |
2021-10-30 18:34:14 +02:00
| [bitnode ](./bitburner.characterinfo.bitnode.md ) | number | Current BitNode number |
2022-04-13 07:35:35 +02:00
| [charismaExp ](./bitburner.characterinfo.charismaexp.md ) | number | total charisma exp |
2021-11-03 05:27:21 +01:00
| [city ](./bitburner.characterinfo.city.md ) | string | Name of city you are currently in |
2022-04-13 07:35:35 +02:00
| [defenseExp ](./bitburner.characterinfo.defenseexp.md ) | number | total defense exp |
| [dexterityExp ](./bitburner.characterinfo.dexterityexp.md ) | number | total dexterity exp |
2021-11-03 05:27:21 +01:00
| [factions ](./bitburner.characterinfo.factions.md ) | string\[\] | Array of factions you are currently a member of |
2022-04-13 07:35:35 +02:00
| [hackingExp ](./bitburner.characterinfo.hackingexp.md ) | number | total hacking exp |
2021-10-30 18:34:14 +02:00
| [hp ](./bitburner.characterinfo.hp.md ) | number | Current health points |
2022-04-13 07:35:35 +02:00
| [jobs ](./bitburner.characterinfo.jobs.md ) | string\[\] | Array of all jobs |
| [jobTitles ](./bitburner.characterinfo.jobtitles.md ) | string\[\] | Array of job positions for all companies you are employed at. Same order as 'jobs' |
2021-10-30 18:34:14 +02:00
| [maxHp ](./bitburner.characterinfo.maxhp.md ) | number | Maximum health points |
| [mult ](./bitburner.characterinfo.mult.md ) | [CharacterMult ](./bitburner.charactermult.md ) | Object with many of the player's multipliers from Augmentations/Source Files |
2022-04-13 07:35:35 +02:00
| [strengthExp ](./bitburner.characterinfo.strengthexp.md ) | number | total strength exp |
2021-10-30 18:34:14 +02:00
| [timeWorked ](./bitburner.characterinfo.timeworked.md ) | number | Timed worked in ms |
| [tor ](./bitburner.characterinfo.tor.md ) | boolean | Boolean indicating whether or not you have a tor router |
| [workAgiExpGain ](./bitburner.characterinfo.workagiexpgain.md ) | number | Agi experience earned so far from work |
| [workChaExpGain ](./bitburner.characterinfo.workchaexpgain.md ) | number | Cha experience earned so far from work |
| [workDefExpGain ](./bitburner.characterinfo.workdefexpgain.md ) | number | Def experience earned so far from work |
| [workDexExpGain ](./bitburner.characterinfo.workdexexpgain.md ) | number | Dex experience earned so far from work |
| [workHackExpGain ](./bitburner.characterinfo.workhackexpgain.md ) | number | Hacking experience earned so far from work |
| [workMoneyGain ](./bitburner.characterinfo.workmoneygain.md ) | number | Money earned so far from work, if applicable |
| [workRepGain ](./bitburner.characterinfo.workrepgain.md ) | number | Reputation earned so far from work, if applicable |
| [workStrExpGain ](./bitburner.characterinfo.workstrexpgain.md ) | number | Str experience earned so far from work |