mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
33 lines
832 B
Markdown
33 lines
832 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Sleeve](./bitburner.sleeve.md) > [getSleevePurchasableAugs](./bitburner.sleeve.getsleevepurchasableaugs.md)
|
|
|
|
## Sleeve.getSleevePurchasableAugs() method
|
|
|
|
List purchasable augs for a sleeve.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getSleevePurchasableAugs(sleeveNumber: number): AugmentPair[];
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| sleeveNumber | number | Index of the sleeve to retrieve purchasable augmentations from. |
|
|
|
|
**Returns:**
|
|
|
|
[AugmentPair](./bitburner.augmentpair.md)<!-- -->\[\]
|
|
|
|
List of augmentations that the player can buy for this sleeve.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|
|
Return a list of augmentations that the player can buy for this sleeve.
|
|
|