bitburner-src/markdown/bitburner.ns.getweakentime.md
Olivier Gagnon 2b79871c02 doc
2021-11-03 00:27:21 -04:00

1.2 KiB
Raw Blame History

Home > bitburner > NS > getWeakenTime

NS.getWeakenTime() method

Returns the amount of time in seconds it takes to execute the weaken() Netscript function on the target server. The function takes in an optional hackLvl parameter that can be specified to see what the weaken time would be at different hacking levels.

Signature:

getWeakenTime(host: string, hackLvl?: number, intLvl?: number): number;

Parameters

Parameter Type Description
host string Host of target server.
hackLvl number Optional hacking level for the calculation. Defaults to players current hacking level.
intLvl number Optional intelligence level for the calculation. Defaults to players 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