mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-25 18:50:56 +02:00
DOCUMENTATION: Clarify getGraftableAugmentations API (#1858)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## Grafting.getGraftableAugmentations() method
|
||||
|
||||
Retrieves a list of Augmentations that can be grafted.
|
||||
Retrieves a list of augmentations that can be grafted.
|
||||
|
||||
**Signature:**
|
||||
|
||||
@@ -15,11 +15,15 @@ getGraftableAugmentations(): string[];
|
||||
|
||||
string\[\]
|
||||
|
||||
An array of graftable Augmentations.
|
||||
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.
|
||||
Note:
|
||||
|
||||
- This function returns a list of currently graftable augmentations, based on the augmentations that you already own.
|
||||
|
||||
- This function does not check your current money and prerequisite augmentations. For example, it returns "Augmented Targeting II" even when you don't have enough money to graft that augmentation or don't have the prerequisite augmentation ("Augmented Targeting I").
|
||||
|
||||
|
||||
Reference in New Issue
Block a user