mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
35 lines
769 B
Markdown
35 lines
769 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Sleeve](./bitburner.sleeve.md) > [getSleeve](./bitburner.sleeve.getsleeve.md)
|
|
|
|
## Sleeve.getSleeve() method
|
|
|
|
Get information about a sleeve.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getSleeve(sleeveNumber: number): SleevePerson;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| sleeveNumber | number | Index of the sleeve to retrieve information. |
|
|
|
|
**Returns:**
|
|
|
|
[SleevePerson](./bitburner.sleeveperson.md)
|
|
|
|
Object containing information about this sleeve.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|
|
Return a person object for this sleeve
|
|
|
|
storedCycles is the amount of Bonus Time in cycles, each translates to 200ms
|
|
|