mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
942 B
942 B
Home > bitburner > Bladeburner > upgradeSkill
Bladeburner.upgradeSkill() method
Upgrade skill.
Signature:
upgradeSkill(skillName: string, count?: number): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
skillName | string | Name of skill to be upgraded. 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:
boolean
true if the skill is successfully upgraded, and false otherwise.
Remarks
RAM cost: 4 GB
Attempts to upgrade the specified Bladeburner skill the specified number of times.
Returns true if the skill is successfully upgraded, and false otherwise.