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

Method drawTextScreen

bwapi/BWAPILIB/Source/Game.cpp:764–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762 va_end(ap);
763 }
764 void Game::drawTextScreen(int x, int y, const char *format, ...)
765 {
766 va_list ap;
767 va_start(ap,format);
768 this->vDrawText(BWAPI::CoordinateType::Screen, x, y, format, ap);
769 va_end(ap);
770 }
771 void Game::drawTextMap(Position p, const char *format, ...)
772 {
773 va_list ap;

Callers 8

eachFunction · 0.80
mainFunction · 0.80
drawStatsFunction · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80
onFrameMethod · 0.80

Calls 1

vDrawTextMethod · 0.45

Tested by 4

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