2022-11-20 18:07:22 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2022-11-24 14:19:51 +01:00
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Sleeve](./bitburner.sleeve.md) > [getSleeve](./bitburner.sleeve.getsleeve.md)
|
2022-11-20 18:07:22 +01:00
|
|
|
|
2022-11-24 14:19:51 +01:00
|
|
|
## Sleeve.getSleeve() method
|
2022-11-20 18:07:22 +01:00
|
|
|
|
|
|
|
Get information about a sleeve.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-11-20 18:07:22 +01:00
|
|
|
|
|
|
|
```typescript
|
2022-11-24 14:19:51 +01:00
|
|
|
getSleeve(sleeveNumber: number): SleevePerson;
|
2022-11-20 18:07:22 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| sleeveNumber | number | Index of the sleeve to retrieve information. |
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-11-20 18:07:22 +01:00
|
|
|
|
2022-11-24 14:19:51 +01:00
|
|
|
[SleevePerson](./bitburner.sleeveperson.md)
|
2022-11-20 18:07:22 +01:00
|
|
|
|
|
|
|
Object containing information about this sleeve.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 4 GB
|
|
|
|
|
|
|
|
Return a person object for this sleeve
|
|
|
|
|
2023-01-02 19:18:02 +01:00
|
|
|
storedCycles is the amount of Bonus Time in cycles, each translates to 200ms
|
|
|
|
|