MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_script_templates_dir

Method get_script_templates_dir

editor/file_system/editor_paths.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

_update_template_menuMethod · 0.80
get_script_templatesMethod · 0.80

Calls 1

path_joinMethod · 0.80

Tested by

no test coverage detected