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

37 lines
1.1 KiB
Markdown
Raw Normal View History

2022-01-08 19:25:06 +01: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_1.md)
## NS.getScriptExpGain() method
2022-03-17 21:50:46 +01:00
Get the exp gain of a script.
2022-01-08 19:25:06 +01:00
<b>Signature:</b>
```typescript
getScriptExpGain(script: string, host: string, ...args: string[]): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2022-03-17 21:50:46 +01:00
| script | string | Filename of script. |
| host | string | Server on which script is running. |
| args | string\[\] | Arguments that the script is running with. |
2022-01-08 19:25:06 +01:00
<b>Returns:</b>
number
2022-03-17 21:50:46 +01:00
Amount of hacking experience the specified script generates while online.
## Remarks
RAM cost: 0.1 GB
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.