| 371 | } |
| 372 | |
| 373 | String EditorPlugin::get_unsaved_status(const String &p_for_scene) const { |
| 374 | String ret; |
| 375 | GDVIRTUAL_CALL(_get_unsaved_status, p_for_scene, ret); |
| 376 | return ret; |
| 377 | } |
| 378 | |
| 379 | void EditorPlugin::save_external_data() { |
| 380 | GDVIRTUAL_CALL(_save_external_data); |
no outgoing calls
no test coverage detected