2022-10-21 17:16:00 +02:00
|
|
|
<!-- 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
|
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
Get the exp gain of all scripts.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
getTotalScriptExpGain(): number;
|
|
|
|
```
|
|
|
|
<b>Returns:</b>
|
|
|
|
|
|
|
|
number
|
|
|
|
|
2022-11-20 18:07:22 +01:00
|
|
|
Total experience gain rate of all of your active scripts.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 0.1 GB
|
|
|
|
|