From d7408c3e2268edd658100be28fc85b02d9aa4b89 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sun, 22 Jun 2025 17:01:29 +0000 Subject: [PATCH] Update Timeouts --- Timeouts.md | 5 +++++ 1 file changed, 5 insertions(+) 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