Add Timer.is_running()
#7419
timothyqiu
started this conversation in
Engine Core
Replies: 1 comment 4 replies
-
Would |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To test is a
Timer
is running, the current solutions are:not timer.is_stopped()
double negative twists mindtimer.time_left > 0
Beta Was this translation helpful? Give feedback.
All reactions