getSleevePurchasableAugs() Netscript Function

getSleevePurchasableAugs(sleeveNumber)
Arguments:
  • sleeveNumber (int) – Index of the sleeve to retrieve purchasable augmentations from. See here

Return a list of augmentations that the player can buy for this sleeve.

[
    {
        name: string, // augmentation name
        cost: number, // augmentation cost
    }
]