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

Method vSendText

bwapi/BWAPILIB/Source/Game.cpp:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 this->pingMinimap(p.x, p.y);
615 }
616 void Game::vSendText(const char *format, va_list arg)
617 {
618 this->vSendTextEx(false, format, arg);
619 }
620 void Game::sendText(const char *format, ...)
621 {
622 va_list ap;

Callers

nothing calls this directly

Calls 1

vSendTextExMethod · 0.45

Tested by

no test coverage detected