mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
1.0 KiB
1.0 KiB
Home > bitburner > Bladeburner > getSkillUpgradeCost
Bladeburner.getSkillUpgradeCost() method
Get cost to upgrade skill.
Signature:
getSkillUpgradeCost(skillName: string, count?: number): number;
Parameters
Parameter | Type | Description |
---|---|---|
skillName | string | Name of skill. Case-sensitive and must be an exact match. |
count | number | (Optional) Number of times to upgrade the skill. Defaults to 1 if not specified. |
Returns:
number
Number of skill points needed to upgrade the specified skill.
Remarks
RAM cost: 4 GB
This function returns the number of skill points needed to upgrade the specified skill the specified number of times.
The function returns -1 if an invalid skill name is passed in, and Infinity if the count overflows the maximum level.