| 4820 | } |
| 4821 | |
| 4822 | void ScriptEditorPlugin::save_external_data() { |
| 4823 | if (!EditorNode::get_singleton()->is_exiting()) { |
| 4824 | script_editor->save_all_scripts(); |
| 4825 | } |
| 4826 | } |
| 4827 | |
| 4828 | void ScriptEditorPlugin::apply_changes() { |
| 4829 | script_editor->apply_scripts(); |
nothing calls this directly
no test coverage detected