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

Method get_main_loop

core/core_bind.cpp:1986–1989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984}
1985
1986MainLoop *Engine::get_main_loop() const {
1987 // Needs to remain in OS, since it's actually OS that interacts with it, but it's better exposed here
1988 return ::OS::get_singleton()->get_main_loop();
1989}
1990
1991Dictionary Engine::get_version_info() const {
1992 return ::Engine::get_singleton()->get_version_info();

Callers 15

drawMethod · 0.45
_process_commandMethod · 0.45
debugMethod · 0.45
set_localeMethod · 0.45
_get_node_countMethod · 0.45
iterationMethod · 0.45
request_and_waitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected