mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
761 B
Markdown
33 lines
761 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Sleeve](./bitburner.sleeve.md) > [getSleeveAugmentations](./bitburner.sleeve.getsleeveaugmentations.md)
|
|
|
|
## 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.
|
|
|