documentation

This commit is contained in:
Olivier Gagnon
2021-09-04 20:05:24 -04:00
parent 05a6f2a20e
commit 858b1e7468
4 changed files with 41 additions and 30 deletions

View File

@@ -6,8 +6,6 @@ getGrowTime() Netscript Function
:RAM cost: 0.05 GB
:param string hostname: Hostname of target server.
:param number hackLvl: Optional hacking level for the calculation. Defaults
to player's current hacking level.
:returns: seconds it takes to execute :doc:`grow<grow>` on that server.
The function takes in an optional ``hackLvl`` parameter that can be

View File

@@ -5,8 +5,6 @@ getHackTime() Netscript Function
:RAM cost: 0.05 GB
:param string hostname: Hostname of target server.
:param number hackLvl: Optional hacking level for the calculation. Defaults
to player's current hacking level.
:returns: seconds it takes to execute :doc:`hack<hack>` on that server.
The function takes in an optional ``hackLvl`` parameter that can be

View File

@@ -5,8 +5,6 @@ getWeakenTime() Netscript Function
:RAM cost: 0.05 GB
:param string hostname: Hostname of target server.
:param number hackLvl: Optional hacking level for the calculation. Defaults
to player's current hacking level.
:returns: seconds it takes to execute the :doc:`weaken<weaken>` Netscript
function on the target server.