Enum EntityHealth.HitResult
The enum used when determining if a hit on the enemy was valid
Namespace: WeaverCore.Components
Assembly: WeaverCore.dll
Syntax
public enum EntityHealth.HitResult
Fields
Name | Description |
---|---|
Invalid | The hit did not deal damage to the enemy |
Invincible | The enemy is invincible |
Valid | The hit dealt some damage to the enemy |