summaryrefslogtreecommitdiff
path: root/doc/classes/EditorPaths.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-07-29 19:31:59 +0200
committerGitHub <noreply@github.com>2022-07-29 19:31:59 +0200
commitba3734e69a2f2a4f6c4f908958268762fd805cd2 (patch)
tree8c87cd1864f49ae49fb08a3e0c8c6d114fa27069 /doc/classes/EditorPaths.xml
parent74d92bf459758404cf48a7ae0249b381613bfab1 (diff)
parentac870ab1c8a41f8867b76ca66c364d284fea5488 (diff)
Merge pull request #63603 from aaronfranke/editor-paths
Move editor paths into the EditorPaths class
Diffstat (limited to 'doc/classes/EditorPaths.xml')
-rw-r--r--doc/classes/EditorPaths.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/EditorPaths.xml b/doc/classes/EditorPaths.xml
index d44c08cb0f..2975ea6d75 100644
--- a/doc/classes/EditorPaths.xml
+++ b/doc/classes/EditorPaths.xml
@@ -48,6 +48,12 @@
[/codeblock]
</description>
</method>
+ <method name="get_project_settings_dir" qualifiers="const">
+ <return type="String" />
+ <description>
+ Returns the project-specific editor settings path. Projects all have a unique subdirectory inside the settings path where project-specific editor settings are saved.
+ </description>
+ </method>
<method name="get_self_contained_file" qualifiers="const">
<return type="String" />
<description>