API: Rename ns.gang.getOtherGangInformation to getAllGangInformation (#2635)

This commit is contained in:
Lee Stutzman
2026-04-10 23:59:39 +01:00
committed by GitHub
parent a6a112198e
commit be6fcd206f
8 changed files with 88 additions and 21 deletions

View File

@@ -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.