mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
06a985bdf8
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
31 lines
692 B
Markdown
31 lines
692 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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
createDummyContract(type: string): void;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| type | string | Type of contract to generate |
|
|
|
|
<b>Returns:</b>
|
|
|
|
void
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB
|
|
|
|
Generate a dummy contract on the home computer with no reward. Used to test various algorithms.
|
|
|