This is the complete list of members for ResourceLoader, including all inherited members.
add_resource_format_loader(ResourceFormatLoader *p_format_loader) (defined in ResourceLoader) | ResourceLoader | static |
get_abort_on_missing_resources() (defined in ResourceLoader) | ResourceLoader | inlinestatic |
get_dependencies(const String &p_path, List< String > *p_dependencies, bool p_add_types=false) (defined in ResourceLoader) | ResourceLoader | static |
get_recognized_extensions_for_type(const String &p_type, List< String > *p_extensions) (defined in ResourceLoader) | ResourceLoader | static |
get_resource_type(const String &p_path) (defined in ResourceLoader) | ResourceLoader | static |
guess_full_filename(const String &p_path, const String &p_type) (defined in ResourceLoader) | ResourceLoader | static |
load(const String &p_path, const String &p_type_hint="", bool p_no_cache=false, Error *r_error=NULL) (defined in ResourceLoader) | ResourceLoader | static |
load_import_metadata(const String &p_path) (defined in ResourceLoader) | ResourceLoader | static |
load_interactive(const String &p_path, const String &p_type_hint="", bool p_no_cache=false, Error *r_error=NULL) (defined in ResourceLoader) | ResourceLoader | static |
notify_dependency_error(const String &p_path, const String &p_dependency, const String &p_type) (defined in ResourceLoader) | ResourceLoader | inlinestatic |
notify_load_error(const String &p_err) (defined in ResourceLoader) | ResourceLoader | inlinestatic |
rename_dependencies(const String &p_path, const Map< String, String > &p_map) (defined in ResourceLoader) | ResourceLoader | static |
set_abort_on_missing_resources(bool p_abort) (defined in ResourceLoader) | ResourceLoader | inlinestatic |
set_dependency_error_notify_func(void *p_ud, DependencyErrorNotify p_err_notify) (defined in ResourceLoader) | ResourceLoader | inlinestatic |
set_error_notify_func(void *p_ud, ResourceLoadErrorNotify p_err_notify) (defined in ResourceLoader) | ResourceLoader | inlinestatic |
set_timestamp_on_load(bool p_timestamp) (defined in ResourceLoader) | ResourceLoader | inlinestatic |