2022-10-21 17:16:00 +02:00
|
|
|
<!-- 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
|
|
|
|
|
|
|
|
Ascend a gang member.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
ascendMember(memberName: string): GangMemberAscension | undefined;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| memberName | string | Name of member to ascend. |
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
[GangMemberAscension](./bitburner.gangmemberascension.md) \| undefined
|
|
|
|
|
2023-06-26 10:56:58 +02:00
|
|
|
Object with info about the ascension results, or undefined if ascension did not occur.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 4 GB
|
|
|
|
|
|
|
|
Ascend the specified Gang Member.
|
|
|
|
|