mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
26 lines
462 B
Markdown
26 lines
462 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getMemberNames](./bitburner.gang.getmembernames.md)
|
|
|
|
## Gang.getMemberNames() method
|
|
|
|
List all gang members.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getMemberNames(): string[];
|
|
```
|
|
**Returns:**
|
|
|
|
string\[\]
|
|
|
|
Names of all Gang members.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 1 GB
|
|
|
|
Get the names of all Gang members
|
|
|