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,10 @@ getGeneralActionNames() Netscript Function
.. js:function:: getGeneralActionNames()
:RAM cost: 0.4 GB
:returns: Array of strings containing the names of all general Bladeburner actions.
Returns an array of strings containing the names of all general Bladeburner actions
Example:
.. code-block:: javascript
bladeburner.getGeneralActionNames(); // returns: ["Training"]