Vixen
caa30e12
csharp
public struct ActiveEffect

One running effect on one target.

Read the guide page for this →

Fields and properties (9)

  • public EffectHandle Handle

    Which application this is.

  • public EffectTemplate Template

    What it is running.

  • public ulong Instigator

    Whoever applied it, as the caller numbered them. Zero is nobody in particular.

  • public ModifierSource Source

    What its modifiers are removed by.

  • public float Elapsed

    How long it has been running, in seconds.

  • public float Duration

    How long this instance lasts, which Extend grows past the template's.

  • public int Stacks

    How many stacks. One for every policy but StackTo.

  • public int TicksEmitted

    How many periodic ticks it has already produced.

  • public readonly float Remaining

    How much longer it has, or infinity.

Used by (2)

  • EffectSetVixen.Gameplay
  • EffectSetTestsVixen.Gameplay.Tests