mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
717 B
Markdown
33 lines
717 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CodingContract](./bitburner.codingcontract.md) > [createDummyContract](./bitburner.codingcontract.createdummycontract.md)
|
|
|
|
## CodingContract.createDummyContract() method
|
|
|
|
Generate a dummy contract.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
createDummyContract(type: string): string;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| type | string | Type of contract to generate |
|
|
|
|
**Returns:**
|
|
|
|
string
|
|
|
|
Filename of the contract.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB
|
|
|
|
Generate a dummy contract on the home computer with no reward. Used to test various algorithms.
|
|
|