mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
26 lines
779 B
Markdown
26 lines
779 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getEquipmentNames](./bitburner.gang.getequipmentnames.md)
|
|
|
|
## Gang.getEquipmentNames() method
|
|
|
|
If you are not in BitNode-2, then you must have Source-File 2 in order to use this function.
|
|
|
|
Get the name of all possible equipment/upgrades you can purchase for your Gang Members. This includes Augmentations.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
getEquipmentNames(): (GangEquipment | GangAugmentations)[];
|
|
```
|
|
<b>Returns:</b>
|
|
|
|
([GangEquipment](./bitburner.gangequipment.md) \| [GangAugmentations](./bitburner.gangaugmentations.md)<!-- -->)\[\]
|
|
|
|
Names of all Equpiment/Augmentations.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 1 GB
|
|
|