mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
06a985bdf8
This reverts commit bbb6e3f309.
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.