| 242 | } |
| 243 | |
| 244 | void EditorPlugin::notify_scene_changed(const Node *scn_root) { |
| 245 | emit_signal(SNAME("scene_changed"), scn_root); |
| 246 | } |
| 247 | |
| 248 | void EditorPlugin::notify_main_screen_changed(const String &screen_name) { |
| 249 | if (screen_name == last_main_screen_name) { |
no outgoing calls
no test coverage detected