mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
API: Rename ns.gang.getOtherGangInformation to getAllGangInformation (#2635)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -4879,7 +4879,7 @@ export interface Gang {
|
||||
*
|
||||
* @returns Object containing territory and power information about all gangs, including the player's gang, if any.
|
||||
*/
|
||||
getOtherGangInformation(): Record<string, GangOtherInfoObject>;
|
||||
getAllGangInformation(): Record<string, GangOtherInfoObject>;
|
||||
|
||||
/**
|
||||
* Get information about a specific gang member.
|
||||
|
||||
Reference in New Issue
Block a user