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

Method _parse_resource

compat/resource_compat_text.cpp:2965–2967  ·  view source on GitHub ↗

"Resource(...)" parsing

Source from the content-addressed store, hash-verified

2963
2964// "Resource(...)" parsing
2965Error ResourceLoaderCompatText::_parse_resource(VariantParser::Stream *p_stream, Ref<Resource> &r_res, int &line, String &r_err_str) {
2966 return VariantParserCompat::_default_parse_resource(p_stream, r_res, line, r_err_str, load_type, use_sub_threads, cache_mode);
2967}
2968
2969Error ResourceFormatSaverCompatTextInstance::set_save_settings(const Ref<Resource> &p_resource, uint32_t p_flags) {
2970 bool using_script_class = true;

Callers 1

_parse_resourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected