MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / process

Method process

core/os/main_loop.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool MainLoop::process(double p_time) {
72 bool quit = false;
73 GDVIRTUAL_CALL(_process, p_time, quit);
74 return quit;
75}
76
77void MainLoop::finalize() {
78 GDVIRTUAL_CALL(_finalize);

Callers 4

test_node.hFile · 0.45
test_control.hFile · 0.45
test_timer.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected