Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ConfigIniFile
Method
ConfigIniFile
src/settings.cpp:153–156 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
public:
153
ConfigIniFile(const std::string &filename) : IniFile(list_group_names)
154
{
155
this->LoadFromDisk(filename, NO_DIRECTORY);
156
}
157
};
158
159
/**
Callers
nothing calls this directly
Calls
1
LoadFromDisk
Method · 0.80
Tested by
no test coverage detected