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

Method getBool

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

Source from the content-addressed store, hash-verified

402UString ConfigFile::getString(const UString &key) { return this->pimpl->getTyped<UString>(key); }
403int ConfigFile::getInt(const UString &key) { return this->pimpl->getTyped<int>(key); }
404bool ConfigFile::getBool(const UString &key) { return this->pimpl->getTyped<bool>(key); }
405float ConfigFile::getFloat(const UString &key) { return this->pimpl->getTyped<float>(key); }
406bool ConfigFile::get(const UString &key) { return this->pimpl->get(key); }
407

Callers 15

initStateMethod · 0.80
handleCollisionMethod · 0.80
applyDamageMethod · 0.80
updateCargoMethod · 0.80
updateMethod · 0.80
updateMethod · 0.80
provideServiceCargoMethod · 0.80
updateEachSecondMethod · 0.80
applyDamageMethod · 0.80
fireMethod · 0.80
explodeMethod · 0.80
fireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected