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

Method drawCircleScreen

bwapi/BWAPILIB/Source/Game.cpp:851–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849 this->drawCircle(CoordinateType::Mouse, x, y, radius, color, isSolid);
850 }
851 void Game::drawCircleScreen(int x, int y, int radius, Color color, bool isSolid)
852 {
853 this->drawCircle(CoordinateType::Screen, x, y, radius, color, isSolid);
854 }
855 void Game::drawCircleMap(Position p, int radius, Color color, bool isSolid)
856 {
857 this->drawCircleMap(p.x, p.y, radius, color, isSolid);

Callers

nothing calls this directly

Calls 1

drawCircleMethod · 0.45

Tested by

no test coverage detected