diff --git a/Timeouts.md b/Timeouts.md index 3c54e84..6b1a871 100644 --- a/Timeouts.md +++ b/Timeouts.md @@ -11,4 +11,9 @@ self.timeout(timeoutID, delay) def onEvent(self, event): if event.type == gameUtils.Timeout: print(f'Timeout {event.timeoutID} just fired.') +``` + +## To see if there's a timeout on the stack: +```python +self.awaitingTimeout(timeoutID) ``` \ No newline at end of file