Enum EnumItemDamageSource
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Types for how an item can damage it's durability.
public enum EnumItemDamageSource
- Extension Methods
Fields
Attacking = 1
The item was attacking a creature.
BlockBreaking = 0
The item was breaking a block.
Fire = 2
Unused. The item was thrown into a fire.