@citizenfx/client 2.0.7660-1 → 2.0.7669-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 +1 -1
- package/package.json +1 -1
package/natives_universal.d.ts
CHANGED
|
@@ -46058,7 +46058,7 @@ declare function SetMobileRadioEnabledDuringGameplay(toggle: boolean): void;
|
|
|
46058
46058
|
declare function SetModelAsNoLongerNeeded(model: string | number): void;
|
|
46059
46059
|
|
|
46060
46060
|
/**
|
|
46061
|
-
*
|
|
46061
|
+
* **This native is deprecated and does nothing!**
|
|
46062
46062
|
*/
|
|
46063
46063
|
declare function SetModelHeadlightConfiguration(modelHash: string | number, ratePerSecond: number, headlightRotation: number, invertRotation: boolean): void;
|
|
46064
46064
|
|