Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenKneeboard/OpenKneeboard
/ GetNameForConfigFile
Method
GetNameForConfigFile
src/games/DCSWorld.cpp:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
const char* DCSWorld::GetNameForConfigFile() const {
183
return
"DCSWorld"
;
184
}
185
186
std::shared_ptr<GameInstance> DCSWorld::CreateGameInstance(
187
const std::filesystem::path& path) {
Callers
1
ToJson
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected