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

Method drawLineMap

bwapi/BWAPILIB/Source/Game.cpp:918–921  ·  view source on GitHub ↗

------------------------------------------ DRAW LINE -----------------------------------------------

Source from the content-addressed store, hash-verified

916 }
917 //------------------------------------------ DRAW LINE -----------------------------------------------
918 void Game::drawLineMap(int x1, int y1, int x2, int y2, Color color)
919 {
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);

Callers 3

drawBulletsFunction · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80

Calls 1

drawLineMethod · 0.45

Tested by 2

onFrameMethod · 0.64
onFrameMethod · 0.64