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

Method _start_timer

editor/doc/editor_help.cpp:4574–4578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4572}
4573
4574void EditorHelpBitTooltip::_start_timer() {
4575 if (timer->is_inside_tree() && timer->is_stopped()) {
4576 timer->start();
4577 }
4578}
4579
4580void EditorHelpBitTooltip::_target_gui_input(const Ref<InputEvent> &p_event) {
4581 // Only scrolling is not checked in `NOTIFICATION_INTERNAL_PROCESS`.

Callers

nothing calls this directly

Calls 3

is_inside_treeMethod · 0.80
is_stoppedMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected