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

Method drawDotMap

bwapi/BWAPILIB/Source/Game.cpp:893–896  ·  view source on GitHub ↗

------------------------------------------ DRAW DOT -----------------------------------------------

Source from the content-addressed store, hash-verified

891 }
892 //------------------------------------------ DRAW DOT -----------------------------------------------
893 void Game::drawDotMap(int x, int y, Color color)
894 {
895 this->drawDot(CoordinateType::Map, x, y, color);
896 }
897 void Game::drawDotMouse(int x, int y, Color color)
898 {
899 this->drawDot(CoordinateType::Mouse, x, y, color);

Callers 1

drawVisibilityDataFunction · 0.80

Calls 1

drawDotMethod · 0.45

Tested by

no test coverage detected