classref: Sync with current master branch (235a32a)

This commit is contained in:
Godot Organization
2025-11-22 03:28:38 +00:00
parent 700efb28f7
commit 6da2fd7af3
32 changed files with 810 additions and 207 deletions

View File

@@ -129,7 +129,7 @@ Returns the absolute path to the user's data folder. This folder should be used
:ref:`String<class_String>` **get_project_settings_dir**\ (\ ) |const| :ref:`🔗<class_EditorPaths_method_get_project_settings_dir>`
Returns the project-specific editor settings path. Projects all have a unique subdirectory inside the settings path where project-specific editor settings are saved.
Returns the relative path to the editor settings for this project. This is usually ``"res://.godot/editor"``. Projects all have a unique subdirectory inside the settings path where project-specific editor settings are saved.
.. rst-class:: classref-item-separator