Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 867 Bytes

bitburner.ns.gethacknetmultipliers.md

File metadata and controls

35 lines (21 loc) · 867 Bytes

Home > bitburner > NS > getHacknetMultipliers

NS.getHacknetMultipliers() method

Get hacknet related multipliers.

Signature:

getHacknetMultipliers(): HacknetMultipliers;

Returns:

HacknetMultipliers

Object containing the Player’s hacknet related multipliers.

Remarks

RAM cost: 4 GB

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

Example

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