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