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

Method get_frames_drawn

core/core_bind.cpp:1982–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1980}
1981
1982int Engine::get_frames_drawn() {
1983 return ::Engine::get_singleton()->get_frames_drawn();
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

Callers 15

frame_updateMethod · 0.45
_get_jitterMethod · 0.45
_notificationMethod · 0.45
EditorNodeMethod · 0.45
_notificationMethod · 0.45
_value_input_closedMethod · 0.45
_value_focus_exitedMethod · 0.45
main_loop_iterateMethod · 0.45
add_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected