bitburner-src/markdown/bitburner.basichgwoptions.md

22 lines
872 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [BasicHGWOptions](./bitburner.basichgwoptions.md)
## BasicHGWOptions interface
2021-10-30 21:46:34 +02:00
Options to affect the behavior of [hack](./bitburner.ns.hack.md)<!-- -->, [grow](./bitburner.ns.grow.md)<!-- -->, and [weaken](./bitburner.ns.weaken.md)<!-- -->.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
export interface BasicHGWOptions
2021-10-30 18:34:14 +02:00
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
2021-10-30 21:46:34 +02:00
| [stock?](./bitburner.basichgwoptions.stock.md) | boolean | <i>(Optional)</i> Set to true this action will affect the stock market. |
2022-01-08 19:25:06 +01:00
| [threads?](./bitburner.basichgwoptions.threads.md) | number | <i>(Optional)</i> Number of threads to use for this function. Must be less than or equal to the number of threads the script is running with. |
2021-10-30 18:34:14 +02:00