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

Method drawEllipseMap

bwapi/BWAPILIB/Source/Game.cpp:868–871  ·  view source on GitHub ↗

------------------------------------------ DRAW ELLIPSE -----------------------------------------------

Source from the content-addressed store, hash-verified

866 }
867 //------------------------------------------ DRAW ELLIPSE -----------------------------------------------
868 void Game::drawEllipseMap(int x, int y, int xrad, int yrad, Color color, bool isSolid)
869 {
870 this->drawEllipse(CoordinateType::Map, x, y, xrad, yrad, color, isSolid);
871 }
872 void Game::drawEllipseMouse(int x, int y, int xrad, int yrad, Color color, bool isSolid)
873 {
874 this->drawEllipse(CoordinateType::Mouse, x, y, xrad, yrad, color, isSolid);

Callers

nothing calls this directly

Calls 1

drawEllipseMethod · 0.45

Tested by

no test coverage detected