class_editorfilesystemdirectory.rst 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the EditorFileSystemDirectory.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_EditorFileSystemDirectory:
  5. EditorFileSystemDirectory
  6. =========================
  7. **Inherits:** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. A diretory for the resource filesystem.
  12. Member Functions
  13. ----------------
  14. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`find_dir_index<class_EditorFileSystemDirectory_find_dir_index>` **(** :ref:`String<class_string>` name **)** const |
  16. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`int<class_int>` | :ref:`find_file_index<class_EditorFileSystemDirectory_find_file_index>` **(** :ref:`String<class_string>` name **)** const |
  18. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`String<class_string>` | :ref:`get_file<class_EditorFileSystemDirectory_get_file>` **(** :ref:`int<class_int>` idx **)** const |
  20. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`int<class_int>` | :ref:`get_file_count<class_EditorFileSystemDirectory_get_file_count>` **(** **)** const |
  22. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`bool<class_bool>` | :ref:`get_file_import_is_valid<class_EditorFileSystemDirectory_get_file_import_is_valid>` **(** :ref:`int<class_int>` idx **)** const |
  24. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`String<class_string>` | :ref:`get_file_path<class_EditorFileSystemDirectory_get_file_path>` **(** :ref:`int<class_int>` idx **)** const |
  26. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  27. | :ref:`String<class_string>` | :ref:`get_file_type<class_EditorFileSystemDirectory_get_file_type>` **(** :ref:`int<class_int>` idx **)** const |
  28. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  29. | :ref:`String<class_string>` | :ref:`get_name<class_EditorFileSystemDirectory_get_name>` **(** **)** |
  30. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  31. | :ref:`EditorFileSystemDirectory<class_editorfilesystemdirectory>` | :ref:`get_parent<class_EditorFileSystemDirectory_get_parent>` **(** **)** |
  32. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  33. | :ref:`String<class_string>` | :ref:`get_path<class_EditorFileSystemDirectory_get_path>` **(** **)** const |
  34. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  35. | :ref:`EditorFileSystemDirectory<class_editorfilesystemdirectory>` | :ref:`get_subdir<class_EditorFileSystemDirectory_get_subdir>` **(** :ref:`int<class_int>` idx **)** |
  36. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  37. | :ref:`int<class_int>` | :ref:`get_subdir_count<class_EditorFileSystemDirectory_get_subdir_count>` **(** **)** const |
  38. +--------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+
  39. Member Function Description
  40. ---------------------------
  41. .. _class_EditorFileSystemDirectory_find_dir_index:
  42. - :ref:`int<class_int>` **find_dir_index** **(** :ref:`String<class_string>` name **)** const
  43. .. _class_EditorFileSystemDirectory_find_file_index:
  44. - :ref:`int<class_int>` **find_file_index** **(** :ref:`String<class_string>` name **)** const
  45. .. _class_EditorFileSystemDirectory_get_file:
  46. - :ref:`String<class_string>` **get_file** **(** :ref:`int<class_int>` idx **)** const
  47. .. _class_EditorFileSystemDirectory_get_file_count:
  48. - :ref:`int<class_int>` **get_file_count** **(** **)** const
  49. .. _class_EditorFileSystemDirectory_get_file_import_is_valid:
  50. - :ref:`bool<class_bool>` **get_file_import_is_valid** **(** :ref:`int<class_int>` idx **)** const
  51. .. _class_EditorFileSystemDirectory_get_file_path:
  52. - :ref:`String<class_string>` **get_file_path** **(** :ref:`int<class_int>` idx **)** const
  53. .. _class_EditorFileSystemDirectory_get_file_type:
  54. - :ref:`String<class_string>` **get_file_type** **(** :ref:`int<class_int>` idx **)** const
  55. .. _class_EditorFileSystemDirectory_get_name:
  56. - :ref:`String<class_string>` **get_name** **(** **)**
  57. .. _class_EditorFileSystemDirectory_get_parent:
  58. - :ref:`EditorFileSystemDirectory<class_editorfilesystemdirectory>` **get_parent** **(** **)**
  59. .. _class_EditorFileSystemDirectory_get_path:
  60. - :ref:`String<class_string>` **get_path** **(** **)** const
  61. .. _class_EditorFileSystemDirectory_get_subdir:
  62. - :ref:`EditorFileSystemDirectory<class_editorfilesystemdirectory>` **get_subdir** **(** :ref:`int<class_int>` idx **)**
  63. .. _class_EditorFileSystemDirectory_get_subdir_count:
  64. - :ref:`int<class_int>` **get_subdir_count** **(** **)** const