MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / setPersistent

Method setPersistent

src/common/StateDatabase.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183void StateDatabase::setPersistent(const std::string& name, bool save) {
184 ItemMap::iterator it = lookup(name);
185 it->second.save = save;
186}
187
188
189void StateDatabase::setDefault(const std::string& name,

Callers 15

resetMethod · 0.80
initStartupParametersFunction · 0.80
setVarPermsFunction · 0.80
handleMsgSetVarsFunction · 0.80
loadBZDBDefaultsFunction · 0.80
callbackMethod · 0.80
SetBZDBMethod · 0.80
parseFloatExprFunction · 0.80
operator()Method · 0.80
dumpResourcesFunction · 0.80
setupBZDBFunction · 0.80
initAudioFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected