mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
31 lines
633 B
Markdown
31 lines
633 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getAugmentationPrice](./bitburner.singularity.getaugmentationprice.md)
|
||
|
|
||
|
## Singularity.getAugmentationPrice() method
|
||
|
|
||
|
Get price of an augmentation.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getAugmentationPrice(augName: string): number;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| augName | string | Name of Augmentation. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
number
|
||
|
|
||
|
Price of the augmentation.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 2.5 GB \* 16/4/1
|
||
|
|