mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
30 lines
740 B
Markdown
30 lines
740 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Bladeburner](./bitburner.bladeburner.md) > [joinBladeburnerDivision](./bitburner.bladeburner.joinbladeburnerdivision.md)
|
|
|
|
## Bladeburner.joinBladeburnerDivision() method
|
|
|
|
Join the bladeburner division.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
joinBladeburnerDivision(): boolean;
|
|
```
|
|
**Returns:**
|
|
|
|
boolean
|
|
|
|
True if you successfully join the Bladeburner division, or if you are already a member, false otherwise.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 4 GB
|
|
|
|
Attempts to join the Bladeburner division.
|
|
|
|
Returns true if you successfully join the Bladeburner division, or if you are already a member.
|
|
|
|
Returns false otherwise.
|
|
|