mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -4197,13 +4197,13 @@ export interface Gang {
|
||||
getGangInformation(): GangGenInfo;
|
||||
|
||||
/**
|
||||
* Get information about the other gangs.
|
||||
* Get information about all gangs.
|
||||
* @remarks
|
||||
* RAM cost: 2 GB
|
||||
*
|
||||
* Get territory and power information about all gangs.
|
||||
*
|
||||
* @returns Object containing territory and power information about all gangs.
|
||||
* @returns Object containing territory and power information about all gangs, including the player's gang, if any.
|
||||
*/
|
||||
getOtherGangInformation(): Record<string, GangOtherInfoObject>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user