mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 01:03:54 +01:00
14 lines
375 B
ReStructuredText
14 lines
375 B
ReStructuredText
getPurchasedServers() Netscript Function
|
|
========================================
|
|
|
|
.. js:function:: getPurchasedServers()
|
|
|
|
:RAM cost: 2.25 GB
|
|
:returns: String array of hostnames of all of the servers you have purchased.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
ns.getPurchasedServers(); // returns: ['grow-server-0', 'grow-server-1', 'weaken-server-0']
|