bitburner-src/markdown/bitburner.ns.gethackingmultipliers.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

823 B
Raw Blame History

Home > bitburner > NS > getHackingMultipliers

NS.getHackingMultipliers() method

Returns an object containing the Players hacking related multipliers. These multipliers are returned in fractional forms, not percentages (e.g. 1.5 instead of 150%).

Signature:

getHackingMultipliers(): HackingMultipliers;

Returns:

HackingMultipliers

Object containing the Players hacking related multipliers.

Remarks

RAM cost: 4 GB

Example

//Example of how this can be used:
mults = getHackingMultipliers();
print(mults.chance);
print(mults.growth);