Enum EnumDamageSource
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public enum EnumDamageSource
- Extension Methods
Fields
Bleed = 13It came from entity bleeding
Block = 0It came from a block in the world.
Drown = 3It came from being in water too long.
Entity = 8It came from another entity.
Explosion = 9It came from an explostion.
Fall = 2It came from falling too far.
Internal = 7It came from inside.
Machine = 10Player = 1It from another player.
Revive = 4It came from respawning.
Suicide = 6It came from the /kill command.
Unknown = 11It came from a source not identified.
Void = 5It came from the void.
Weather = 12