mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
work to make documentation unified.
This commit is contained in:
@@ -4,9 +4,11 @@ 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.
|
||||
|
||||
Returns the rank required to complete this BlackOp.
|
||||
Example:
|
||||
|
||||
Returns -1 if an invalid action is specified.
|
||||
.. code-block:: javascript
|
||||
|
||||
bladeburner.getBlackOpRank("Operation Typhoon"); // returns: 2500
|
||||
Reference in New Issue
Block a user