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

Method is_loaded

compat/fake_script.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool FakeScript::is_loaded() const {
136 return false;
137}
138
139void FakeScript::set_original_class(const String &p_class) {
140 original_class = p_class;

Callers 1

test_script_binaryFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_script_binaryFunction · 0.36