MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / getFloat

Method getFloat

src/components/ThemeComponent.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21float ThemeComponent::getFloat(std::string name)
22{
23 return mFloatMap[name];
24}
25
26std::shared_ptr<Sound> & ThemeComponent::getSound(std::string name)
27{

Callers 3

getImagePosMethod · 0.80
updateThemeMethod · 0.80
updateDetailDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected