MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / setMinVersion

Method setMinVersion

framework/modinfo.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 // The minimum version of OpenApoc this mod needs to run
67 const UString &getMinVersion() const { return minVersion; }
68 void setMinVersion(const UString &newVersion) { minVersion = newVersion; }
69
70 static std::optional<ModInfo> getInfo(const UString &path);
71 bool writeInfo(const UString &path);

Callers 1

getInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected