mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
14 lines
356 B
ReStructuredText
14 lines
356 B
ReStructuredText
getGeneralActionNames() Netscript Function
|
|
==========================================
|
|
|
|
.. js:function:: getGeneralActionNames()
|
|
|
|
:RAM cost: 0.4 GB
|
|
:returns: Array of strings containing the names of all general Bladeburner actions.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
bladeburner.getGeneralActionNames(); // returns: ["Training"]
|