mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
33 lines
755 B
Markdown
33 lines
755 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getMemberInformation](./bitburner.gang.getmemberinformation.md)
|
|
|
|
## Gang.getMemberInformation() method
|
|
|
|
Get information about a specific gang member.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getMemberInformation(name: string): GangMemberInfo;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| name | string | Name of member. |
|
|
|
|
**Returns:**
|
|
|
|
[GangMemberInfo](./bitburner.gangmemberinfo.md)
|
|
|
|
Object containing stat and equipment-related information about a Gang Member.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB
|
|
|
|
Get stat and equipment-related information about a Gang Member
|
|
|