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

1.0 KiB

Home > bitburner > Hacknet > getCacheUpgradeCost

Hacknet.getCacheUpgradeCost() method

This function is only applicable for Hacknet Servers (the upgraded version of a Hacknet Node).

Returns the cost of upgrading the cache level of the specified Hacknet Server by n.

If an invalid value for n is provided, then this function returns 0. If the specified Hacknet Node is already at max level, then Infinity is returned.

Signature:

getCacheUpgradeCost(index: number, n: number): number;

Parameters

Parameter Type Description
index number Index/Identifier of Hacknet Node.
n number Number of times to upgrade cache. Must be positive. Rounded to nearest integer.

Returns:

number

Cost of upgrading the specified Hacknet Node's cache.

Remarks

RAM cost: 0 GB