Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ is_stopped
Method
is_stopped
scene/main/timer.cpp:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
bool Timer::is_stopped() const {
183
return get_time_left() <= 0;
184
}
185
186
double Timer::get_time_left() const {
187
return time_left > 0 ? time_left : 0;
Callers
11
path_changed
Method · 0.80
_input_from_window_internal
Method · 0.80
_close_pressed
Method · 0.80
add_frame_metric
Method · 0.80
add_frame_metric
Method · 0.80
reset_timer
Method · 0.80
_settings_save
Method · 0.80
_reset_hovering_timer
Method · 0.80
_line_col_changed
Method · 0.80
_start_timer
Method · 0.80
is_embedding_in_progress
Method · 0.80
Calls
no outgoing calls
Tested by
1
reset_timer
Method · 0.64