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

Method get_resource_info

compat/script_loader.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85Ref<ResourceInfo> ResourceFormatGDScriptLoader::get_resource_info(const String &p_path, Error *r_error) const {
86 Ref<ResourceInfo> info;
87 info.instantiate();
88 _set_resource_info(info, p_path);
89 info->original_path = p_path;
90 return info;
91}
92
93// void _set_resource_info(Ref<ResourceInfo> &info, const String &p_path) const;
94

Callers

nothing calls this directly

Calls 1

_set_resource_infoFunction · 0.85

Tested by

no test coverage detected