Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 862 Bytes

bitburner.ns.gethackingmultipliers.md

File metadata and controls

34 lines (20 loc) · 862 Bytes

Home > bitburner > NS > getHackingMultipliers

NS.getHackingMultipliers() method

Get hacking related multipliers.

Signature:

getHackingMultipliers(): HackingMultipliers;

Returns:

HackingMultipliers

Object containing the Player’s hacking related multipliers.

Remarks

RAM cost: 0.25 GB

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

Example

const mults = ns.getHackingMultipliers();
ns.tprint(`chance: ${mults.chance}`);
ns.tprint(`growth: ${mults.growth}`);