Search Results for

    Show / Hide Table of Contents

    Enum EffectCategory

    An enum which represents the categories of an effect.

    Namespace: Exiled.API.Enums
    Assembly: Exiled.API.dll
    Syntax
    [Flags]
    public enum EffectCategory

    Fields

    Name Description
    Harmful

    Represents an effect which deals damage to a player over time.

    Movement

    Represents an effect which modifies a player's movement speed.

    Negative

    Represents an effect with a negative player impact.

    None

    Represents an uncategorized effect.

    Positive

    Represents an effect with a positive player impact.

    See Also
    GetCategories(EffectType)

    Extension Methods

    ReflectionExtensions.CopyProperties(Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX