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

Method sendText

bwapi/BWAPILIB/Source/Game.cpp:620–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 this->vSendTextEx(false, format, arg);
619 }
620 void Game::sendText(const char *format, ...)
621 {
622 va_list ap;
623 va_start(ap,format);
624 this->vSendTextEx(false, format, ap);
625 va_end(ap);
626 }
627 void Game::sendTextEx(bool toAllies, const char *format, ...)
628 {
629 va_list ap;

Callers 15

executeMethod · 0.80
onStartMethod · 0.80
onSendTextMethod · 0.80
executeMethod · 0.80
AICreateThreadFunction · 0.80
enableFlagMethod · 0.80
mainFunction · 0.80
onStartMethod · 0.80
onStartMethod · 0.80
onStartMethod · 0.80
onStartMethod · 0.80
onStartMethod · 0.80

Calls 1

vSendTextExMethod · 0.45

Tested by 5

onStartMethod · 0.64
onStartMethod · 0.64
onStartMethod · 0.64
onStartMethod · 0.64
onStartMethod · 0.64