(self)
| 1069 | self.autoplayTimeLeft -= 1 |
| 1070 | |
| 1071 | def resetAutoPlayState(self): |
| 1072 | self.autoPlay = False |
| 1073 | self.ui.updateAutoPlayState(False) |
| 1074 | self.stopAutoplayCountdown() |
| 1075 | |
| 1076 | @requireServerFeature("readiness") |
| 1077 | def toggleReady(self, manuallyInitiated=True): |
no test coverage detected