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

Method notify_resource_saved

editor/editor_data.cpp:371–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void EditorData::notify_resource_saved(const Ref<Resource> &p_resource) {
372 for (int i = 0; i < editor_plugins.size(); i++) {
373 editor_plugins[i]->notify_resource_saved(p_resource);
374 }
375}
376
377void EditorData::notify_scene_saved(const String &p_path) {
378 for (int i = 0; i < editor_plugins.size(); i++) {

Callers 1

save_resource_in_pathMethod · 0.45

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected