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

Method getFloat

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

Source from the content-addressed store, hash-verified

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
408UString ConfigFile::describe(const UString &section, const UString &name)

Callers 7

applyDamageMethod · 0.80
createBattleMethod · 0.80
updateHourlyMethod · 0.80
applyDamageMethod · 0.80
beginMethod · 0.80
pushLuaFrameworkFunction · 0.80
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected