Vixen
caa30e12
csharp
public readonly record struct EffectHandle

Which application of an effect this is. Unique within one EffectSet.

Read the guide page for this →

Fields and properties (3)

  • public uint Value

    The number. Zero is None.

  • public static EffectHandle None

    Not an effect. What a refused application returns.

  • public bool IsSome

    Whether an application happened.

Methods (2)

  • public EffectHandle(uint Value)

    Which application of an effect this is. Unique within one EffectSet.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (4)

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