mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
16 lines
463 B
ReStructuredText
16 lines
463 B
ReStructuredText
upgradeSkill() Netscript Function
|
|
=================================
|
|
|
|
.. js:function:: upgradeSkill(skillName)
|
|
|
|
:RAM cost: 4 GB
|
|
:param string skillName: Name of Skill to be upgraded. Case-sensitive and must be an exact match
|
|
:returns: ``true`` if the skill is successfully upgraded.
|
|
|
|
Attempts to upgrade the specified Bladeburner skill.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
bladeburner.upgradeSkill("Overclock"); // returns: true |