csharp
public enum EffectEventKindWhat happened to an effect, for whoever needs to react to it.
Fields and properties (7)
AppliedA new instance started.
RestackedAn existing instance was refreshed, extended or stacked up.
RefusedAn application was refused — by None or by an immunity.
PeriodA periodic effect came due.
ExpiredThe duration ran out.
CancelledA gameplay event matched CancelOn.
RemovedSomething took it off deliberately.
Used by (3)
- EffectEventVixen.Gameplay
- EffectSetVixen.Gameplay
- EffectSetTestsVixen.Gameplay.Tests