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

26 lines
779 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02: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; [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
2021-10-30 21:46:34 +02:00
RAM cost: 1 GB
2021-10-30 18:34:14 +02:00