Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
float ThemeComponent::getFloat(std::string name)
22
{
23
return mFloatMap[name];
24
}
25
26
std::shared_ptr<Sound> & ThemeComponent::getSound(std::string name)
27
{
Callers
3
getImagePos
Method · 0.80
updateTheme
Method · 0.80
updateDetailData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected