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

Method _project_run_stopped

editor/editor_node.cpp:5043–5048  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5041}
5042
5043void EditorNode::_project_run_stopped() {
5044 int action_on_stop = EDITOR_GET("run/bottom_panel/action_on_stop");
5045 if (action_on_stop == ACTION_ON_STOP_CLOSE_BUTTOM_PANEL) {
5046 bottom_panel->hide_bottom_panel();
5047 }
5048}
5049
5050void EditorNode::notify_all_debug_sessions_exited() {
5051 project_run_bar->stop_playing();

Callers

nothing calls this directly

Calls 1

hide_bottom_panelMethod · 0.45

Tested by

no test coverage detected