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

Method drawTextMap

bwapi/BWAPILIB/Source/Game.cpp:750–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748 va_end(ap);
749 }
750 void Game::drawTextMap(int x, int y, const char *format, ...)
751 {
752 va_list ap;
753 va_start(ap,format);
754 this->vDrawText(BWAPI::CoordinateType::Map, x, y, format, ap);
755 va_end(ap);
756 }
757 void Game::drawTextMouse(int x, int y, const char *format, ...)
758 {
759 va_list ap;

Callers 8

onFrameMethod · 0.80
drawBulletsFunction · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80

Calls 1

vDrawTextMethod · 0.45

Tested by 5

onFrameMethod · 0.64
onFrameMethod · 0.64
onFrameMethod · 0.64
onFrameMethod · 0.64
onFrameMethod · 0.64