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

Method selected_notify

editor/script/script_editor_plugin.cpp:4774–4777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4772}
4773
4774void ScriptEditorPlugin::selected_notify() {
4775 script_editor->ensure_select_current();
4776 _focus_another_editor();
4777}
4778
4779String ScriptEditorPlugin::get_unsaved_status(const String &p_for_scene) const {
4780 const PackedStringArray unsaved_scripts = script_editor->get_unsaved_scripts();

Callers

nothing calls this directly

Calls 1

ensure_select_currentMethod · 0.45

Tested by

no test coverage detected