mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
68 lines
3.1 KiB
ReStructuredText
68 lines
3.1 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the EditorPaths.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_EditorPaths:
|
|
|
|
EditorPaths
|
|
===========
|
|
|
|
**Inherits:** :ref:`Object<class_Object>`
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
+-----------------------------+------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_String>` | :ref:`get_cache_dir<class_EditorPaths_method_get_cache_dir>` **(** **)** |const| |
|
|
+-----------------------------+------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_String>` | :ref:`get_config_dir<class_EditorPaths_method_get_config_dir>` **(** **)** |const| |
|
|
+-----------------------------+------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_String>` | :ref:`get_data_dir<class_EditorPaths_method_get_data_dir>` **(** **)** |const| |
|
|
+-----------------------------+------------------------------------------------------------------------------------------------------+
|
|
| :ref:`String<class_String>` | :ref:`get_self_contained_file<class_EditorPaths_method_get_self_contained_file>` **(** **)** |const| |
|
|
+-----------------------------+------------------------------------------------------------------------------------------------------+
|
|
| :ref:`bool<class_bool>` | :ref:`is_self_contained<class_EditorPaths_method_is_self_contained>` **(** **)** |const| |
|
|
+-----------------------------+------------------------------------------------------------------------------------------------------+
|
|
|
|
Method Descriptions
|
|
-------------------
|
|
|
|
.. _class_EditorPaths_method_get_cache_dir:
|
|
|
|
- :ref:`String<class_String>` **get_cache_dir** **(** **)** |const|
|
|
|
|
----
|
|
|
|
.. _class_EditorPaths_method_get_config_dir:
|
|
|
|
- :ref:`String<class_String>` **get_config_dir** **(** **)** |const|
|
|
|
|
----
|
|
|
|
.. _class_EditorPaths_method_get_data_dir:
|
|
|
|
- :ref:`String<class_String>` **get_data_dir** **(** **)** |const|
|
|
|
|
----
|
|
|
|
.. _class_EditorPaths_method_get_self_contained_file:
|
|
|
|
- :ref:`String<class_String>` **get_self_contained_file** **(** **)** |const|
|
|
|
|
----
|
|
|
|
.. _class_EditorPaths_method_is_self_contained:
|
|
|
|
- :ref:`bool<class_bool>` **is_self_contained** **(** **)** |const|
|
|
|
|
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
|
|
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
|
|
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
|
|
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
|
|
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
|
|
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
|