@citizenfx/client 2.0.12155-1 → 2.0.12160-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.
@@ -48844,6 +48844,12 @@ declare function SetNuiFocus(hasFocus: boolean, hasCursor: boolean): void;
48844
48844
  */
48845
48845
  declare function SetNuiFocusKeepInput(keepInput: boolean): void;
48846
48846
 
48847
+ /**
48848
+ * Set the z-index of the NUI resource.
48849
+ * @param zIndex New z-index value.
48850
+ */
48851
+ declare function SetNuiZindex(zIndex: number): void;
48852
+
48847
48853
  /**
48848
48854
  * SET_NUMBER_OF_PARKED_VEHICLES
48849
48855
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.12155-1",
3
+ "version": "2.0.12160-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {