MCPcopy 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
155void Timer::stop() {
156 time_left = -1;
157 _set_process(false);
158 autostart = false;
159}
160
161void Timer::set_paused(bool p_paused) {
162 if (paused == p_paused) {

Callers 5

request_rawMethod · 0.45
cancel_requestMethod · 0.45
test_timer.hFile · 0.45
test_tcp_server.hFile · 0.45
test_udp_server.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected