regen doc

This commit is contained in:
Olivier Gagnon
2022-10-09 18:46:13 -04:00
parent cbb7f58231
commit 7a89c0a1bb
100 changed files with 804 additions and 836 deletions

View File

@@ -9,7 +9,7 @@ Get the stats of an augmentation.
<b>Signature:</b>
```typescript
getAugmentationStats(name: string): AugmentationStats;
getAugmentationStats(name: string): Multipliers;
```
## Parameters
@@ -20,7 +20,7 @@ getAugmentationStats(name: string): AugmentationStats;
<b>Returns:</b>
[AugmentationStats](./bitburner.augmentationstats.md)
[Multipliers](./bitburner.multipliers.md)
Augmentation stats.