| 99 | } |
| 100 | |
| 101 | String EditorPaths::get_script_templates_dir() const { |
| 102 | return get_config_dir().path_join(script_templates_folder); |
| 103 | } |
| 104 | |
| 105 | String EditorPaths::get_project_script_templates_dir() const { |
| 106 | return GLOBAL_GET("editor/script/templates_search_path"); |
no test coverage detected