MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / set

Method set

framework/configfile.cpp:413–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void ConfigFile::set(const UString &key, const UString value) { this->pimpl->set(key, value); }
414void ConfigFile::set(const UString &key, const int value) { this->pimpl->set(key, value); }
415void ConfigFile::set(const UString &key, const bool value) { this->pimpl->set(key, value); }
416void ConfigFile::set(const UString &key, const float value) { this->pimpl->set(key, value); }

Callers 15

dumpVoxelViewMethod · 0.45
drawOrgLineFunction · 0.45
initMethod · 0.45
drawMinimapMethod · 0.45
SelectForcesMethod · 0.45
createStatsBarMethod · 0.45
finishMethod · 0.45
saveListMethod · 0.45
finishMethod · 0.45
finishMethod · 0.45
fillBaseBarMethod · 0.45
updateProgressInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected