bitburner-src/markdown/bitburner.ns.hackanalyzesecurity.md

31 lines
652 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; [NS](./bitburner.ns.md) &gt; [hackAnalyzeSecurity](./bitburner.ns.hackanalyzesecurity.md)
## NS.hackAnalyzeSecurity() method
Returns the security increase that would occur if a hack with this many threads happened.
<b>Signature:</b>
```typescript
hackAnalyzeSecurity(threads: number): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| threads | number | Amount of threads that will be used. |
<b>Returns:</b>
number
The security increase.
## Remarks
2021-10-30 21:46:34 +02:00
RAM cost: 1 GB
2021-10-30 18:34:14 +02:00