2019-03-31 04:53:57 +02:00
|
|
|
upgradeCache() Netscript Function
|
|
|
|
=================================
|
|
|
|
|
|
|
|
.. warning:: This page contains spoilers for the game
|
|
|
|
|
|
|
|
.. js:function:: upgradeCache(i, n)
|
|
|
|
|
2021-03-07 10:37:56 +01:00
|
|
|
:RAM cost: 0 GB
|
2021-03-12 08:51:56 +01:00
|
|
|
:param number i: Index of Hacknet Node. :ref:`See here for details <netscript_hacknetnodeapi_referencingahacknetnode>`
|
2019-03-31 04:53:57 +02:00
|
|
|
:param number n: Number of cache levels to purchase. Must be positive. Rounded to nearest integer
|
2021-03-12 08:51:56 +01:00
|
|
|
:returns: ``true`` if the upgrade was successful.
|
2019-03-31 04:53:57 +02:00
|
|
|
|
|
|
|
.. note:: This function is only applicable for Hacknet Servers (the upgraded version of
|
|
|
|
a Hacknet Node).
|
|
|
|
|
2021-03-12 08:51:56 +01:00
|
|
|
Tries to upgrade the specified Hacknet Server's cache ``n`` times.
|