Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
std::string icon(WeaponType const & t)
77
{
78
return iconId(iconWeapon[t.getID()]);
79
}
80
std::string icon(UpgradeType const & t)
81
{
82
return iconId(iconUpgrade[t.getID()]);
Callers
6
writeTechInfo
Function · 0.85
iconref
Function · 0.85
writeWeaponInfo
Function · 0.85
writeUnitInfo
Function · 0.85
writeUpgradeInfo
Function · 0.85
writeOrderInfo
Function · 0.85
Calls
2
iconId
Function · 0.85
getID
Method · 0.45
Tested by
no test coverage detected