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

Method isESPLocked

src/pluginlist.cpp:756–759  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754}
755
756bool PluginList::isESPLocked(int index) const
757{
758 return m_LockedOrder.find(m_ESPs.at(index).name) != m_LockedOrder.end();
759}
760
761void PluginList::lockESPIndex(int index, bool lock)
762{

Callers 1

PluginListContextMenuMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected