mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
700 B
Markdown
33 lines
700 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [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: Host): number;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| host | [Host](./bitburner.host.md) | Hostname or IP of the target server. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
number
|
||
|
|
||
|
The chance you have of successfully hacking the target server.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
1 GB
|
||
|
|