You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -375,9 +346,11 @@ function GetPedScriptTaskStage(ped) end
375
346
--- }
376
347
--- ```
377
348
---
378
-
--- Sets what happens when the entity is orphaned and no longer has its original owner.
349
+
--- 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".
379
350
---
380
-
--- **NOTE**: This native doesn't guarantee the persistence of the entity.
351
+
--- When used on trains, this native will recursively call onto all attached carriages.
352
+
---
353
+
--- **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.
0 commit comments