mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
795 B
795 B
Home > bitburner > HackingFormulas > hackChance
HackingFormulas.hackChance() method
Calculate hack chance. (Ex: 0.25 would indicate a 25% chance of success.)
Signature:
hackChance(server: Server, player: Player): number;
Parameters
| Parameter | Type | Description |
|---|---|---|
| server | Server | Server info from getServer |
| player | Player | Player info from getPlayer |
Returns:
number
The calculated hack chance.