API: Add a way to get the list of all factions (#1457)

This commit is contained in:
catloversg
2025-01-29 01:40:11 +07:00
committed by GitHub
parent ffae0045a4
commit 2965f51879
16 changed files with 295 additions and 14 deletions
+2 -2
View File
@@ -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 contracts data, data type depends on contract type.