bitburner-src/markdown/bitburner.ns.hackchance.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

33 lines
685 B
Markdown

<!-- 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; [hackChance](./bitburner.ns.hackchance.md)
## NS.hackChance() method
Returns the chance you have of successfully hacking the specified server.
This returned value is in decimal form, not percentage.
<b>Signature:</b>
```typescript
hackChance(host: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| host | string | Hostname of the target server. |
<b>Returns:</b>
number
The chance you have of successfully hacking the target server.
## Remarks
RAM cost: 1 GB