bitburner-src/doc/source/netscript/basicfunctions/getGrowTime.rst

22 lines
664 B
ReStructuredText
Raw Normal View History

getGrowTime() Netscript Function
================================
2021-03-12 08:51:56 +01:00
.. js:function:: getGrowTime(hostname[, hackLvl=current level])
:RAM cost: 0.05 GB
2021-03-12 08:51:56 +01:00
:param string hostname: Hostname of target server.
:returns: seconds it takes to execute :doc:`grow<grow>` on that server.
2021-03-12 08:51:56 +01:00
The function takes in an optional ``hackLvl`` parameter that can be
specified to see what the grow time would be at different hacking levels.
2021-03-12 08:51:56 +01:00
Example:
.. code-block:: javascript
getGrowTime("foodnstuff"); // returns: 53.4
.. note:: For Hacknet Servers (the upgraded version of a Hacknet Node), this function will
return ``Infinity``.