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

33 lines
761 B
Markdown
Raw Permalink Normal View History

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