mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
32 lines
1.8 KiB
Markdown
32 lines
1.8 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [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 |
|
|
|