Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ iconId
Function
iconId
bwapi/DocumentationGen/helpers.cpp:69–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
std::string iconId(unsigned id)
70
{
71
if (id == 65535) return
""
;
72
73
return cmdButton(
"icon"
+ std::to_string(id));
74
}
75
76
std::string icon(WeaponType const & t)
77
{
Callers
1
icon
Function · 0.85
Calls
1
cmdButton
Function · 0.85
Tested by
no test coverage detected