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