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
+15
View File
@@ -384,6 +384,21 @@ export const breakingChanges300: VersionBreakingChange = {
`- "White Ferrari" was renamed to "${convertV2GangEquipmentNames("White Ferrari")}".\n`,
showWarning: false,
},
{
brokenAPIs: [
{
name: "ns.gang.getOtherGangInformation",
migration: {
searchValue: "getOtherGangInformation",
replaceValue: "getAllGangInformation",
},
},
],
info:
"ns.gang.getOtherGangInformation() was renamed to ns.gang.getAllGangInformation().\n" +
"The function was renamed because it returns information about all gangs, including the player's own gang.",
showWarning: false,
},
{
brokenAPIs: [{ name: "purchase4SMarketData" }],
info: