bitburner-src/markdown/bitburner.sleeveinformation.md
Olivier Gagnon f4ac7344c4 doc
2022-01-08 13:25:06 -05:00

32 lines
1.8 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [SleeveInformation](./bitburner.sleeveinformation.md)
## SleeveInformation interface
Object representing sleeve information.
<b>Signature:</b>
```typescript
export interface SleeveInformation
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [city](./bitburner.sleeveinformation.city.md) | string | Location of the sleeve |
| [earningsForPlayer](./bitburner.sleeveinformation.earningsforplayer.md) | [SleeveWorkGains](./bitburner.sleeveworkgains.md) | Earnings synchronized to the player |
| [earningsForSleeves](./bitburner.sleeveinformation.earningsforsleeves.md) | [SleeveWorkGains](./bitburner.sleeveworkgains.md) | Earnings synchronized to other sleeves |
| [earningsForTask](./bitburner.sleeveinformation.earningsfortask.md) | [SleeveWorkGains](./bitburner.sleeveworkgains.md) | Earnings for this sleeve |
| [hp](./bitburner.sleeveinformation.hp.md) | number | Current hp of the sleeve |
| [jobs](./bitburner.sleeveinformation.jobs.md) | string\[\] | Jobs available to the sleeve |
| [jobTitle](./bitburner.sleeveinformation.jobtitle.md) | string\[\] | Job titles available to the sleeve |
| [maxHp](./bitburner.sleeveinformation.maxhp.md) | number | Max hp of the sleeve |
| [mult](./bitburner.sleeveinformation.mult.md) | [CharacterMult](./bitburner.charactermult.md) | Sleeve multipliers |
| [timeWorked](./bitburner.sleeveinformation.timeworked.md) | number | Time spent on the current task in milliseconds |
| [tor](./bitburner.sleeveinformation.tor.md) | boolean | Does this sleeve have access to the tor router |
| [workRepGain](./bitburner.sleeveinformation.workrepgain.md) | number | Faction or company reputation gained for the current task |