Enum CheckType
The possible types of checks to preform on active abilities.
Namespace: Exiled.CustomRoles.API.Features.Enums
Assembly: Exiled.CustomRoles.dll
Syntax
public enum CheckType
Fields
Name | Description |
---|---|
Active | The ability is currently active. |
Available | Check if the ability is available to the player. (DOES NOT CHECK COOLDOWNS) |
Selected | Check if the ability is selected, but not active. |