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

Method drawBoxMap

bwapi/BWAPILIB/Source/Game.cpp:793–796  ·  view source on GitHub ↗

------------------------------------------ DRAW BOX -----------------------------------------------

Source from the content-addressed store, hash-verified

791 }
792 //------------------------------------------ DRAW BOX -----------------------------------------------
793 void Game::drawBoxMap(int left, int top, int right, int bottom, Color color, bool isSolid)
794 {
795 this->drawBox(CoordinateType::Map, left, top, right, bottom, color, isSolid);
796 }
797 void Game::drawBoxMouse(int left, int top, int right, int bottom, Color color, bool isSolid)
798 {
799 this->drawBox(CoordinateType::Mouse, left, top, right, bottom, color, isSolid);

Callers 1

onFrameMethod · 0.80

Calls 1

drawBoxMethod · 0.45

Tested by

no test coverage detected