Files
godot-docs/classes/class_editorfilesystemdirectory.rst
T

93 lines
6.3 KiB
ReStructuredText

.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
.. _class_EditorFileSystemDirectory:
EditorFileSystemDirectory
=========================
**Inherits:** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
A diretory for the resource filesystem.
Member Functions
----------------
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`find_dir_index<class_EditorFileSystemDirectory_find_dir_index>` **(** :ref:`String<class_string>` name **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`find_file_index<class_EditorFileSystemDirectory_find_file_index>` **(** :ref:`String<class_string>` name **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_string>` | :ref:`get_file<class_EditorFileSystemDirectory_get_file>` **(** :ref:`int<class_int>` idx **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_file_count<class_EditorFileSystemDirectory_get_file_count>` **(** **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_string>` | :ref:`get_file_path<class_EditorFileSystemDirectory_get_file_path>` **(** :ref:`int<class_int>` idx **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_string>` | :ref:`get_file_type<class_EditorFileSystemDirectory_get_file_type>` **(** :ref:`int<class_int>` idx **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_string>` | :ref:`get_name<class_EditorFileSystemDirectory_get_name>` **(** **)** |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`EditorFileSystemDirectory<class_editorfilesystemdirectory>` | :ref:`get_parent<class_EditorFileSystemDirectory_get_parent>` **(** **)** |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_string>` | :ref:`get_path<class_EditorFileSystemDirectory_get_path>` **(** **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Object<class_object>` | :ref:`get_subdir<class_EditorFileSystemDirectory_get_subdir>` **(** :ref:`int<class_int>` idx **)** |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_subdir_count<class_EditorFileSystemDirectory_get_subdir_count>` **(** **)** const |
+--------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------+
Member Function Description
---------------------------
.. _class_EditorFileSystemDirectory_find_dir_index:
- :ref:`int<class_int>` **find_dir_index** **(** :ref:`String<class_string>` name **)** const
.. _class_EditorFileSystemDirectory_find_file_index:
- :ref:`int<class_int>` **find_file_index** **(** :ref:`String<class_string>` name **)** const
.. _class_EditorFileSystemDirectory_get_file:
- :ref:`String<class_string>` **get_file** **(** :ref:`int<class_int>` idx **)** const
.. _class_EditorFileSystemDirectory_get_file_count:
- :ref:`int<class_int>` **get_file_count** **(** **)** const
.. _class_EditorFileSystemDirectory_get_file_path:
- :ref:`String<class_string>` **get_file_path** **(** :ref:`int<class_int>` idx **)** const
.. _class_EditorFileSystemDirectory_get_file_type:
- :ref:`String<class_string>` **get_file_type** **(** :ref:`int<class_int>` idx **)** const
.. _class_EditorFileSystemDirectory_get_name:
- :ref:`String<class_string>` **get_name** **(** **)**
.. _class_EditorFileSystemDirectory_get_parent:
- :ref:`EditorFileSystemDirectory<class_editorfilesystemdirectory>` **get_parent** **(** **)**
.. _class_EditorFileSystemDirectory_get_path:
- :ref:`String<class_string>` **get_path** **(** **)** const
.. _class_EditorFileSystemDirectory_get_subdir:
- :ref:`Object<class_object>` **get_subdir** **(** :ref:`int<class_int>` idx **)**
.. _class_EditorFileSystemDirectory_get_subdir_count:
- :ref:`int<class_int>` **get_subdir_count** **(** **)** const