mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-30 21:07:04 +02:00
doc
This commit is contained in:
@@ -4,21 +4,19 @@
|
||||
|
||||
## Singularity.getAugmentationStats() method
|
||||
|
||||
If you are not in BitNode-4, then you must have Level 3 of Source-File 4 in order to use this function and the RAM cost is doubled.
|
||||
|
||||
This function returns augmentation stats.
|
||||
Get the stats of an augmentation.
|
||||
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getAugmentationStats(name: AugmentName): AugmentationStats;
|
||||
getAugmentationStats(name: string): AugmentationStats;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| --- | --- | --- |
|
||||
| name | [AugmentName](./bitburner.augmentname.md) | Name of Augmentation. CASE-SENSITIVE. |
|
||||
| name | string | Name of Augmentation. CASE-SENSITIVE. |
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
@@ -28,5 +26,9 @@ Augmentation stats.
|
||||
|
||||
## Remarks
|
||||
|
||||
RAM cost: 5 GB
|
||||
|
||||
Singularity - Level 3
|
||||
|
||||
This function returns augmentation stats.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user