mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
789 B
789 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: Person): number;
Parameters
Parameter | Type | Description |
---|---|---|
server | Server | Server info from getServer |
player | Person | Player info from getPlayer |
Returns:
number
The calculated hack chance.