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