work to make documentation unified.

This commit is contained in:
Olivier Gagnon
2021-03-12 02:51:56 -05:00
parent a00c253dcb
commit 2ce6ff2041
176 changed files with 1325 additions and 916 deletions

View File

@@ -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