This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions
@@ -4,9 +4,7 @@
## Hacknet.getLevelUpgradeCost() method
Returns the cost of upgrading the specified Hacknet Node by n levels.
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.
Calculate the cost of upgrading hacknet node levels.
<b>Signature:</b>
@@ -31,3 +29,7 @@ Cost of upgrading the specified Hacknet Node.
RAM cost: 0 GB
Returns the cost of upgrading the specified Hacknet Node by n levels.
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.