Enum EnumDeathCause
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public enum EnumDeathCause
- Extension Methods
Fields
BlockDamage = 1The death was caused by damage from a block.
Drowning = 2The death was caused by loss of getting air when underwater.
Explosion = 3The death was caused by a strong concussive force to the forehead.
FallDamage = 0The death was caused by falling too far.
Injury = 4The death was caused by an injury the player sustained.
Unknown = 5We don't know what killed ya.