Eingabe
Joypad-Eingabe: Binde Skript An Eingabe
Run the specified script any time a joypad button is pressed.
Joypad-Eingabe: Binde Skript An Eingabe
Button
A
B
Start
Select
Überschreibe Standard-Tasten-Aktion
Durch Drücken von
Durch Drücken von
- Button: The joypad button to check.
- Überschreibe Standard-Tasten-Aktion: Set if the script should replace the default game action for the specified button.
- Durch Drücken von: The script to run when the button is pressed.
Falls Joypad-Eingabe Gedrückt
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.
Referenzen
/docs/scripting/script-glossary/input#attach-script-to-button
Falls Joypad-Eingabe Gedrückt
Beliebiges von
A
B
Start
Select
Wahr
Andernfalls
- Beliebiges von: The input buttons to check.
- Wahr: The script to run if the condition is true.
- Falsch: The script to run if the condition is false.
Joypad-Eingabe: Skript Pausieren Bis Gedrückt
Pauses the script until one of the specified joypad buttons are pressed.
Joypad-Eingabe: Skript Pausieren Bis Gedrückt
Beliebiges von
A
B
Start
Select
- Beliebiges von: The input buttons to check.
Joypad-Eingabe: Entferne Skript Von Eingabe
Remove an attached script from a joypad button restoring the default functionality of the button.
Joypad-Eingabe: Entferne Skript Von Eingabe
Entfernt angefügtes Skript von Eingabe
A
B
Start
Select
- Entfernt angefügtes Skript von Eingabe: The joypad button to remove the attached script from.