mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
14 lines
316 B
ReStructuredText
14 lines
316 B
ReStructuredText
getSkillNames() Netscript Function
|
|
==================================
|
|
|
|
.. js:function:: getSkillNames()
|
|
|
|
:RAM cost: 0.4 GB
|
|
:returns: Array of strings containing the names of all Bladeburner skills.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
bladeburner.getSkillNames(); // returns: ["Overclock"]
|