:github_url: hide .. 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/doc/classes/ResourceFormatLoader.xml. .. _class_ResourceFormatLoader: ResourceFormatLoader ==================== **Inherits:** :ref:`RefCounted` **<** :ref:`Object` Loads a specific resource type from a file. .. rst-class:: classref-introduction-group Description ----------- Godot loads resources in the editor or in exported games using ResourceFormatLoaders. They are queried automatically via the :ref:`ResourceLoader` singleton, or when a resource with internal dependencies is loaded. Each file type may load as a different resource type, so multiple ResourceFormatLoaders are registered in the engine. Extending this class allows you to define your own loader. Be sure to respect the documented return types and values. You should give it a global class name with ``class_name`` for it to be registered. Like built-in ResourceFormatLoaders, it will be called automatically when loading resources of its handled type(s). You may also implement a :ref:`ResourceFormatSaver`. \ **Note:** You can also extend :ref:`EditorImportPlugin` if the resource type you need exists but Godot is unable to load its format. Choosing one way over another depends on if the format is suitable or not for the final exported game. For example, it's better to import ``.png`` textures as ``.ctex`` (:ref:`CompressedTexture2D`) first, so they can be loaded with better efficiency on the graphics card. .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`_exists`\ (\ path\: :ref:`String`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedStringArray` | :ref:`_get_classes_used`\ (\ path\: :ref:`String`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedStringArray` | :ref:`_get_dependencies`\ (\ path\: :ref:`String`, add_types\: :ref:`bool`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedStringArray` | :ref:`_get_recognized_extensions`\ (\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`_get_resource_script_class`\ (\ path\: :ref:`String`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`_get_resource_type`\ (\ path\: :ref:`String`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`_get_resource_uid`\ (\ path\: :ref:`String`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`_handles_type`\ (\ type\: :ref:`StringName`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Variant` | :ref:`_load`\ (\ path\: :ref:`String`, original_path\: :ref:`String`, use_sub_threads\: :ref:`bool`, cache_mode\: :ref:`int`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`_recognize_path`\ (\ path\: :ref:`String`, type\: :ref:`StringName`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Error` | :ref:`_rename_dependencies`\ (\ path\: :ref:`String`, renames\: :ref:`Dictionary`\ ) |virtual| |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_ResourceFormatLoader_CacheMode: .. rst-class:: classref-enumeration enum **CacheMode**: :ref:`🔗` .. _class_ResourceFormatLoader_constant_CACHE_MODE_IGNORE: .. rst-class:: classref-enumeration-constant :ref:`CacheMode` **CACHE_MODE_IGNORE** = ``0`` Neither the main resource (the one requested to be loaded) nor any of its subresources are retrieved from cache nor stored into it. Dependencies (external resources) are loaded with :ref:`CACHE_MODE_REUSE`. .. _class_ResourceFormatLoader_constant_CACHE_MODE_REUSE: .. rst-class:: classref-enumeration-constant :ref:`CacheMode` **CACHE_MODE_REUSE** = ``1`` The main resource (the one requested to be loaded), its subresources, and its dependencies (external resources) are retrieved from cache if present, instead of loaded. Those not cached are loaded and then stored into the cache. The same rules are propagated recursively down the tree of dependencies (external resources). .. _class_ResourceFormatLoader_constant_CACHE_MODE_REPLACE: .. rst-class:: classref-enumeration-constant :ref:`CacheMode` **CACHE_MODE_REPLACE** = ``2`` Like :ref:`CACHE_MODE_REUSE`, but the cache is checked for the main resource (the one requested to be loaded) as well as for each of its subresources. Those already in the cache, as long as the loaded and cached types match, have their data refreshed from storage into the already existing instances. Otherwise, they are recreated as completely new objects. .. _class_ResourceFormatLoader_constant_CACHE_MODE_IGNORE_DEEP: .. rst-class:: classref-enumeration-constant :ref:`CacheMode` **CACHE_MODE_IGNORE_DEEP** = ``3`` Like :ref:`CACHE_MODE_IGNORE`, but propagated recursively down the tree of dependencies (external resources). .. _class_ResourceFormatLoader_constant_CACHE_MODE_REPLACE_DEEP: .. rst-class:: classref-enumeration-constant :ref:`CacheMode` **CACHE_MODE_REPLACE_DEEP** = ``4`` Like :ref:`CACHE_MODE_REPLACE`, but propagated recursively down the tree of dependencies (external resources). .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_ResourceFormatLoader_private_method__exists: .. rst-class:: classref-method :ref:`bool` **_exists**\ (\ path\: :ref:`String`\ ) |virtual| |const| :ref:`🔗` .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__get_classes_used: .. rst-class:: classref-method :ref:`PackedStringArray` **_get_classes_used**\ (\ path\: :ref:`String`\ ) |virtual| |const| :ref:`🔗` .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__get_dependencies: .. rst-class:: classref-method :ref:`PackedStringArray` **_get_dependencies**\ (\ path\: :ref:`String`, add_types\: :ref:`bool`\ ) |virtual| |const| :ref:`🔗` Should return the dependencies for the resource at the given ``path``. Each dependency is a string composed of one to three sections separated by ``::``, with trailing empty sections omitted: - The first section should contain the UID if the resource has one. Otherwise, it should contain the file path. - The second section should contain the class name of the dependency if ``add_types`` is ``true``. Otherwise, it should be empty. - The third section should contain the fallback path if the resource has a UID. Otherwise, it should be empty. :: func _get_dependencies(path, add_types): return [ "uid://fqgvuwrkuixh::Script::res://script.gd", "uid://fqgvuwrkuixh::::res://script.gd", "res://script.gd::Script", "res://script.gd", ] \ **Note:** Custom resource types defined by scripts aren't known by the :ref:`ClassDB`, so ``"Resource"`` can be used for the class name. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__get_recognized_extensions: .. rst-class:: classref-method :ref:`PackedStringArray` **_get_recognized_extensions**\ (\ ) |virtual| |const| :ref:`🔗` Gets the list of extensions for files this loader is able to read. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__get_resource_script_class: .. rst-class:: classref-method :ref:`String` **_get_resource_script_class**\ (\ path\: :ref:`String`\ ) |virtual| |const| :ref:`🔗` Returns the script class name associated with the :ref:`Resource` under the given ``path``. If the resource has no script or the script isn't a named class, it should return ``""``. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__get_resource_type: .. rst-class:: classref-method :ref:`String` **_get_resource_type**\ (\ path\: :ref:`String`\ ) |virtual| |const| :ref:`🔗` Gets the class name of the resource associated with the given path. If the loader cannot handle it, it should return ``""``. \ **Note:** Custom resource types defined by scripts aren't known by the :ref:`ClassDB`, so you might just return ``"Resource"`` for them. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__get_resource_uid: .. rst-class:: classref-method :ref:`int` **_get_resource_uid**\ (\ path\: :ref:`String`\ ) |virtual| |const| :ref:`🔗` Should return the unique ID for the resource associated with the given path. If this method is not overridden, a ``.uid`` file is generated along with the resource file, containing the unique ID. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__handles_type: .. rst-class:: classref-method :ref:`bool` **_handles_type**\ (\ type\: :ref:`StringName`\ ) |virtual| |const| :ref:`🔗` Tells which resource class this loader can load. \ **Note:** Custom resource types defined by scripts aren't known by the :ref:`ClassDB`, so you might just handle ``"Resource"`` for them. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__load: .. rst-class:: classref-method :ref:`Variant` **_load**\ (\ path\: :ref:`String`, original_path\: :ref:`String`, use_sub_threads\: :ref:`bool`, cache_mode\: :ref:`int`\ ) |virtual| |const| :ref:`🔗` Loads a resource when the engine finds this loader to be compatible. If the loaded resource is the result of an import, ``original_path`` will target the source file. Returns a :ref:`Resource` object on success, or an :ref:`Error` constant in case of failure. The ``cache_mode`` property defines whether and how the cache should be used or updated when loading the resource. See :ref:`CacheMode` for details. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__recognize_path: .. rst-class:: classref-method :ref:`bool` **_recognize_path**\ (\ path\: :ref:`String`, type\: :ref:`StringName`\ ) |virtual| |const| :ref:`🔗` Tells whether or not this loader should load a resource from its resource path for a given type. If it is not implemented, the default behavior returns whether the path's extension is within the ones provided by :ref:`_get_recognized_extensions()`, and if the type is within the ones provided by :ref:`_get_resource_type()`. .. rst-class:: classref-item-separator ---- .. _class_ResourceFormatLoader_private_method__rename_dependencies: .. rst-class:: classref-method :ref:`Error` **_rename_dependencies**\ (\ path\: :ref:`String`, renames\: :ref:`Dictionary`\ ) |virtual| |const| :ref:`🔗` If implemented, renames dependencies within the given resource and saves it. ``renames`` is a dictionary ``{ String => String }`` mapping old dependency paths to new paths. Returns :ref:`@GlobalScope.OK` on success, or an :ref:`Error` constant in case of failure. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |required| replace:: :abbr:`required (This method is required to be overridden when extending its base class.)` .. |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.)` .. |void| replace:: :abbr:`void (No return value.)`