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. |