MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_resource_info

Method get_resource_info

compat/resource_compat_text.cpp:2873–2878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2871}
2872
2873Ref<ResourceInfo> ResourceLoaderCompatText::get_resource_info() {
2874 Ref<ResourceInfo> info;
2875 info.instantiate();
2876 _set_main_resource_info(info);
2877 return info;
2878}
2879
2880Ref<Resource> ResourceFormatLoaderCompatText::custom_load(const String &p_path, const String &p_original_path, ResourceInfo::LoadType p_load_type, Error *r_error, bool use_threads, ResourceFormatLoader::CacheMode p_cache_mode) {
2881 if (r_error) {

Callers

nothing calls this directly

Calls 2

localize_pathMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected