MCPcopy Create free account
hub / github.com/Illation/ETEngine / Save

Method Save

Engine/source/EtFramework/Config/Config.cpp:135–141  ·  view source on GitHub ↗

--------------------------------- Config::Save Save the configuration to disk

Source from the content-addressed store, hash-verified

133// Save the configuration to disk
134//
135void Config::Save()
136{
137 if (!core::serialization::SerializeToFile(GetUserDirPath() + s_ConfigFileRelativePath, m_Settings))
138 {
139 LOG("Config::Save > unable to serialize settings to config file", core::LogLevel::Warning);
140 }
141}
142
143
144} // namespace fw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected