mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
27 lines
710 B
ReStructuredText
27 lines
710 B
ReStructuredText
|
getOtherGangInformation() Netscript Function
|
||
|
============================================
|
||
|
|
||
|
.. js:function:: getOtherGangInformation()
|
||
|
|
||
|
Get territory and power information about all gangs
|
||
|
|
||
|
:returns: An object with information about all gangs
|
||
|
|
||
|
The object has the following structure::
|
||
|
|
||
|
{
|
||
|
"Slum Snakes" : {
|
||
|
power: Slum Snakes' power
|
||
|
territory: Slum Snakes' territory, in decimal form
|
||
|
},
|
||
|
"Tetrads" : {
|
||
|
power: ...
|
||
|
territory: ...
|
||
|
},
|
||
|
"The Syndicate" : {
|
||
|
power: ...
|
||
|
territory: ...
|
||
|
},
|
||
|
... (for all six gangs)
|
||
|
}
|