Vixen
caa30e12
csharp
public enum EffectEventKind

What happened to an effect, for whoever needs to react to it.

Read the guide page for this →

Fields and properties (7)

  • Applied

    A new instance started.

  • Restacked

    An existing instance was refreshed, extended or stacked up.

  • Refused

    An application was refused — by None or by an immunity.

  • Period

    A periodic effect came due.

  • Expired

    The duration ran out.

  • Cancelled

    A gameplay event matched CancelOn.

  • Removed

    Something took it off deliberately.

Used by (3)

  • EffectEventVixen.Gameplay
  • EffectSetVixen.Gameplay
  • EffectSetTestsVixen.Gameplay.Tests