MCPcopy 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
59std::string imgGas(Race race)
60{
61 return tooltipIcon("gas" + std::to_string(race.getID() % 3));
62}
63
64std::string imgSupply(Race race)
65{

Callers 3

writeTechInfoFunction · 0.85
writeUnitInfoFunction · 0.85
writeUpgradeInfoFunction · 0.85

Calls 2

tooltipIconFunction · 0.85
getIDMethod · 0.45

Tested by

no test coverage detected