mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
33 lines
798 B
Markdown
33 lines
798 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
|
||
|
|
||
|
If you are not in BitNode-2, then you must have Source-File 2 in order to use this function.
|
||
|
|
||
|
Get stat and equipment-related information about a Gang Member
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getMemberInformation(name: string): GangMemberInfo;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| name | string | Name of member. |
|
||
|
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
[GangMemberInfo](./bitburner.gangmemberinfo.md)
|
||
|
|
||
|
Object containing stat and equipment-related information about a Gang Member.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
2 GB
|
||
|
|