mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
715 B
Markdown
33 lines
715 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getAugmentationStats](./bitburner.singularity.getaugmentationstats.md)
|
|
|
|
## Singularity.getAugmentationStats() method
|
|
|
|
Get the stats of an augmentation.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getAugmentationStats(name: string): Multipliers;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| name | string | Name of Augmentation. CASE-SENSITIVE. |
|
|
|
|
**Returns:**
|
|
|
|
[Multipliers](./bitburner.multipliers.md)
|
|
|
|
Augmentation stats.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 5 GB \* 16/4/1
|
|
|
|
This function returns augmentation stats.
|
|
|