mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
26 lines
700 B
Markdown
26 lines
700 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Gang](./bitburner.gang.md) > [getAllGangInformation](./bitburner.gang.getallganginformation.md)
|
|
|
|
## Gang.getAllGangInformation() method
|
|
|
|
Get information about all gangs.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
getAllGangInformation(): Record<string, GangOtherInfoObject>;
|
|
```
|
|
**Returns:**
|
|
|
|
Record<string, [GangOtherInfoObject](./bitburner.gangotherinfoobject.md)<!-- -->>
|
|
|
|
Object containing territory and power information about all gangs, including the player's gang, if any.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 2 GB
|
|
|
|
Get territory and power information about all gangs.
|
|
|