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

Method drawDotScreen

bwapi/BWAPILIB/Source/Game.cpp:901–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

899 this->drawDot(CoordinateType::Mouse, x, y, color);
900 }
901 void Game::drawDotScreen(int x, int y, Color color)
902 {
903 this->drawDot(CoordinateType::Screen, x, y, color);
904 }
905 void Game::drawDotMap(Position p, Color color)
906 {
907 this->drawDotMap(p.x, p.y, color);

Callers

nothing calls this directly

Calls 1

drawDotMethod · 0.45

Tested by

no test coverage detected