mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
1.0 KiB
1.0 KiB
Home > bitburner > HackingFormulas > growPercent
HackingFormulas.growPercent() method
Calculate the percent a server would grow to. Not exact due to limitations of mathematics. (Ex: 3.0 would would grow the server to 300% of its current value.)
Signature:
growPercent(server: Server, threads: number, player: Person, cores?: number): number;
Parameters
| Parameter | Type | Description |
|---|---|---|
| server | Server | Server info, typically from getServer |
| threads | number | Amount of thread. |
| player | Person | Player info, typically from getPlayer |
| cores | number | (Optional) Number of cores on the computer that will execute grow. |
Returns:
number
The calculated grow percent.