MCPcopy Create free account
hub / github.com/bwapi/bwapi / icon

Function icon

bwapi/DocumentationGen/helpers.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76std::string icon(WeaponType const & t)
77{
78 return iconId(iconWeapon[t.getID()]);
79}
80std::string icon(UpgradeType const & t)
81{
82 return iconId(iconUpgrade[t.getID()]);

Callers 6

writeTechInfoFunction · 0.85
iconrefFunction · 0.85
writeWeaponInfoFunction · 0.85
writeUnitInfoFunction · 0.85
writeUpgradeInfoFunction · 0.85
writeOrderInfoFunction · 0.85

Calls 2

iconIdFunction · 0.85
getIDMethod · 0.45

Tested by

no test coverage detected