mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
* 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
|