2021-10-30 18:34:14 +02:00
|
|
|
<!-- 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
|
|
|
|
|
2021-11-03 05:27:21 +01:00
|
|
|
List purchasable augs for a sleeve.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getSleevePurchasableAugs(sleeveNumber: number): AugmentPair[];
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| sleeveNumber | number | Index of the sleeve to retrieve purchasable augmentations from. |
|
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
[AugmentPair](./bitburner.augmentpair.md)<!-- -->\[\]
|
|
|
|
|
|
|
|
List of augmentations that the player can buy for this sleeve.
|
|
|
|
|
|
|
|
## 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 augmentations that the player can buy for this sleeve.
|
|
|
|
|