MCPcopy Create free account
hub / github.com/axmolengine/axmol / onEnter

Method onEnter

tests/cpp-tests/Source/ConfigurationTest/ConfigurationTest.cpp:50–57  ·  view source on GitHub ↗

------------------------------------------------------------------ ConfigurationLoadConfig ------------------------------------------------------------------

Source from the content-addressed store, hash-verified

48//
49//------------------------------------------------------------------
50void ConfigurationLoadConfig::onEnter()
51{
52 ConfigurationBase::onEnter();
53
54 Configuration::getInstance()->loadConfigFile("configs/config-test-ok.plist");
55 std::string config = Configuration::getInstance()->getInfo();
56 AXLOGD("{}\n", config);
57}
58
59std::string ConfigurationLoadConfig::subtitle() const
60{

Callers

nothing calls this directly

Calls 9

getInstanceFunction · 0.85
loadConfigFileMethod · 0.80
asStringMethod · 0.80
asBoolMethod · 0.80
asDoubleMethod · 0.80
ValueClass · 0.50
getInfoMethod · 0.45
getValueMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected