bitburner-src/markdown/bitburner.bladeburner.getskilllevel.md
David Walker 79bb0d289a
Revert "API: Add types for parameters of gym-university-bladeburner API (#1591)" (#1592)
This reverts commit da8870ed796c916c19cac7c2b6328a75180367fc.
2024-08-16 13:45:54 -07:00

739 B

Home > bitburner > Bladeburner > getSkillLevel

Bladeburner.getSkillLevel() method

Get skill level.

Signature:

getSkillLevel(skillName: string): number;

Parameters

Parameter Type Description
skillName string Name of skill. Case-sensitive and must be an exact match.

Returns:

number

Level in the specified skill.

Remarks

RAM cost: 4 GB

This function returns your level in the specified skill.

The function returns -1 if an invalid skill name is passed in.