mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
06a985bdf8
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
678 B
678 B
Home > bitburner > Bladeburner > getSkillLevel
Bladeburner.getSkillLevel() method
Get skill level.
Signature:
getSkillLevel(name: string): number;
Parameters
Parameter | Type | Description |
---|---|---|
name | string |
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.