mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
33 lines
752 B
Markdown
33 lines
752 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [ascendMember](./bitburner.gang.ascendmember.md)
|
|
|
|
## Gang.ascendMember() method
|
|
|
|
If you are not in BitNode-2, then you must have Source-File 2 in order to use this function.
|
|
|
|
Ascend the specified Gang Member.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
ascendMember(memberName: string): GangMemberAscension;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| memberName | string | Name of member to ascend. |
|
|
|
|
<b>Returns:</b>
|
|
|
|
[GangMemberAscension](./bitburner.gangmemberascension.md)
|
|
|
|
Object with info about the ascension results.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|