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

Method save_editor_external_data

editor/editor_data.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389void EditorData::save_editor_external_data() {
390 for (int i = 0; i < editor_plugins.size(); i++) {
391 editor_plugins[i]->save_external_data();
392 }
393}
394
395void EditorData::apply_changes_in_editors() {
396 for (int i = 0; i < editor_plugins.size(); i++) {

Callers 3

_notificationMethod · 0.80
_save_sceneMethod · 0.80
try_autosaveMethod · 0.80

Calls 2

sizeMethod · 0.65
save_external_dataMethod · 0.45

Tested by

no test coverage detected