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

Function bwPlot

bwapi/BWAPI/Source/Graphics.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <BWAPI/Color.h>
9
10static inline void bwPlot(const int &x, const int &y, const int &color)
11{
12 BW::BWDATA::GameScreenBuffer.plot(x, y, static_cast<u8>(color));
13}
14
15static inline void convertCoordType(int &x, int &y, const BWAPI::CoordinateType::Enum &ctype)
16{

Callers 1

bwDrawDotFunction · 0.85

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected