2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [getBlackOpNames](./bitburner.bladeburner.getblackopnames.md)
|
|
|
|
|
|
|
|
## Bladeburner.getBlackOpNames() method
|
|
|
|
|
|
|
|
List all black ops.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
2024-08-17 23:08:55 +02:00
|
|
|
getBlackOpNames(): BladeburnerBlackOpName[];
|
2022-10-21 17:16:00 +02:00
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2024-08-17 23:08:55 +02:00
|
|
|
[BladeburnerBlackOpName](./bitburner.bladeburnerblackopname.md)<!-- -->\[\]
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
Array of strings containing the names of all Bladeburner Black Ops.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 0.4 GB
|
|
|
|
|
|
|
|
Returns an array of strings containing the names of all Bladeburner Black Ops.
|
|
|
|
|