ResourceFormatLoader

Inherits: RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Methods

bool

_exists ( String path ) virtual const

PackedStringArray

_get_classes_used ( String path ) virtual const

PackedStringArray

_get_dependencies ( String path, bool add_types ) virtual const

PackedStringArray

_get_recognized_extensions ( ) virtual const

String

_get_resource_script_class ( String path ) virtual const

String

_get_resource_type ( String path ) virtual const

int

_get_resource_uid ( String path ) virtual const

bool

_handles_type ( StringName type ) virtual const

Variant

_load ( String path, String original_path, bool use_sub_threads, int cache_mode ) virtual const

bool

_recognize_path ( String path, StringName type ) virtual const

Error

_rename_dependencies ( String path, Dictionary renames ) virtual const


Enumerations

enum CacheMode:

CacheMode CACHE_MODE_IGNORE = 0

There is currently no description for this enum. Please help us by contributing one!

CacheMode CACHE_MODE_REUSE = 1

There is currently no description for this enum. Please help us by contributing one!

CacheMode CACHE_MODE_REPLACE = 2

There is currently no description for this enum. Please help us by contributing one!

CacheMode CACHE_MODE_IGNORE_DEEP = 3

There is currently no description for this enum. Please help us by contributing one!

CacheMode CACHE_MODE_REPLACE_DEEP = 4

There is currently no description for this enum. Please help us by contributing one!


Method Descriptions

bool _exists ( String path ) virtual const

There is currently no description for this method. Please help us by contributing one!


PackedStringArray _get_classes_used ( String path ) virtual const

There is currently no description for this method. Please help us by contributing one!


PackedStringArray _get_dependencies ( String path, bool add_types ) virtual const

There is currently no description for this method. Please help us by contributing one!


PackedStringArray _get_recognized_extensions ( ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_resource_script_class ( String path ) virtual const

There is currently no description for this method. Please help us by contributing one!


String _get_resource_type ( String path ) virtual const

There is currently no description for this method. Please help us by contributing one!


int _get_resource_uid ( String path ) virtual const

There is currently no description for this method. Please help us by contributing one!


bool _handles_type ( StringName type ) virtual const

There is currently no description for this method. Please help us by contributing one!


Variant _load ( String path, String original_path, bool use_sub_threads, int cache_mode ) virtual const

There is currently no description for this method. Please help us by contributing one!


bool _recognize_path ( String path, StringName type ) virtual const

There is currently no description for this method. Please help us by contributing one!


Error _rename_dependencies ( String path, Dictionary renames ) virtual const

There is currently no description for this method. Please help us by contributing one!