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

Method load

compat/script_loader.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "utility/gdre_settings.h"
11
12Ref<Resource> ResourceFormatGDScriptLoader::load(const String &p_path, const String &p_original_path, Error *r_error, bool p_use_sub_threads, float *r_progress, CacheMode p_cache_mode) {
13 return custom_load(p_path, p_original_path, ResourceCompatLoader::get_default_load_type(), r_error, p_use_sub_threads, p_cache_mode);
14}
15
16void ResourceFormatGDScriptLoader::get_recognized_extensions(List<String> *p_extensions) const {
17 p_extensions->push_back("gd");

Callers 15

get_json_dicts_from_dirFunction · 0.45
load_configMethod · 0.45
_do_string_loadMethod · 0.45
_do_file_infoMethod · 0.45
_loadMethod · 0.45
export_resourceMethod · 0.45
test_exportMethod · 0.45
test_export_textureFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_exportMethod · 0.36
test_export_textureFunction · 0.36