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

Method get_resource

compat/resource_compat_text.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71Ref<Resource> ResourceLoaderCompatText::get_resource() {
72 return resource;
73}
74
75Error ResourceLoaderCompatText::_parse_sub_resource_dummy(DummyReadData *p_data, VariantParser::Stream *p_stream, Ref<Resource> &r_res, int &line, String &r_err_str) {
76 VariantParser::Token token;

Callers 2

loadMethod · 0.45
custom_loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected