mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
24 lines
484 B
Markdown
24 lines
484 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [getTotalScriptExpGain](./bitburner.ns.gettotalscriptexpgain.md)
|
|
|
|
## NS.getTotalScriptExpGain() method
|
|
|
|
Get the exp gain of all scripts.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getTotalScriptExpGain(): number;
|
|
```
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
Total experience gain rate of all of your active scripts.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0.1 GB
|
|
|