[Core] Align naming and args of (SceneTree)Timer time scale methods

Renamed `get_ignore_time_scale` to `is_ignoring_time_scale` following general naming standards.
This commit is contained in:
AThousandShips
2024-12-22 15:20:27 -05:00
parent 0f95e9f8e6
commit 8d1a3e2a76
5 changed files with 8 additions and 8 deletions

View File

@ -71,7 +71,7 @@ public:
bool is_paused() const;
void set_ignore_time_scale(bool p_ignore);
bool get_ignore_time_scale();
bool is_ignoring_time_scale();
bool is_stopped() const;