2021-11-04 01:19:52 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getAugmentationRepReq](./bitburner.singularity.getaugmentationrepreq.md)
|
|
|
|
|
|
|
|
## Singularity.getAugmentationRepReq() method
|
|
|
|
|
2022-01-16 00:39:37 +01:00
|
|
|
Get reputation requirement of an augmentation.
|
2021-11-04 01:19:52 +01:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getAugmentationRepReq(augName: string): number;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| augName | string | Name of Augmentation. |
|
|
|
|
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
number
|
|
|
|
|
|
|
|
Reputation requirement of the augmentation.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2022-01-16 00:39:37 +01:00
|
|
|
RAM cost: 2.5 GB \* 16/4/1
|
2021-11-04 01:19:52 +01:00
|
|
|
|