bitburner-src/markdown/bitburner.bladeburner.getnextblackop.md
David Walker 79bb0d289a
Revert "API: Add types for parameters of gym-university-bladeburner API (#1591)" (#1592)
This reverts commit da8870ed796c916c19cac7c2b6328a75180367fc.
2024-08-16 13:45:54 -07:00

768 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: string; rank: number } | null;

Returns:

{ name: string; 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.