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

833 B
Raw Blame History

Home > bitburner > NS > getHacknetMultipliers

NS.getHacknetMultipliers() method

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

Signature:

getHacknetMultipliers(): HacknetMultipliers;

Returns:

HacknetMultipliers

Object containing the Players hacknet related multipliers.

Remarks

RAM cost: 4 GB

Example

//Example of how this can be used:
mults = getHacknetMultipliers();
print(mults.production);
print(mults.purchaseCost);