mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
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.