bitburner-src/markdown/bitburner.sleeveinformation.md

32 lines
1.8 KiB
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. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [SleeveInformation](./bitburner.sleeveinformation.md)
## SleeveInformation interface
2021-10-30 21:46:34 +02:00
Object representing sleeve information.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
export interface SleeveInformation
2021-10-30 18:34:14 +02:00
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
2022-01-08 19:25:06 +01:00
| [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 |
2021-10-30 18:34:14 +02:00