Enum EnumDespawnReason
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public enum EnumDespawnReason
- Extension Methods
Fields
Combusted = 1Completely burned up
Death = 0Despawned because it died.
Disconnect = 5The last player disconnected from the game.
Expire = 6The entity expired.
OutOfRange = 2Despawned because the player (or players) moved out of ranged.
PickedUp = 3A player picked up this item and is removed from the world. (ItemEntity -> Item)
Removed = 7The entity was removed.
Unload = 4The region was unloaded.