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

Function sprite

bwapi/DocumentationGen/helpers.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34std::string sprite(std::string const & group, std::string const & name)
35{
36 return "@htmlonly\n<i class=\'" + group + " " + group + "-" + name + "\'></i>\n@endhtmlonly ";
37}
38
39std::string tooltipIcon(std::string const & name)
40{

Callers 2

tooltipIconFunction · 0.85
cmdButtonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected