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) > [joinBladeburnerFaction](./bitburner.bladeburner.joinbladeburnerfaction.md)
|
|
|
|
|
|
|
|
## Bladeburner.joinBladeburnerFaction() method
|
|
|
|
|
2023-10-23 10:24:30 +02:00
|
|
|
Join the Bladeburner faction.
|
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
|
|
|
|
joinBladeburnerFaction(): 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 faction, or if you are already a member, false otherwise.
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 4 GB Attempts to join the Bladeburner faction.
|
|
|
|
|
|
|
|
Returns true if you successfully join the Bladeburner faction, or if you are already a member.
|
|
|
|
|
|
|
|
Returns false otherwise.
|
|
|
|
|