mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
26 lines
568 B
Markdown
26 lines
568 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
|
|
|
|
List equipment names.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getEquipmentNames(): string[];
|
|
```
|
|
**Returns:**
|
|
|
|
string\[\]
|
|
|
|
Names of all Equipments/Augmentations.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 1 GB
|
|
|
|
Get the name of all possible equipment/upgrades you can purchase for your Gang Members. This includes Augmentations.
|
|
|