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

Method load_binary_tokens

compat/fake_gdscript.cpp:707–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707Error FakeGDScript::load_binary_tokens(const Vector<uint8_t> &p_binary_tokens) {
708 is_binary = true;
709 loaded = false;
710 binary_buffer = p_binary_tokens;
711 if (autoload) {
712 return reload(false);
713 }
714 return OK;
715}
716
717int FakeGDScript::get_override_bytecode_revision() const {
718 return override_bytecode_revision;

Callers 1

test_script_binaryFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_script_binaryFunction · 0.64