@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.
- package/natives_universal.d.ts +6 -0
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -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
|