bitburner-src/doc/source/netscript/bladeburnerapi/upgradeSkill.rst

16 lines
463 B
ReStructuredText
Raw Normal View History

upgradeSkill() Netscript Function
=================================
.. js:function:: upgradeSkill(skillName)
2021-03-11 22:48:00 +01:00
:RAM cost: 4 GB
:param string skillName: Name of Skill to be upgraded. Case-sensitive and must be an exact match
2021-03-12 08:51:56 +01:00
:returns: ``true`` if the skill is successfully upgraded.
Attempts to upgrade the specified Bladeburner skill.
Example:
.. code-block:: javascript
2021-03-12 08:51:56 +01:00
bladeburner.upgradeSkill("Overclock"); // returns: true