mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
e9dfe3c389
* Updated ram cost of documentation * v0.47.3 Co-authored-by: Samuel A. Lamb <samuei@users.noreply.github.com>
15 lines
489 B
ReStructuredText
15 lines
489 B
ReStructuredText
purchaseEquipment() Netscript Function
|
|
======================================
|
|
|
|
.. js:function:: purchaseEquipment(memberName, equipName)
|
|
|
|
:param string memberName: Name of Gang member to purchase the equipment for
|
|
:param string equipName: Name of Equipment/Augmentation to purchase
|
|
|
|
Attempt to purchase the specified Equipment/Augmentation for the specified
|
|
Gang member.
|
|
|
|
:returns: True if the equipment was successfully purchased. False otherwise
|
|
|
|
:RAM cost: 4 GB
|