mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
765 B
765 B
Home > bitburner > HackingFormulas > hackTime
HackingFormulas.hackTime() method
Calculate hack time.
Signature:
hackTime(server: Server, player: Person): number;
Parameters
Parameter | Type | Description |
---|---|---|
server | Server | Server info, typically from getServer |
player | Person | Player info, typically from getPlayer |
Returns:
number
The calculated hack time, in milliseconds.