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