allbuild commit a3c92dd0

This commit is contained in:
Olivier Gagnon
2022-09-23 15:03:38 -04:00
parent a3c92dd04d
commit c6da513eea
52 changed files with 451 additions and 126 deletions
+2 -2
View File
@@ -23,11 +23,11 @@ getData(filename: string, host?: string): CodingContractData;
[CodingContractData](./bitburner.codingcontractdata.md)
The specified contracts data, data type depends on contract type.;
The specified contracts data, data type depends on contract type.
## Remarks
RAM cost: 5 GB
Get the data associated with the specific Coding Contract. Note that this is not the same as the contracts description. This is just the data that the contract wants you to act on in order to solve
Get the data associated with the specific Coding Contract. Note that this is not the same as the contracts description. This is just the data that the contract wants you to act on in order to solve the contract.