| 4826 | } |
| 4827 | |
| 4828 | void ScriptEditorPlugin::apply_changes() { |
| 4829 | script_editor->apply_scripts(); |
| 4830 | } |
| 4831 | |
| 4832 | void ScriptEditorPlugin::set_window_layout(Ref<ConfigFile> p_layout) { |
| 4833 | script_editor->set_window_layout(p_layout); |
nothing calls this directly
no test coverage detected