Skip to content

Latest commit

 

History

History
76 lines (36 loc) · 1.02 KB

File metadata and controls

76 lines (36 loc) · 1.02 KB

Home > bitburner > HackingFormulas > hackPercent

HackingFormulas.hackPercent() method

Calculate hack percent for one thread. (Ex: 0.25 would steal 25% of the server's current value.)

Signature:

hackPercent(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 percent.

Remarks

Multiply by thread to get total percent hacked.