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

Method is_custom

bytecode/bytecode_versions.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387bool GDScriptDecompVersion::is_custom() const {
388 return custom.size() > 0;
389}
390
391Ref<GodotVer> GDScriptDecompVersion::get_min_version() const {
392 return GodotVer::parse(min_version);

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected