2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Grafting](./bitburner.grafting.md) > [getGraftableAugmentations](./bitburner.grafting.getgraftableaugmentations.md)
|
|
|
|
|
|
|
|
## Grafting.getGraftableAugmentations() method
|
|
|
|
|
|
|
|
Retrieves a list of Augmentations that can be grafted.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
getGraftableAugmentations(): string[];
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
string\[\]
|
|
|
|
|
|
|
|
An array of graftable Augmentations.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 5 GB
|
|
|
|
|
|
|
|
Note that this function returns a list of currently graftable Augmentations, based off of the Augmentations that you already own.
|
|
|
|
|