mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
doc
This commit is contained in:
@@ -9,7 +9,7 @@ Get the input data.
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
getData(filename: string, host?: string): any;
|
||||
getData(filename: string, host?: string): CodingContractData;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -21,7 +21,7 @@ getData(filename: string, host?: string): any;
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
any
|
||||
[CodingContractData](./bitburner.codingcontractdata.md)
|
||||
|
||||
The specified contract’s data, data type depends on contract type.;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user