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

Method drawCircleMouse

bwapi/BWAPILIB/Source/Game.cpp:847–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
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);

Callers

nothing calls this directly

Calls 1

drawCircleMethod · 0.45

Tested by

no test coverage detected