Table of Contents

Enum ContextDealerRole

Namespace
ElectricDrill.AstraHealth.Damage
Assembly
com.electricdrill.astra-health.Runtime.dll

Selects the entity that will act as the damage dealer, including the option of no dealer (system damage).

public enum ContextDealerRole

Fields

ContextSource = 0

The entity that originally dealt the damage (context Source).

ContextTarget = 1

The entity that originally received the damage (context Target).

None = 2

No dealer entity — system-initiated damage with no attribution.