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

Method drawEllipseScreen

bwapi/BWAPILIB/Source/Game.cpp:876–879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

874 this->drawEllipse(CoordinateType::Mouse, x, y, xrad, yrad, color, isSolid);
875 }
876 void Game::drawEllipseScreen(int x, int y, int xrad, int yrad, Color color, bool isSolid)
877 {
878 this->drawEllipse(CoordinateType::Screen, x, y, xrad, yrad, color, isSolid);
879 }
880 void Game::drawEllipseMap(Position p, int xrad, int yrad, Color color, bool isSolid)
881 {
882 this->drawEllipseMap(p.x, p.y, xrad, yrad, color, isSolid);

Callers

nothing calls this directly

Calls 1

drawEllipseMethod · 0.45

Tested by

no test coverage detected