mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
26 lines
665 B
Markdown
26 lines
665 B
Markdown
<!-- 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.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getContractNames(): BladeburnerContractName[];
|
|
```
|
|
**Returns:**
|
|
|
|
[BladeburnerContractName](./bitburner.bladeburnercontractname.md)<!-- -->\[\]
|
|
|
|
Array of strings containing the names of all Bladeburner contracts.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0 GB
|
|
|
|
Returns an array of strings containing the names of all Bladeburner contracts.
|
|
|