mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-20 05:05:47 +01:00
949 B
949 B
Home > bitburner > HackNet > getCoreUpgradeCost
HackNet.getCoreUpgradeCost() method
Returns the cost of upgrading the number of cores of the specified Hacknet Node 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:
getCoreUpgradeCost(index: number, n: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
index | number | Index/Identifier of Hacknet Node. |
n | number | Number of times to upgrade cores. Must be positive. Rounded to nearest integer. |
Returns:
number
Cost of upgrading the specified Hacknet Node's number of cores.
Remarks
0 GB