mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
33 lines
942 B
Markdown
33 lines
942 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getInstallResult](./bitburner.gang.getinstallresult.md)
|
||
|
|
||
|
## Gang.getInstallResult() method
|
||
|
|
||
|
Get the effect of an install on ascension multipliers without installing.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
getInstallResult(memberName: string): GangMemberInstall | undefined;
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| memberName | string | Name of member. |
|
||
|
|
||
|
**Returns:**
|
||
|
|
||
|
[GangMemberInstall](./bitburner.gangmemberinstall.md) \| undefined
|
||
|
|
||
|
Object with info about the install results on ascension multipliers, or undefined if ascension is not possible.
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: 2 GB
|
||
|
|
||
|
Get [GangMemberInstall](./bitburner.gangmemberinstall.md) effects on ascension multipliers for a gang member after installing without performing the install.
|
||
|
|