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

Method get_max_godot_ver

bytecode/bytecode_base.cpp:1508–1514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1506 return GodotVer::parse(get_engine_version());
1507}
1508Ref<GodotVer> GDScriptDecomp::get_max_godot_ver() const {
1509 auto max_ver = get_max_engine_version();
1510 if (max_ver.is_empty()) {
1511 return nullptr;
1512 }
1513 return GodotVer::parse(max_ver);
1514}
1515// Error get_script_strings(Vector<String> &r_strings, bool include_identifiers = false);
1516// Error get_script_strings(const Vector<uint8_t> &p_buffer, Vector<String> &r_strings, bool include_identifiers = false);
1517

Callers 2

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected