Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 912 Bytes

bitburner.bladeburner.getskilllevel.md

File metadata and controls

34 lines (19 loc) · 912 Bytes

Home > bitburner > Bladeburner > getSkillLevel

Bladeburner.getSkillLevel() method

Get skill level.

Signature:

getSkillLevel(skillName: BladeburnerSkillName | `${BladeburnerSkillName}`): number;

Parameters

Parameter Type Description
skillName BladeburnerSkillName | `${BladeburnerSkillName}` 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.