bitburner-src/doc/source/netscript/gangapi/getOtherGangInformation.rst
2021-03-07 04:37:56 -05:00

29 lines
731 B
ReStructuredText

getOtherGangInformation() Netscript Function
============================================
.. js:function:: getOtherGangInformation()
:RAM cost: 2 GB
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)
}