Enum AbilityKeypressTriggerType
The action type that should be triggered from a keypress trigger.
Namespace: Exiled.CustomRoles.API.Features.Enums
Assembly: Exiled.CustomRoles.dll
Syntax
public enum AbilityKeypressTriggerType
Fields
| Name | Description |
|---|---|
| Activate | Activate ability. |
| DisplayInfo | Display information about the ability to the user. |
| None | No action. |
| SwitchBackward | Switch to previous ability. |
| SwitchForward | Switch to next ability. |