mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
API: Add a way to get the list of all factions (#1457)
This commit is contained in:
@@ -9,7 +9,7 @@ Get the input data.
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
getData(filename: string, host?: string): CodingContractData;
|
||||
getData(filename: string, host?: string): any;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -21,7 +21,7 @@ getData(filename: string, host?: string): CodingContractData;
|
||||
|
||||
**Returns:**
|
||||
|
||||
[CodingContractData](./bitburner.codingcontractdata.md)
|
||||
any
|
||||
|
||||
The specified contract’s data, data type depends on contract type.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user