bitburner-src/doc/source/netscript/gangapi/getOtherGangInformation.rst

27 lines
729 B
ReStructuredText
Raw Normal View History

getOtherGangInformation() Netscript Function
============================================
.. js:function:: getOtherGangInformation()
:RAM cost: 2 GB
: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)
}
2021-03-12 08:51:56 +01:00
Get territory and power information about all gangs