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

Method sendTextEx

bwapi/BWAPILIB/Source/Game.cpp:627–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 va_end(ap);
626 }
627 void Game::sendTextEx(bool toAllies, const char *format, ...)
628 {
629 va_list ap;
630 va_start(ap,format);
631 this->vSendTextEx(toAllies, format, ap);
632 va_end(ap);
633 };
634 void Game::printf(const char *format, ...)
635 {
636 va_list ap;

Callers 1

processCommandsMethod · 0.80

Calls 1

vSendTextExMethod · 0.45

Tested by

no test coverage detected