0 votes

I would like to understand if wait_time is the time that passes between seconds or it acts when the countdown expires, on the godot documentation it is not very clear on this item what is meant.

Godot version 3.3.4
in Engine by (54 points)

1 Answer

0 votes

waittime is amount of time Timer will count down until it signals "timeout". Resetting Timer sets it back to its waittime. Just like You would choose alarm nap time in your phone.

by (7,925 points)

Correct me if I'm wrong: waittime then is the time it takes the timer to execute the countdown? That is, for example, if I set the countdown value = 3 seconds, and I set waittime to 4 seconds, does that mean that godot will print all 3 values in the console, that is 3, 2 and 1 in 4 seconds?

Wait, what countdown value ? There is no such thing. There is only waittime. You start timer, stop, restart and choose waittime, it is one of the simplest nodes :)

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.