mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
26 lines
666 B
Markdown
26 lines
666 B
Markdown
|
<!-- 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.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getGraftableAugmentations(): string[];
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
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.
|
||
|
|