mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
13 lines
327 B
ReStructuredText
13 lines
327 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
|
|
|
|
getPurchasedServerMaxRam(); // returns: 1048576 |