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) > [getAscensionResult](./bitburner.gang.getascensionresult.md)
|
|
|
|
|
|
|
|
## Gang.getAscensionResult() method
|
|
|
|
|
|
|
|
Get the result of an ascension without ascending.
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
getAscensionResult(memberName: string): GangMemberAscension | undefined;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| memberName | string | Name of member. |
|
|
|
|
|
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 is not possible.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 2 GB
|
|
|
|
|
2023-06-26 10:56:58 +02:00
|
|
|
Get a [GangMemberAscension](./bitburner.gangmemberascension.md) result for ascending a gang member without performing the ascension.
|
2022-10-21 17:16:00 +02:00
|
|
|
|