Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 710 Bytes

getOtherGangInformation.rst

File metadata and controls

26 lines (21 loc) · 710 Bytes

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)
        }