Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ save_external_data
Method
save_external_data
editor/plugins/editor_plugin.cpp:379–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
377
}
378
379
void EditorPlugin::save_external_data() {
380
GDVIRTUAL_CALL(_save_external_data);
381
}
382
383
// if changes are pending in editor, apply them
384
void EditorPlugin::apply_changes() {
Callers
3
_save_external_resources
Method · 0.45
_menu_option_confirm
Method · 0.45
save_editor_external_data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected