@citizenfx/server 2.0.14482-1 → 2.0.14716-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.
@@ -2174,8 +2174,9 @@ declare function SetEntityIgnoreRequestControlFilter(entity: number, ignore: boo
2174
2174
  * KeepEntity = 2
2175
2175
  * }
2176
2176
  * ```
2177
- * Sets what happens when the entity is orphaned and no longer has its original owner.
2178
- * **NOTE**: This native doesn't guarantee the persistence of the entity.
2177
+ * Sets what the server will do when the entity no longer has its original owner. By default the server will cleanup entities that it considers "no longer relevant".
2178
+ * When used on trains, this native will recursively call onto all attached carriages.
2179
+ * **NOTE**: When used with `KeepEntity` (2) this native only guarantees that the ***server*** will not delete the entity, client requests to delete the entity will still work perfectly fine.
2179
2180
  * @param entity The entity to set the orphan mode of
2180
2181
  * @param orphanMode The mode that the server should use for determining if an entity should be removed.
2181
2182
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/server",
3
- "version": "2.0.14482-1",
3
+ "version": "2.0.14716-1",
4
4
  "description": "Typings for the CitizenFX server JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {