bitburner-src/markdown/bitburner.ns.getscriptexpgain.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

1.1 KiB

Home > bitburner > NS > getScriptExpGain

NS.getScriptExpGain() method

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.

Signature:

getScriptExpGain(script: Script, host: Host, ...args: string[]): number;

Parameters

Parameter Type Description
script Script Filename of script.
host Host Server on which script is running.
args string[] Arguments that the script is running with.

Returns:

number

Amount of hacking experience the specified script generates while online.

Remarks

0.1 GB