mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
e9dfe3c389
* Updated ram cost of documentation * v0.47.3 Co-authored-by: Samuel A. Lamb <samuei@users.noreply.github.com>
12 lines
439 B
ReStructuredText
12 lines
439 B
ReStructuredText
purchaseSleeveAug() Netscript Function
|
|
=======================================
|
|
|
|
.. js:function:: purchaseSleeveAug(sleeveNumber, augName)
|
|
|
|
:param int sleeveNumber: Index of the sleeve to buy an aug for. See :ref:`here <netscript_sleeveapi_referencingaduplicatesleeve>`
|
|
:param string augName: Name of the aug to buy. Must be an exact match
|
|
|
|
Return true if the aug was purchased and installed on the sleeve.
|
|
|
|
:RAM cost: 4 GB
|