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

Method setGame

src/instancemanager.cpp:200–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void Instance::setGame(const QString& name, const QString& dir)
201{
202 m_gameName = name;
203 m_gameDir = dir;
204}
205
206void Instance::setVariant(const QString& name)
207{

Callers 1

selectGameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected