mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
1.2 KiB
1.2 KiB
Home > bitburner > NS > getGrowTime
NS.getGrowTime() method
Returns the amount of time in seconds it takes to execute the grow Netscript function on the target server. The function takes in an optional hackLvl parameter that can be specified to see what the grow time would be at different hacking levels.
Signature:
getGrowTime(host: string, hackLvl?: number, intLvl?: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
host | string | Host or IP of target server. |
hackLvl | number | Optional hacking level for the calculation. Defaults to player’s current hacking level. |
intLvl | number | Optional intelligence level for the calculation. Defaults to player’s current intelligence level. (Intelligence is unlocked after obtaining Source-File 5). |
Returns:
number
Returns the amount of time in seconds it takes to execute the grow Netscript function. Returns Infinity if called on a Hacknet Server.
Remarks
RAM cost: 0.05 GB