bitburner-src/markdown/bitburner.sleeve.getsleeveaugmentations.md

33 lines
767 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Sleeve](./bitburner.sleeve.md) &gt; [getSleeveAugmentations](./bitburner.sleeve.getsleeveaugmentations.md)
## Sleeve.getSleeveAugmentations() method
2021-11-03 05:27:21 +01:00
Get augmentations installed on a sleeve.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
2021-11-03 05:27:21 +01:00
getSleeveAugmentations(sleeveNumber: number): string[];
2021-10-30 18:34:14 +02:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| sleeveNumber | number | Index of the sleeve to retrieve augmentations from. |
<b>Returns:</b>
2021-11-03 05:27:21 +01:00
string\[\]
2021-10-30 18:34:14 +02:00
List of augmentation names that this sleeve has installed.
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 4 GB
2021-10-30 18:34:14 +02:00
2021-11-03 05:27:21 +01:00
Return a list of augmentation names that this sleeve has installed.