mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
14 lines
400 B
ReStructuredText
14 lines
400 B
ReStructuredText
getBlackOpRank() Netscript Function
|
|
====================================
|
|
|
|
.. js:function:: getBlackOpRank(name)
|
|
|
|
:RAM cost: 2 GB
|
|
:param string name: name of the BlackOp. Must be an exact match.
|
|
:returns: Rank required to complete this BlackOp. -1 for invalid BlackOp.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
bladeburner.getBlackOpRank("Operation Typhoon"); // returns: 2500 |