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