mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
715 B
715 B
Home > bitburner > Bladeburner > getBlackOpRank
Bladeburner.getBlackOpRank() method
Get black op required rank.
Signature:
getBlackOpRank(name: string): number;
Parameters
Parameter | Type | Description |
---|---|---|
name | string | Name of BlackOp. Must be an exact match. |
Returns:
number
Rank required to complete this BlackOp.
Remarks
RAM cost: 2 GB
Returns the rank required to complete this BlackOp.
Returns -1 if an invalid action is specified.