Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timer start() documentation seems incorrect #10012

Closed
nziswat opened this issue Sep 27, 2024 · 1 comment
Closed

Timer start() documentation seems incorrect #10012

nziswat opened this issue Sep 27, 2024 · 1 comment
Labels
Milestone

Comments

@nziswat
Copy link

nziswat commented Sep 27, 2024

Your Godot version:
4.3
Issue description:
The line 'Starts the timer, if it was not started already.' Seems to be incorrect from what I can tell. Calling start() on a timer that is already running restarts the timer, instead of doing nothing.
Suggested fix: 'Starts the timer, or restarts if it was started already.'

URL to the documentation page:
https://docs.godotengine.org/en/stable/classes/class_timer.html

@nziswat nziswat added the bug label Sep 27, 2024
@AThousandShips
Copy link
Member

@AThousandShips AThousandShips added this to the 4.4 milestone Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants