@citizenfx/client 2.0.6103-1 → 2.0.6110-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25325,6 +25325,12 @@ declare function OverridePedsCanStandOnTopFlag(flag: boolean): void;
25325
25325
  declare function OverridePlayerGroundMaterial(hash: string | number, toggle: boolean): void;
25326
25326
  declare function N_0xd2cc78cd3d0b50f9(hash: string | number, toggle: boolean): void;
25327
25327
 
25328
+ /**
25329
+ * Replaces the `popgroups` (CPopGroupList) meta file with the file in the specified path.
25330
+ * @param path The file path to load (`popgroups`, `@resource/popgroups`), or `null` to reload the default population groups file.
25331
+ */
25332
+ declare function OverridePopGroups(path: string): void;
25333
+
25328
25334
  /**
25329
25335
  * Only used once in the decompiled scripts. Seems to be related to scripted vehicle generators.
25330
25336
  * Modified example from "am_imp_exp.c4", line 6406:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.6103-1",
3
+ "version": "2.0.6110-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {