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 16:48:00 -05: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 02:51:56 -05:00
:returns: ``true`` if the skill is successfully upgraded.
Attempts to upgrade the specified Bladeburner skill.
Example:
.. code-block:: javascript
2021-03-12 02:51:56 -05:00
bladeburner.upgradeSkill("Overclock"); // returns: true