@citizenfx/client 2.0.6438-1 → 2.0.6440-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.
@@ -52509,6 +52509,12 @@ declare function SetWarningMessage_3(entryHeader: string, entryLine1: string, in
52509
52509
  */
52510
52510
  declare function SetWarningMessageWithHeaderUnk(entryHeader: string, entryLine1: string, flags: number, entryLine2: string, p4: boolean, p5: number, showBg: boolean, p9: number, p10: number): [number, number];
52511
52511
 
52512
+ /**
52513
+ * Sets world clip boundaries for water quads file (water.xml, water_heistisland.xml)
52514
+ * Used internally by LOAD_GLOBAL_WATER_FILE
52515
+ */
52516
+ declare function SetWaterAreaClipRect(minX: number, minY: number, maxX: number, maxY: number): void;
52517
+
52512
52518
  /**
52513
52519
  * SET_WATER_QUAD_ALPHA
52514
52520
  * @param waterQuad The water quad index
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.6438-1",
3
+ "version": "2.0.6440-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {