SimHub Befehl umdrehen
Kann mir jemand folgendes umdrehen? Das Standardmäßig das Ergebnis 0 ist und erst bei Drücken der Taste das Ergebnis 1 ist?
if (root["sleepMode"] == null){
root["sleepMode"] = 0;
}
if (root["sleepDebounce"] == null){
root["sleepDebounce"] = 0;
}
var cval = !$prop('InputStatus.JoystickPlugin.Pro_Switch_Panel_B16')
if (cval){
if (!root["sleepDebounce"]){
root["sleepMode"] = !root["sleepMode"];
root["sleepDebounce"] = 1;
}
return root["sleepMode"];
}
else{
root["sleepDebounce"] = 0;
}
return root["sleepMode"];
Solution:Jump to solution
```if (root["sleepMode"] == null){
root["sleepMode"] = 0;
}
if (root["sleepDebounce"] == null){
root["sleepDebounce"] = 0;...
16 Replies
dependent-tan•14mo ago
Letzte Zeile:
Solution
dependent-tan•14mo ago
cloudy-cyan•14mo ago
dependent-tan•14mo ago
Würde es dir komplett hin schreiben, aber von mobile suckt das n bisschen.
sensitive-blueOP•14mo ago
ich teste gleich mal ... wenn das nicht klappt reicht auch wenn du zeit findest 🙂
dependent-tan•14mo ago
Da sieht man wieder, dass du bei der Telekom was mit dem Support machst. Antwort ist 100% richtig aber auch 100% nutzlos.
cloudy-cyan•14mo ago
dienst nach vorschrift
und ich bin nicht im SUPPORT
😠
sensitive-blueOP•14mo ago
Klappt ich danke dir ❤️
dependent-tan•14mo ago
Sehr gerne.
cloudy-cyan•14mo ago
helfe wo ich kann
dependent-tan•14mo ago
Aber hast ja Mal mindestens n stint da gemacht in der Ausbildung oder so, bei der Antwort.
cloudy-cyan•14mo ago
auch nich lol
fisi bei der deutschen post gelernt, dann zu dhl international, dann zu t-systems.
ohne auch nur einmal was dafür zu tun 😂
sensitive-blueOP•14mo ago
Bist du es? @Kevin Sommer 🐌
cloudy-cyan•14mo ago
dependent-tan•14mo ago
So, hab die markierte Antwort nochmal editiert um die richtige Antwort für alle zu reflektieren.
sensitive-blueOP•14mo ago
Danke 🙂