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

Method drawCircleMap

bwapi/BWAPILIB/Source/Game.cpp:843–846  ·  view source on GitHub ↗

------------------------------------------ DRAW CIRCLE -----------------------------------------------

Source from the content-addressed store, hash-verified

841 }
842 //------------------------------------------ DRAW CIRCLE -----------------------------------------------
843 void Game::drawCircleMap(int x, int y, int radius, Color color, bool isSolid)
844 {
845 this->drawCircle(CoordinateType::Map, x, y, radius, color, isSolid);
846 }
847 void Game::drawCircleMouse(int x, int y, int radius, Color color, bool isSolid)
848 {
849 this->drawCircle(CoordinateType::Mouse, x, y, radius, color, isSolid);

Callers 1

mainFunction · 0.80

Calls 1

drawCircleMethod · 0.45

Tested by

no test coverage detected