.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/EditorFileSystem.xml. .. _class_EditorFileSystem: EditorFileSystem ================ **Inherits:** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_file_type` **(** :ref:`String` path **)** |const| | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`EditorFileSystemDirectory` | :ref:`get_filesystem` **(** **)** | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`EditorFileSystemDirectory` | :ref:`get_filesystem_path` **(** :ref:`String` path **)** | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`get_scanning_progress` **(** **)** |const| | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_scanning` **(** **)** |const| | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`reimport_files` **(** :ref:`PackedStringArray` files **)** | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`scan` **(** **)** | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`scan_sources` **(** **)** | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_file` **(** :ref:`String` path **)** | +-------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_EditorFileSystem_signal_filesystem_changed: .. rst-class:: classref-signal **filesystem_changed** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_signal_resources_reimported: .. rst-class:: classref-signal **resources_reimported** **(** :ref:`PackedStringArray` resources **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_signal_resources_reimporting: .. rst-class:: classref-signal **resources_reimporting** **(** :ref:`PackedStringArray` resources **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_signal_resources_reload: .. rst-class:: classref-signal **resources_reload** **(** :ref:`PackedStringArray` resources **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_signal_script_classes_updated: .. rst-class:: classref-signal **script_classes_updated** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_signal_sources_changed: .. rst-class:: classref-signal **sources_changed** **(** :ref:`bool` exist **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_EditorFileSystem_method_get_file_type: .. rst-class:: classref-method :ref:`String` **get_file_type** **(** :ref:`String` path **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_get_filesystem: .. rst-class:: classref-method :ref:`EditorFileSystemDirectory` **get_filesystem** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_get_filesystem_path: .. rst-class:: classref-method :ref:`EditorFileSystemDirectory` **get_filesystem_path** **(** :ref:`String` path **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_get_scanning_progress: .. rst-class:: classref-method :ref:`float` **get_scanning_progress** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_is_scanning: .. rst-class:: classref-method :ref:`bool` **is_scanning** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_reimport_files: .. rst-class:: classref-method void **reimport_files** **(** :ref:`PackedStringArray` files **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_scan: .. rst-class:: classref-method void **scan** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_scan_sources: .. rst-class:: classref-method void **scan_sources** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorFileSystem_method_update_file: .. rst-class:: classref-method void **update_file** **(** :ref:`String` path **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |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.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`