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

Method get_max_version

bytecode/bytecode_versions.cpp:395–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395Ref<GodotVer> GDScriptDecompVersion::get_max_version() const {
396 return GodotVer::parse(max_version);
397}
398
399int GDScriptDecompVersion::get_major_version() const {
400 if (min_version.is_empty()) {

Callers 1

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected