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

Method queueSentMessage

bwapi/BWAPI/Source/BWAPI/GameInternals.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428 }
429
430 void GameImpl::queueSentMessage(std::string const &message)
431 {
432 if (!message.empty())
433 this->sentMessages.emplace_back(message);
434 }
435};

Callers 1

_SStrCopyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected