2021-10-30 12:34:14 -04:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Sleeve](./bitburner.sleeve.md) > [getSleeveStats](./bitburner.sleeve.getsleevestats.md)
|
|
|
|
|
|
|
|
## Sleeve.getSleeveStats() method
|
|
|
|
|
2021-11-03 00:27:21 -04:00
|
|
|
Get the stats of a sleeve.
|
2021-10-30 12:34:14 -04:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2021-10-30 15:46:34 -04:00
|
|
|
getSleeveStats(sleeveNumber: number): SleeveSkills;
|
2021-10-30 12:34:14 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| sleeveNumber | number | Index of the sleeve to get stats of. |
|
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
2021-10-30 15:46:34 -04:00
|
|
|
[SleeveSkills](./bitburner.sleeveskills.md)
|
2021-10-30 12:34:14 -04:00
|
|
|
|
|
|
|
Object containing the stats of the sleeve.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2021-10-30 15:46:34 -04:00
|
|
|
RAM cost: 4 GB
|
2021-10-30 12:34:14 -04:00
|
|
|
|
2021-11-03 00:27:21 -04:00
|
|
|
Return a structure containing the stats of the sleeve.
|
|
|
|
|