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

Method load_source_code

compat/fake_script.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126Error FakeScript::load_source_code(const String &p_path) {
127 // should never be called on FakeScript
128 ERR_FAIL_V_MSG(ERR_UNAVAILABLE, "Not implemented!!!!");
129}
130
131String FakeScript::get_error_message() const {
132 return error_message;

Callers 4

custom_loadMethod · 0.45
convertMethod · 0.45
export_fileMethod · 0.45
export_resourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected