mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
14 lines
331 B
ReStructuredText
14 lines
331 B
ReStructuredText
getPurchasedServerMaxRam() Netscript Function
|
|
=============================================
|
|
|
|
.. js:function:: getPurchasedServerMaxRam()
|
|
|
|
:RAM cost: 0.05 GB
|
|
:returns: The maximum RAM that a purchased server can have.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
ns.getPurchasedServerMaxRam(); // returns: 1048576
|