mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
dc9b1050bf
Includes my change and a bunch of prior changes
28 lines
811 B
Markdown
28 lines
811 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [HackingFormulas](./bitburner.hackingformulas.md) > [hackChance](./bitburner.hackingformulas.hackchance.md)
|
|
|
|
## HackingFormulas.hackChance() method
|
|
|
|
Calculate hack chance. (Ex: 0.25 would indicate a 25% chance of success.)
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
hackChance(server: Server, player: Person): number;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| server | [Server](./bitburner.server.md) | Server info, typically from [getServer](./bitburner.ns.getserver.md) |
|
|
| player | [Person](./bitburner.person.md) | Player info, typically from [getPlayer](./bitburner.ns.getplayer.md) |
|
|
|
|
**Returns:**
|
|
|
|
number
|
|
|
|
The calculated hack chance.
|
|
|