MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetValidityErrors

Method GetValidityErrors

Source/Internal/modloading.cpp:2210–2212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2208}
2209
2210std::string ModInstance::GetValidityErrors() const {
2211 return GenerateValidityErrors(GetValidity(), this);
2212}
2213
2214std::string ModInstance::GenerateValidityErrors(const ModValidity& v, const ModInstance* instance /*= NULL*/) {
2215 std::vector<std::string> e = GenerateValidityErrorsArr(v, instance);

Callers 3

DrawSimpleModMenuFunction · 0.80
DrawAdvancedModMenuFunction · 0.80
ASGetModValidityStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected