mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
823 B
823 B
Home > bitburner > NS > getHackingMultipliers
NS.getHackingMultipliers() method
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%).
Signature:
getHackingMultipliers(): HackingMultipliers;
Returns:
Object containing the Player’s hacking related multipliers.
Remarks
RAM cost: 4 GB
Example
//Example of how this can be used:
mults = getHackingMultipliers();
print(mults.chance);
print(mults.growth);