mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
16 lines
427 B
ReStructuredText
16 lines
427 B
ReStructuredText
joinBladeburnerDivision() Netscript Function
|
|
============================================
|
|
|
|
.. js:function:: joinBladeburnerDivision()
|
|
|
|
:RAM cost: 4 GB
|
|
:returns: ``true`` if you successfully join the Bladeburner division, or if you
|
|
are already a member.
|
|
|
|
Attempts to join the Bladeburner division.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
bladeburner.joinBladeburnerDivision(); // returns: true |