Enum AbilityKeypressTriggerType
- Namespace
- Exiled.CustomRoles.API.Features.Enums
- Assembly
- Exiled.CustomRoles.dll
The action type that should be triggered from a keypress trigger.
public enum AbilityKeypressTriggerType
- Extension Methods
Fields
None = 0
No action.
Activate = 1
Activate ability.
SwitchForward = 2
Switch to next ability.
SwitchBackward = 3
Switch to previous ability.
DisplayInfo = 4
Display information about the ability to the user.