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

Method drawTextMouse

bwapi/BWAPILIB/Source/Game.cpp:757–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755 va_end(ap);
756 }
757 void Game::drawTextMouse(int x, int y, const char *format, ...)
758 {
759 va_list ap;
760 va_start(ap,format);
761 this->vDrawText(BWAPI::CoordinateType::Mouse, x, y, format, ap);
762 va_end(ap);
763 }
764 void Game::drawTextScreen(int x, int y, const char *format, ...)
765 {
766 va_list ap;

Callers

nothing calls this directly

Calls 1

vDrawTextMethod · 0.45

Tested by

no test coverage detected