-
Notifications
You must be signed in to change notification settings - Fork 7
Lua Script API: Game Input Control Functions ‐ Input Controls
Meme1079 edited this page Dec 25, 2024
·
1 revision
Keybinds | Description | Default Main Keybinds | Default Alt Keybinds |
---|---|---|---|
left |
The current keybind for hitting the left note. | A |
LEFT |
down |
The current keybind for hitting the down note. | S |
DOWN |
up |
The current keybind for hitting the up note. | W |
UP |
right |
The current keybind for hitting the right note. | D |
RIGHT |
Keybinds | Description | Default Main Keybinds | Default Alt Keybinds |
---|---|---|---|
left |
The current gamepad bind for hitting the left note. | DPAD_LEFT |
X |
down |
The current gamepad bind for hitting the down note. | DPAD_DOWN |
A |
up |
The current gamepad bind for hitting the up note. | DPAD_UP |
Y |
right |
The current gamepad bind for hitting the right note. | DPAD_RIGHT |
B |
Keybinds | Description | Default Main Keybinds | Default Alt Keybinds |
---|---|---|---|
ui_left |
The current keybind for going left. | A |
LEFT |
ui_down |
The current keybind for going down. | S |
DOWN |
ui_up |
The current keybind for going up. | W |
UP |
ui_right |
The current keybind for going right. | D |
RIGHT |
reset |
The current keybind for blue-balling yourself. | R |
|
accept |
The current keybind for entering. | SPACE |
ENTER |
back |
The current keybind for going back. | BACKSPACE |
ESCAPE |
pause |
The current keybind for pausing the game. | ENTER |
ESCAPE |
Keybinds | Description | Default Main Keybinds | Default Alt Keybinds |
---|---|---|---|
ui_left |
The current keybind for going left. | DPAD_LEFT |
LEFT_STICK_DIGITAL_LEFT |
ui_down |
The current keybind for going down. | DPAD_DOWN |
LEFT_STICK_DIGITAL_DOWN |
ui_up |
The current keybind for going up. | DPAD_UP |
LEFT_STICK_DIGITAL_UP |
ui_right |
The current keybind for going right. | DPAD_RIGHT |
LEFT_STICK_DIGITAL_RIGHT |
reset |
The current keybind for blue-balling yourself. | BACK |
|
accept |
The current keybind for entering. | A |
START |
back |
The current keybind for going back. | B |
|
pause |
The current keybind for pausing the game. | START |
Keybinds | Description | Default Main Keybinds | Default Alt Keybinds |
---|---|---|---|
volume_up |
The current keybind for increasing the volume. | NUMPADPLUS |
LEFT |
volume_down |
The current keybind for decreasing the volume. | NUMPADMINUS |
DOWN |
volume_mute |
The current keybind for muting the volume. | ZERO |
Keybinds | Description | Default Main Keybinds | Default Alt Keybinds |
---|---|---|---|
debug_1 |
The current keybind for entering the chart editor. | SEVEN |
|
debug_2 |
The current keybind for entering the character editor. | EIGHT |
Is the page in some way inaccurate? an error, a typo, or outdated data? To report it, use the "Issue Tab". Or do you wish to include a new function or add new information? use the "Pull Request Tab". Help is always appreciated!
- Event Callbacks
- Custom Sprite
- Custom Text
- Object Functions
- General Functions
- Scripting & File Functions
- Game Input Control Functions
- Language Translation
- HScript Functions
- Custom Substates
- Custom Shaders
- Deprecated & Removed Functions
- Sound & Music Functions
- Tweens & Timers Functions
- Reflection Functions
- Variables