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

Method save_external_data

editor/script/script_editor_plugin.cpp:4822–4826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4820}
4821
4822void ScriptEditorPlugin::save_external_data() {
4823 if (!EditorNode::get_singleton()->is_exiting()) {
4824 script_editor->save_all_scripts();
4825 }
4826}
4827
4828void ScriptEditorPlugin::apply_changes() {
4829 script_editor->apply_scripts();

Callers

nothing calls this directly

Calls 2

is_exitingMethod · 0.80
save_all_scriptsMethod · 0.80

Tested by

no test coverage detected