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

Method drawDot

bwapi/BWAPIClient/Source/GameImpl.cpp:813–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

811 }
812
813 void GameImpl::drawDot(CoordinateType::Enum ctype, int x, int y, Color color)
814 {
815 if ( !data->hasGUI ) return;
816 addShape(BWAPIC::Shape(BWAPIC::ShapeType::Dot,ctype,x,y,0,0,0,0,color,false));
817 }
818 //-------------------------------------------------- DRAW LINE ---------------------------------------------
819 void GameImpl::drawLine(CoordinateType::Enum ctype, int x1, int y1, int x2, int y2, Color color)
820 {

Callers 3

drawDotMapMethod · 0.45
drawDotMouseMethod · 0.45
drawDotScreenMethod · 0.45

Calls 1

ShapeClass · 0.85

Tested by

no test coverage detected