bitburner-src/markdown/bitburner.gang.purchaseequipment.md

34 lines
846 B
Markdown
Raw Normal View History

2021-10-30 12:34:14 -04:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [Gang](./bitburner.gang.md) &gt; [purchaseEquipment](./bitburner.gang.purchaseequipment.md)
## Gang.purchaseEquipment() method
2021-11-03 00:27:21 -04:00
Purchase an equipment for a gang member.
2021-10-30 12:34:14 -04:00
<b>Signature:</b>
```typescript
2021-11-03 00:27:21 -04:00
purchaseEquipment(memberName: string, equipName: string): boolean;
2021-10-30 12:34:14 -04:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| memberName | string | Name of Gang member to purchase the equipment for. |
2021-11-03 00:27:21 -04:00
| equipName | string | Name of Equipment/Augmentation to purchase. |
2021-10-30 12:34:14 -04:00
<b>Returns:</b>
boolean
True if the equipment was successfully purchased. False otherwise
## Remarks
2021-10-30 15:46:34 -04:00
RAM cost: 4 GB
2021-10-30 12:34:14 -04:00
2021-11-03 00:27:21 -04:00
Attempt to purchase the specified Equipment/Augmentation for the specified Gang member.