-
-
Notifications
You must be signed in to change notification settings - Fork 21.9k
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
[Core] Align naming and args of (SceneTree)Timer
time scale methods
#100752
[Core] Align naming and args of (SceneTree)Timer
time scale methods
#100752
Conversation
2d7aa99
to
3e094ae
Compare
I think this should include the |
That can't be done without breaking compatibility. It can be done here for Timer because it was just recently added in the dev builds. |
This method on I'd also personally be in support of renaming it on |
Will get that done too! Thank you |
3e094ae
to
6bea00b
Compare
Renamed `get_ignore_time_scale` to `is_ignoring_time_scale` following general naming standards.
6bea00b
to
8d1a3e2
Compare
Timer
time scale methods(SceneTree)Timer
time scale methods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Thanks! |
Thank you! |
Renamed
get_ignore_time_scale
tois_ignoring_time_scale
following general naming standards.See conversation in:
Engine.time_scale
#100735Left the default argument as is, the
Tween
code is different in that regardDoesn't break compatibility as it was introduced during 4.4