[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.