| 1002 | void reload_instances_with_path_in_edited_scenes(); |
| 1003 | |
| 1004 | bool is_exiting() const { return exiting; } |
| 1005 | |
| 1006 | Dictionary drag_resource(const Ref<Resource> &p_res, Control *p_from); |
| 1007 | Dictionary drag_files_and_dirs(const Vector<String> &p_paths, Control *p_from); |
no outgoing calls
no test coverage detected