mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-26 07:57:32 +01:00
79bb0d289a
This reverts commit da8870ed796c916c19cac7c2b6328a75180367fc.
739 B
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.