Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
void Instance::setGame(const QString& name, const QString& dir)
201
{
202
m_gameName = name;
203
m_gameDir = dir;
204
}
205
206
void Instance::setVariant(const QString& name)
207
{
Callers
1
selectGame
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected