Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ imgGas
Function
imgGas
bwapi/DocumentationGen/helpers.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
std::string imgGas(Race race)
60
{
61
return tooltipIcon(
"gas"
+ std::to_string(race.getID() % 3));
62
}
63
64
std::string imgSupply(Race race)
65
{
Callers
3
writeTechInfo
Function · 0.85
writeUnitInfo
Function · 0.85
writeUpgradeInfo
Function · 0.85
Calls
2
tooltipIcon
Function · 0.85
getID
Method · 0.45
Tested by
no test coverage detected