MCPcopy 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
69std::string iconId(unsigned id)
70{
71 if (id == 65535) return "";
72
73 return cmdButton("icon" + std::to_string(id));
74}
75
76std::string icon(WeaponType const & t)
77{

Callers 1

iconFunction · 0.85

Calls 1

cmdButtonFunction · 0.85

Tested by

no test coverage detected