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) > [getContractNames](./bitburner.bladeburner.getcontractnames.md)
|
|
|
|
|
|
|
|
## Bladeburner.getContractNames() method
|
|
|
|
|
|
|
|
List all contracts.
|
|
|
|
|
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
|
|
|
getContractNames(): BladeburnerContractName[];
|
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
|
|
|
[BladeburnerContractName](./bitburner.bladeburnercontractname.md)<!-- -->\[\]
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
Array of strings containing the names of all Bladeburner contracts.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2024-08-25 19:09:36 +02:00
|
|
|
RAM cost: 0 GB
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
Returns an array of strings containing the names of all Bladeburner contracts.
|
|
|
|
|