2022-10-21 17:16:00 +02:00
|
|
|
<!-- 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
|
|
|
|
|
2023-10-23 10:24:30 +02:00
|
|
|
Join the Bladeburner division.
|
2022-10-21 17:16:00 +02:00
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
joinBladeburnerDivision(): boolean;
|
|
|
|
```
|
2023-02-11 19:18:50 +01:00
|
|
|
**Returns:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
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.
|
|
|
|
|