work to make documentation unified.

This commit is contained in:
Olivier Gagnon
2021-03-12 02:51:56 -05:00
parent a00c253dcb
commit 2ce6ff2041
176 changed files with 1325 additions and 916 deletions

View File

@@ -4,5 +4,11 @@ getHostname() Netscript Function
.. js:function:: getHostname()
:RAM cost: 0.05 GB
:returns: Hostname of the server this script is running on.
Returns a string with the hostname of the server that the script is running on
Example:
.. code-block:: javascript
getHostname(); // returns: "foodnstuff"