Files
bitburner-src/markdown/bitburner.codingcontract.getdescription.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

79 lines
980 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [CodingContract](./bitburner.codingcontract.md) &gt; [getDescription](./bitburner.codingcontract.getdescription.md)
## CodingContract.getDescription() method
Get the description.
**Signature:**
```typescript
getDescription(filename: string, host?: string): string;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
filename
</td><td>
string
</td><td>
Filename of the contract.
</td></tr>
<tr><td>
host
</td><td>
string
</td><td>
_(Optional)_ Hostname/IP of the server containing the contract. Optional. Defaults to current server if not provided.
</td></tr>
</tbody></table>
**Returns:**
string
Contracts text description.
## Remarks
RAM cost: 5 GB
Get the full text description for the problem posed by the Coding Contract.