@citizenfx/server 2.0.6551-1 → 2.0.6552-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.
@@ -286,6 +286,12 @@ declare function DoesBoatSinkWhenWrecked(vehicle: number): boolean;
286
286
  */
287
287
  declare function DoesEntityExist(entity: number): boolean;
288
288
 
289
+ /**
290
+ * Returns whether or not the player exists
291
+ * @return True of the player exists, false otherwise
292
+ */
293
+ declare function DoesPlayerExist(playerSrc: string): boolean;
294
+
289
295
  /**
290
296
  * Requests whether or not the player owns the specified SKU.
291
297
  * @param playerSrc The player handle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/server",
3
- "version": "2.0.6551-1",
3
+ "version": "2.0.6552-1",
4
4
  "description": "Typings for the CitizenFX server JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {