Table of Contents

Enum CheckType

Namespace
Exiled.CustomRoles.API.Features.Enums
Assembly
Exiled.CustomRoles.dll

The possible types of checks to preform on active abilities.

public enum CheckType
Extension Methods

Fields

Available = 0

Check if the ability is available to the player. (DOES NOT CHECK COOLDOWNS)

Selected = 1

Check if the ability is selected, but not active.

Active = 2

The ability is currently active.