mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
work on making the netscript api tighter
This commit is contained in:
@@ -9,7 +9,7 @@ Ascend a gang member.
|
||||
<b>Signature:</b>
|
||||
|
||||
```typescript
|
||||
ascendMember(memberName: string): GangMemberAscension;
|
||||
ascendMember(memberName: string): GangMemberAscension | undefined;
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -20,9 +20,9 @@ ascendMember(memberName: string): GangMemberAscension;
|
||||
|
||||
<b>Returns:</b>
|
||||
|
||||
[GangMemberAscension](./bitburner.gangmemberascension.md)
|
||||
[GangMemberAscension](./bitburner.gangmemberascension.md) \| undefined
|
||||
|
||||
Object with info about the ascension results.
|
||||
Object with info about the ascension results. undefined if ascension did not occur.
|
||||
|
||||
## Remarks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user