@citizenfx/client 2.0.5391-1 → 2.0.5398-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.
@@ -16893,8 +16893,6 @@ declare function N_0x02e93c796abd3a97(p0: boolean): void;
16893
16893
 
16894
16894
  declare function N_0x03300b57fcac6ddb(p0: boolean): void;
16895
16895
 
16896
- declare function N_0x0379daf89ba09aa5(p0: number, p1: number): void;
16897
-
16898
16896
  declare function N_0x0395cb47b022e62c(p0: number): [boolean, number];
16899
16897
 
16900
16898
  declare function N_0x03c2eebb04b3fb72(p0: number, p1: number, p2: number, p3: number, p4: number, p5: number, p6: number): void;
@@ -23990,6 +23988,27 @@ declare function NetworkSetMissionFinished(): void;
23990
23988
  declare function NetworkSetNoSpectatorChat(toggle: boolean): void;
23991
23989
  declare function N_0xf46a1e03e8755980(toggle: boolean): void;
23992
23990
 
23991
+ /**
23992
+ * Sets whether or not an object (created using `CREATE_OBJECT`, or similar) should have its position/rotation synchronized,
23993
+ * even if it is a 'static' object (for example, having flag 32 - Static - set in its archetype definition).
23994
+ * This has to be called during the same frame the object is created/registered for network, as otherwise it may already
23995
+ * have a remote clone created.
23996
+ * Once a remote clone is created, changing this value will not have any effect on said clone.
23997
+ * @param object The object to set forced blending state for.
23998
+ * @param enabled `true` to enable forced blending.
23999
+ */
24000
+ declare function NetworkSetObjectForceStaticBlend(object: number, enabled: boolean): void;
24001
+ /**
24002
+ * Sets whether or not an object (created using `CREATE_OBJECT`, or similar) should have its position/rotation synchronized,
24003
+ * even if it is a 'static' object (for example, having flag 32 - Static - set in its archetype definition).
24004
+ * This has to be called during the same frame the object is created/registered for network, as otherwise it may already
24005
+ * have a remote clone created.
24006
+ * Once a remote clone is created, changing this value will not have any effect on said clone.
24007
+ * @param object The object to set forced blending state for.
24008
+ * @param enabled `true` to enable forced blending.
24009
+ */
24010
+ declare function N_0x0379daf89ba09aa5(object: number, enabled: boolean): void;
24011
+
23993
24012
  declare function NetworkSetOverrideSpectatorMode(toggle: boolean): void;
23994
24013
 
23995
24014
  declare function NetworkSetPlayerIsPassive(toggle: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.5391-1",
3
+ "version": "2.0.5398-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {