mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
06a985bdf8
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
777 B
777 B
Home > bitburner > Grafting > getAugmentationGraftPrice
Grafting.getAugmentationGraftPrice() method
Retrieve the grafting cost of an aug.
Signature:
getAugmentationGraftPrice(augName: string): number;
Parameters
Parameter | Type | Description |
---|---|---|
augName | string | Name of the aug to check the price of. Must be an exact match. |
Returns:
number
The cost required to graft the named augmentation.
Exceptions
Will error if an invalid Augmentation name is provided.
Remarks
RAM cost: 3.75 GB