mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
work to make documentation unified.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
getSkillLevel() Netscript Function
|
||||
==================================
|
||||
|
||||
.. js:function:: getSkillLevel(skillName="")
|
||||
.. js:function:: getSkillLevel(skillName)
|
||||
|
||||
:RAM cost: 4 GB
|
||||
:param string skillName: Name of skill. Case-sensitive.
|
||||
:returns: Level of specified skill, -1 for invalid skills.
|
||||
|
||||
:param string skillName: Name of skill. Case-sensitive and must be an exact match
|
||||
Example:
|
||||
|
||||
This function returns your level in the specified skill.
|
||||
.. code-block:: javascript
|
||||
|
||||
The function returns -1 if an invalid skill name is passed in
|
||||
bladeburner.getSkillLevel("Overclock"); // returns: 90
|
||||
Reference in New Issue
Block a user