Home > bitburner > NS > getHacknetMultipliers
Get hacknet related multipliers.
Signature:
getHacknetMultipliers(): HacknetMultipliers;
Returns:
Object containing the Player’s hacknet related multipliers.
RAM cost: 0.25 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%).
const mults = ns.getHacknetMultipliers();
ns.tprint(`production: ${mults.production}`);
ns.tprint(`purchaseCost: ${mults.purchaseCost}`);