bitburner-src/markdown/bitburner.ns.getscriptexpgain.md

28 lines
856 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [getScriptExpGain](./bitburner.ns.getscriptexpgain.md)
## NS.getScriptExpGain() method
Get the exp gain of a script.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
2022-01-08 19:25:06 +01:00
getScriptExpGain(): number;
2021-10-30 18:34:14 +02:00
```
<b>Returns:</b>
number
Amount of hacking experience the specified script generates while online.
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 0.1 GB
2021-10-30 18:34:14 +02:00
Returns the amount of hacking experience the specified script generates while online (when the game is open, does not apply for offline experience gains). Remember that a script is uniquely identified by both its name and its arguments.
This function can also return the total experience gain rate of all of your active scripts by running the function with no arguments.