mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
cacecda72f
* API: Add types for parameters of gym-university-bladeburner API * Fix merging error
849 B
849 B
Home > bitburner > Bladeburner > getNextBlackOp
Bladeburner.getNextBlackOp() method
Get an object with the name and rank requirement of the next BlackOp that can be completed.
Signature:
getNextBlackOp(): { name: BladeburnerBlackOpName; rank: number } | null;
Returns:
{ name: BladeburnerBlackOpName; rank: number } | null
An object with the .name
and .rank
properties of the available BlackOp, or null
.
Remarks
RAM cost: 2 GB
Returns the name and rank requirement for the available BlackOp. Returns null
if no BlackOps remain in the BitNode.