@citizenfx/server 2.0.6341-1 → 2.0.6342-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.
@@ -456,6 +456,11 @@ declare function GetEntitySpeed(entity: number): number;
456
456
 
457
457
  /**
458
458
  * Gets the entity type (as an integer), which can be one of the following defined down below:
459
+ * **The following entities will return type `1`:**
460
+ * * Ped
461
+ * * Player
462
+ * * Animal (Red Dead Redemption 2)
463
+ * * Horse (Red Dead Redemption 2)
459
464
  * **The following entities will return type `2`:**
460
465
  * * Automobile
461
466
  * * Bike
@@ -466,11 +471,6 @@ declare function GetEntitySpeed(entity: number): number;
466
471
  * * Trailer
467
472
  * * Train
468
473
  * * DraftVeh (Red Dead Redemption 2)
469
- * **The following entities will return type `1`:**
470
- * * Ped
471
- * * Player
472
- * * Animal (Red Dead Redemption 2)
473
- * * Horse (Red Dead Redemption 2)
474
474
  * **The following entities will return type `3`:**
475
475
  * * Object
476
476
  * * Door
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/server",
3
- "version": "2.0.6341-1",
3
+ "version": "2.0.6342-1",
4
4
  "description": "Typings for the CitizenFX server JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {