mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
Remove markdown from git tracking (#139)
* Will attempt to add as build artifacts using workflow.
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
<!-- 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.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getAugmentationStats(name: string): Multipliers;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| name | string | Name of Augmentation. CASE-SENSITIVE. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
[Multipliers](./bitburner.multipliers.md)
|
||||
|
||||
Augmentation stats.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 5 GB \* 16/4/1
|
||||
|
||||
This function returns augmentation stats.
|
||||
|
||||
Reference in New Issue
Block a user