MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / hasLightExtension

Method hasLightExtension

src/pluginlist.cpp:981–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979}
980
981bool PluginList::hasLightExtension(const QString& name) const
982{
983 auto iter = m_ESPsByName.find(name);
984 if (iter == m_ESPsByName.end()) {
985 return false;
986 } else {
987 return m_ESPs[iter->second].hasLightExtension;
988 }
989}
990
991bool PluginList::isMasterFlagged(const QString& name) const
992{

Callers 1

updatePluginCountMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected