@citizenfx/client 2.0.25988-1 → 2.0.26795-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.
@@ -7447,10 +7447,10 @@ declare function DrawBox(x1: number, y1: number, z1: number, x2: number, y2: num
7447
7447
  * @param posY The Y position of the corona origin.
7448
7448
  * @param posZ The Z position of the corona origin.
7449
7449
  * @param size The size of the corona.
7450
+ * @param alpha The alpha component of the marker color, on a scale from 0-255.
7450
7451
  * @param red The red component of the marker color, on a scale from 0-255.
7451
7452
  * @param green The green component of the marker color, on a scale from 0-255.
7452
7453
  * @param blue The blue component of the marker color, on a scale from 0-255.
7453
- * @param alpha The alpha component of the marker color, on a scale from 0-255.
7454
7454
  * @param intensity The intensity of the corona.
7455
7455
  * @param zBias zBias slightly shifts the depth of surfaces to make sure they don’t overlap or cause visual glitches when they are very close together. The zBias value are usually in the range of 0.0 to 1.0.
7456
7456
  * @param dirX The X direction of the corona.
@@ -7461,7 +7461,7 @@ declare function DrawBox(x1: number, y1: number, z1: number, x2: number, y2: num
7461
7461
  * @param outerAngle The outer angle of the corona.
7462
7462
  * @param flags The corona flags.
7463
7463
  */
7464
- declare function DrawCorona(posX: number, posY: number, posZ: number, size: number, red: number, green: number, blue: number, alpha: number, intensity: number, zBias: number, dirX: number, dirY: number, dirZ: number, viewThreshold: number, innerAngle: number, outerAngle: number, flags: number): void;
7464
+ declare function DrawCorona(posX: number, posY: number, posZ: number, size: number, alpha: number, red: number, green: number, blue: number, intensity: number, zBias: number, dirX: number, dirY: number, dirZ: number, viewThreshold: number, innerAngle: number, outerAngle: number, flags: number): void;
7465
7465
 
7466
7466
  /**
7467
7467
  * NOTE: Debugging functions are not present in the retail version of the game.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.25988-1",
3
+ "version": "2.0.26795-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {