mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
Added functions to create gang
This commit is contained in:
12
doc/source/netscript/gangapi/createGang.rst
Normal file
12
doc/source/netscript/gangapi/createGang.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
createGang() Netscript Function
|
||||
======================================
|
||||
|
||||
.. js:function:: createGang(faction)
|
||||
|
||||
:RAM cost: 1 GB
|
||||
:param string faction: Name of faction
|
||||
:returns: ``true`` if a Gang was created with that faction.
|
||||
|
||||
Creates a Gang with that faction. You need to have access to Gangs, the
|
||||
faction must be one of the approved gang factions, and you must be a member
|
||||
of that faction for the creation to be successful.
|
||||
7
doc/source/netscript/gangapi/inGang.rst
Normal file
7
doc/source/netscript/gangapi/inGang.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
inGang() Netscript Function
|
||||
======================================
|
||||
|
||||
.. js:function:: inGang()
|
||||
|
||||
:RAM cost: 1 GB
|
||||
:returns: ``true`` if the player is already in a gang.
|
||||
@@ -25,6 +25,8 @@ In :ref:`netscriptjs`::
|
||||
.. toctree::
|
||||
:caption: API Functions:
|
||||
|
||||
createGang() <gangapi/createGang>
|
||||
inGang() <gangapi/inGang>
|
||||
getMemberNames() <gangapi/getMemberNames>
|
||||
getGangInformation() <gangapi/getGangInformation>
|
||||
getOtherGangInformation() <gangapi/getOtherGangInformation>
|
||||
|
||||
Reference in New Issue
Block a user