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

Method make_visible

editor/script/script_editor_plugin.cpp:4765–4772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4763}
4764
4765void ScriptEditorPlugin::make_visible(bool p_visible) {
4766 if (p_visible) {
4767 window_wrapper->show();
4768 script_editor->ensure_select_current();
4769 } else {
4770 window_wrapper->hide();
4771 }
4772}
4773
4774void ScriptEditorPlugin::selected_notify() {
4775 script_editor->ensure_select_current();

Callers 1

Calls 3

showMethod · 0.45
ensure_select_currentMethod · 0.45
hideMethod · 0.45

Tested by

no test coverage detected