Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ stop
Method
stop
scene/main/timer.cpp:155–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
void Timer::stop() {
156
time_left = -1;
157
_set_process(false);
158
autostart = false;
159
}
160
161
void Timer::set_paused(bool p_paused) {
162
if (paused == p_paused) {
Callers
5
request_raw
Method · 0.45
cancel_request
Method · 0.45
test_timer.h
File · 0.45
test_tcp_server.h
File · 0.45
test_udp_server.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected