Update NetscriptDefinitions.d.ts (#2289)

Improve function description
This commit is contained in:
acidduk
2025-08-16 07:37:13 +01:00
committed by GitHub
parent c124c45270
commit b025a4d0c1

View File

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