Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 922 Bytes

bitburner.hackingformulas.growpercent.md

File metadata and controls

29 lines (18 loc) · 922 Bytes

Home > bitburner > HackingFormulas > growPercent

HackingFormulas.growPercent() method

Calculate the percent a server would grow.

Signature:

growPercent(server: Server, threads: number, player: Player, cores?: number): number;

Parameters

Parameter Type Description
server Server Server info from getServer
threads number Amount of thread.
player Player Player info from getPlayer
cores number Number of cores on the computer that will execute grow.

Returns:

number

The calculated grow percent.