csharp
public readonly record struct EffectHandleWhich application of an effect this is. Unique within one EffectSet.
Fields and properties (3)
public uint ValueThe number. Zero is None.
public static EffectHandle NoneNot an effect. What a refused application returns.
public bool IsSomeWhether 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