mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
13 lines
334 B
ReStructuredText
13 lines
334 B
ReStructuredText
getBlackOpNames() Netscript Function
|
|
====================================
|
|
|
|
.. js:function:: getBlackOpNames()
|
|
|
|
:RAM cost: 0.4 GB
|
|
:returns: Array of strings containing the names of all Bladeburner Black Ops.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
bladeburner.getBlackOpNames(); // returns: ["Operation Typhoon"] |