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

Function bwDrawText

bwapi/BWAPI/Source/Graphics.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void bwDrawText(int x, int y, const char* ptext, BWAPI::CoordinateType::Enum ctype, char size)
57{
58 convertCoordType(x, y, ctype);
59 BW::BWDATA::GameScreenBuffer.blitString(ptext, x, y, size);
60}

Callers 1

drawShapesMethod · 0.85

Calls 2

convertCoordTypeFunction · 0.85
blitStringMethod · 0.80

Tested by

no test coverage detected