Sterowanie
Przycisk Joypad: przypisz skrypt
Run the specified script any time a joypad button is pressed.
Przycisk Joypad: przypisz skrypt
Button
A
B
Start
Select
Nadpisz domyślny przycisk akcji
Na naciśnięcie
Na naciśnięcie
- Button: The joypad button to check.
- Nadpisz domyślny przycisk akcji: Set if the script should replace the default game action for the specified button.
- Na naciśnięcie: The script to run when the button is pressed.
Warunek: naciśnięty przycisk joypada
Conditionally run part of the script if the specified joypad button is currently pressed. Will not wait for user input and will only execute once, if you wish to run a script every time a button is pressed use Attach Script To Button instead.
Odniesienia
/docs/scripting/script-glossary/input#attach-script-to-button
Warunek: naciśnięty przycisk joypada
Każde z
A
B
Start
Select
Prawda
W innym wypadku
- Każde z: The input buttons to check.
- Prawda: The script to run if the condition is true.
- Fałsz: The script to run if the condition is false.
Przycisk Joypad: czekaj na przycisk
Pauses the script until one of the specified joypad buttons are pressed.
Przycisk Joypad: czekaj na przycisk
Każde z
A
B
Start
Select
- Każde z: The input buttons to check.
Przycisk Joypad: usuń przypisany skrypt
Remove an attached script from a joypad button restoring the default functionality of the button.
Przycisk Joypad: usuń przypisany skrypt
Usuń skrypt dołączony do wykonania
A
B
Start
Select
- Usuń skrypt dołączony do wykonania: The joypad button to remove the attached script from.