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