mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 08:42:53 +02:00
83 lines
1.0 KiB
Markdown
83 lines
1.0 KiB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [BitNodeOptions](./bitburner.bitnodeoptions.md)
|
|
|
|
## BitNodeOptions interface
|
|
|
|
Default value:
|
|
|
|
- sourceFileOverrides: an empty Map
|
|
|
|
- intelligenceOverride: undefined
|
|
|
|
- All boolean options: false
|
|
|
|
If you specify intelligenceOverride, it must be a positive integer.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export interface BitNodeOptions extends BitNodeBooleanOptions
|
|
```
|
|
**Extends:** [BitNodeBooleanOptions](./bitburner.bitnodebooleanoptions.md)
|
|
|
|
## Properties
|
|
|
|
<table><thead><tr><th>
|
|
|
|
Property
|
|
|
|
|
|
</th><th>
|
|
|
|
Modifiers
|
|
|
|
|
|
</th><th>
|
|
|
|
Type
|
|
|
|
|
|
</th><th>
|
|
|
|
Description
|
|
|
|
|
|
</th></tr></thead>
|
|
<tbody><tr><td>
|
|
|
|
[intelligenceOverride](./bitburner.bitnodeoptions.intelligenceoverride.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
number \| undefined
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td></tr>
|
|
<tr><td>
|
|
|
|
[sourceFileOverrides](./bitburner.bitnodeoptions.sourcefileoverrides.md)
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td><td>
|
|
|
|
Map<number, number>
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
</td></tr>
|
|
</tbody></table>
|
|
|