| 1800 | } |
| 1801 | |
| 1802 | String GDRESettings::get_project_config_path() { |
| 1803 | ERR_FAIL_COND_V_MSG(!is_project_config_loaded(), String(), "project config not loaded!"); |
| 1804 | return current_project->pcfg->get_cfg_path(); |
| 1805 | } |
| 1806 | |
| 1807 | String GDRESettings::get_log_file_path() { |
| 1808 | if (!logger) { |
no test coverage detected