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) > [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
|
2021-11-03 23:16:10 +01:00
|
|
|
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 |
|
2022-08-17 14:50:05 +02:00
|
|
|
| [hp](./bitburner.sleeveinformation.hp.md) | [HP](./bitburner.hp.md) | hp of the sleeve |
|
2022-01-08 19:25:06 +01:00
|
|
|
| [jobs](./bitburner.sleeveinformation.jobs.md) | string\[\] | Jobs available to the sleeve |
|
|
|
|
| [jobTitle](./bitburner.sleeveinformation.jobtitle.md) | string\[\] | Job titles available to the sleeve |
|
|
|
|
| [mult](./bitburner.sleeveinformation.mult.md) | [CharacterMult](./bitburner.charactermult.md) | Sleeve multipliers |
|
|
|
|
| [tor](./bitburner.sleeveinformation.tor.md) | boolean | Does this sleeve have access to the tor router |
|
2021-10-30 18:34:14 +02:00
|
|
|
|