ButtonAction
Defined in: ButtonAction.ts:1
Enumeration Members
Section titled “Enumeration Members”LEFT:
0
Defined in: ButtonAction.ts:3
This only fires on InputHook.GET_ACTION_VALUE (2).
RIGHT:
1
Defined in: ButtonAction.ts:6
This only fires on InputHook.GET_ACTION_VALUE (2).
UP:
2
Defined in: ButtonAction.ts:9
This only fires on InputHook.GET_ACTION_VALUE (2).
DOWN:
3
Defined in: ButtonAction.ts:12
This only fires on InputHook.GET_ACTION_VALUE (2).
SHOOT_LEFT
Section titled “SHOOT_LEFT”SHOOT_LEFT:
4
Defined in: ButtonAction.ts:15
This fires on InputHook.IS_ACTION_PRESSED (0) and InputHook.GET_ACTION_VALUE (2).
SHOOT_RIGHT
Section titled “SHOOT_RIGHT”SHOOT_RIGHT:
5
Defined in: ButtonAction.ts:18
This fires on InputHook.IS_ACTION_PRESSED (0) and InputHook.GET_ACTION_VALUE (2).
SHOOT_UP
Section titled “SHOOT_UP”SHOOT_UP:
6
Defined in: ButtonAction.ts:21
This fires on InputHook.IS_ACTION_PRESSED (0) and InputHook.GET_ACTION_VALUE (2).
SHOOT_DOWN
Section titled “SHOOT_DOWN”SHOOT_DOWN:
7
Defined in: ButtonAction.ts:24
This fires on InputHook.IS_ACTION_PRESSED (0) and InputHook.GET_ACTION_VALUE (2).
BOMB:
8
Defined in: ButtonAction.ts:27
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
ITEM:
9
Defined in: ButtonAction.ts:30
This fires on InputHook.IS_ACTION_PRESSED (0) and InputHook.IS_ACTION_TRIGGERED (1).
PILL_CARD
Section titled “PILL_CARD”PILL_CARD:
10
Defined in: ButtonAction.ts:33
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
DROP:
11
Defined in: ButtonAction.ts:41
This is also used for switching cards, switching The Forgotten, holding Esau in place, and so on.
This fires on InputHook.IS_ACTION_PRESSED (0) and InputHook.IS_ACTION_TRIGGERED (1).
PAUSE:
12
Defined in: ButtonAction.ts:44
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
MAP:
13
Defined in: ButtonAction.ts:47
This only fires on InputHook.IS_ACTION_PRESSED (0).
MENU_CONFIRM
Section titled “MENU_CONFIRM”MENU_CONFIRM:
14
Defined in: ButtonAction.ts:50
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
MENU_BACK
Section titled “MENU_BACK”MENU_BACK:
15
Defined in: ButtonAction.ts:53
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
RESTART_REPENTANCE
Section titled “RESTART_REPENTANCE”RESTART_REPENTANCE:
16
Defined in: ButtonAction.ts:62
This only fires on InputHook.IS_ACTION_PRESSED (0).
- Restart is 16 in Repentance.
- Restart is 18 in Repentance+.
- Fullscreen is 16 in Repentance+.
FULLSCREEN_REPENTANCE_PLUS
Section titled “FULLSCREEN_REPENTANCE_PLUS”FULLSCREEN_REPENTANCE_PLUS:
16
Defined in: ButtonAction.ts:72
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
- Fullscreen is 17 in Repentance.
- Fullscreen is 16 in Repentance+.
- Restart is 16 in Repentance.
FULLSCREEN_REPENTANCE
Section titled “FULLSCREEN_REPENTANCE”FULLSCREEN_REPENTANCE:
17
Defined in: ButtonAction.ts:81
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
- Fullscreen is 17 in Repentance.
- Fullscreen is 16 in Repentance+.
- Mute is 17 in Repentance+.
MUTE_REPENTANCE_PLUS
Section titled “MUTE_REPENTANCE_PLUS”MUTE_REPENTANCE_PLUS:
17
Defined in: ButtonAction.ts:91
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
- Mute is 18 in Repentance.
- Mute is 17 in Repentance+.
- Fullscreen is 17 in Repentance.
MUTE_REPENTANCE
Section titled “MUTE_REPENTANCE”MUTE_REPENTANCE:
18
Defined in: ButtonAction.ts:100
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
- Mute is 18 in Repentance.
- Mute is 17 in Repentance+.
- Restart is 18 in Repentance+.
RESTART_REPENTANCE_PLUS
Section titled “RESTART_REPENTANCE_PLUS”RESTART_REPENTANCE_PLUS:
18
Defined in: ButtonAction.ts:110
This only fires on InputHook.IS_ACTION_PRESSED (0).
- Restart is 16 in Repentance.
- Restart is 18 in Repentance+.
- Mute is 18 in Repentance.
JOIN_MULTIPLAYER
Section titled “JOIN_MULTIPLAYER”JOIN_MULTIPLAYER:
19
Defined in: ButtonAction.ts:113
Does not seem to trigger any input hooks while on keyboard.
MENU_LEFT
Section titled “MENU_LEFT”MENU_LEFT:
20
Defined in: ButtonAction.ts:116
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
MENU_RIGHT
Section titled “MENU_RIGHT”MENU_RIGHT:
21
Defined in: ButtonAction.ts:119
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
MENU_UP
Section titled “MENU_UP”MENU_UP:
22
Defined in: ButtonAction.ts:122
Does not seem to trigger any input hooks while on keyboard.
MENU_DOWN
Section titled “MENU_DOWN”MENU_DOWN:
23
Defined in: ButtonAction.ts:125
Does not seem to trigger any input hooks while on keyboard.
MENU_LEFT_TRIGGER_REPENTANCE
Section titled “MENU_LEFT_TRIGGER_REPENTANCE”MENU_LEFT_TRIGGER_REPENTANCE:
24
Defined in: ButtonAction.ts:134
Does not seem to trigger any input hooks while on keyboard.
- Menu left trigger is 24 in Repentance.
- Menu left trigger is 26 in Repentance+.
- Menu left shoulder is 24 in Repentance+.
MENU_LEFT_SHOULDER
Section titled “MENU_LEFT_SHOULDER”MENU_LEFT_SHOULDER:
24
Defined in: ButtonAction.ts:138
Added in Repentance+. (It took the old value for “MENU_LEFT_TRIGGER”.)
MENU_RIGHT_TRIGGER_REPENTANCE
Section titled “MENU_RIGHT_TRIGGER_REPENTANCE”MENU_RIGHT_TRIGGER_REPENTANCE:
25
Defined in: ButtonAction.ts:147
Does not seem to trigger any input hooks while on keyboard.
- Menu right trigger is 25 in Repentance.
- Menu right trigger is 27 in Repentance+.
- Menu right shoulder is 25 in Repentance+.
MENU_RIGHT_SHOULDER
Section titled “MENU_RIGHT_SHOULDER”MENU_RIGHT_SHOULDER:
25
Defined in: ButtonAction.ts:151
Added in Repentance+. (It took the old value for “MENU_RIGHT_TRIGGER”.)
MENU_TAB_REPENTANCE
Section titled “MENU_TAB_REPENTANCE”MENU_TAB_REPENTANCE:
26
Defined in: ButtonAction.ts:160
Does not seem to trigger any input hooks while on keyboard.
- Menu tab is 26 in Repentance.
- Menu tab is 28 in Repentance+.
- Menu left trigger is 26 in Repentance+.
MENU_LEFT_TRIGGER_REPENTANCE_PLUS
Section titled “MENU_LEFT_TRIGGER_REPENTANCE_PLUS”MENU_LEFT_TRIGGER_REPENTANCE_PLUS:
26
Defined in: ButtonAction.ts:170
Does not seem to trigger any input hooks while on keyboard.
- Menu left trigger is 24 in Repentance.
- Menu left trigger is 26 in Repentance+.
- Menu tab is 26 in Repentance.
MENU_RIGHT_TRIGGER_REPENTANCE_PLUS
Section titled “MENU_RIGHT_TRIGGER_REPENTANCE_PLUS”MENU_RIGHT_TRIGGER_REPENTANCE_PLUS:
27
Defined in: ButtonAction.ts:179
Does not seem to trigger any input hooks while on keyboard.
- Menu right trigger is 25 in Repentance.
- Menu right trigger is 27 in Repentance+.
- No enum values are equal to 27 in Repentance.
CONSOLE_REPENTANCE
Section titled “CONSOLE_REPENTANCE”CONSOLE_REPENTANCE:
28
Defined in: ButtonAction.ts:188
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
- Console is 28 in Repentance.
- Console is 32 in Repentance+.
- Menu tab is 28 in Repentance+.
MENU_TAB_REPENTANCE_PLUS
Section titled “MENU_TAB_REPENTANCE_PLUS”MENU_TAB_REPENTANCE_PLUS:
28
Defined in: ButtonAction.ts:198
Does not seem to trigger any input hooks while on keyboard.
- Menu tab is 26 in Repentance.
- Menu tab is 28 in Repentance+.
- Console is 28 in Repentance.
MENU_EX
Section titled “MENU_EX”MENU_EX:
29
Defined in: ButtonAction.ts:201
Added in Repentance+.
EMOTES
Section titled “EMOTES”EMOTES:
30
Defined in: ButtonAction.ts:204
Added in Repentance+.
CONSOLE_REPENTANCE_PLUS
Section titled “CONSOLE_REPENTANCE_PLUS”CONSOLE_REPENTANCE_PLUS:
32
Defined in: ButtonAction.ts:213
This only fires on InputHook.IS_ACTION_TRIGGERED (1).
- Console is 28 in Repentance.
- Console is 32 in Repentance+.
- No enum values are equal to 32 in Repentance.
