mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
13 lines
462 B
ReStructuredText
13 lines
462 B
ReStructuredText
purchaseEquipment() Netscript Function
|
|
======================================
|
|
|
|
.. js:function:: purchaseEquipment(memberName, equipName)
|
|
|
|
:RAM cost: 4 GB
|
|
:param string memberName: Name of Gang member to purchase the equipment for
|
|
:param string equipName: Name of Equipment/Augmentation to purchase
|
|
:returns: ``true`` if the equipment was purchased.
|
|
|
|
Attempt to purchase the specified Equipment/Augmentation for the specified
|
|
Gang member.
|