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

Method notify_scene_closed

editor/plugins/editor_plugin.cpp:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void EditorPlugin::notify_scene_closed(const String &scene_filepath) {
258 emit_signal(SNAME("scene_closed"), scene_filepath);
259}
260
261void EditorPlugin::notify_resource_saved(const Ref<Resource> &p_resource) {
262 emit_signal(SNAME("resource_saved"), p_resource);

Callers 1

remove_sceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected