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

Method pluginNames

src/pluginlist.cpp:847–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847QStringList PluginList::pluginNames() const
848{
849 QStringList result;
850
851 for (const ESPInfo& info : m_ESPs) {
852 result.append(info.name);
853 }
854
855 return result;
856}
857
858IPluginList::PluginStates PluginList::state(const QString& name) const
859{

Callers 2

requiredForMethod · 0.45
updatePluginCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected