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

Method drawLineMouse

bwapi/BWAPILIB/Source/Game.cpp:922–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920 this->drawLine(CoordinateType::Map, x1, y1, x2, y2, color);
921 }
922 void Game::drawLineMouse(int x1, int y1, int x2, int y2, Color color)
923 {
924 this->drawLine(CoordinateType::Mouse, x1, y1, x2, y2, color);
925 }
926 void Game::drawLineScreen(int x1, int y1, int x2, int y2, Color color)
927 {
928 this->drawLine(CoordinateType::Screen, x1, y1, x2, y2, color);

Callers

nothing calls this directly

Calls 1

drawLineMethod · 0.45

Tested by

no test coverage detected