mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
33 lines
884 B
Markdown
33 lines
884 B
Markdown
<!-- 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.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getAscensionResult(memberName: string): GangMemberAscension | undefined;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| memberName | string | Name of member. |
|
|
|
|
**Returns:**
|
|
|
|
[GangMemberAscension](./bitburner.gangmemberascension.md) \| undefined
|
|
|
|
Object with info about the ascension results, or undefined if ascension is not possible.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB
|
|
|
|
Get a [GangMemberAscension](./bitburner.gangmemberascension.md) result for ascending a gang member without performing the ascension.
|
|
|