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

Method isConnected

bwapi/BWAPI/Source/BWAPI/Server.cpp:259–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 data->eventStringCount = 0;
258 }
259 bool Server::isConnected() const
260 {
261 return connected;
262 }
263 int Server::addString(const char* text)
264 {
265 StrCopy(data->eventStrings[data->eventStringCount], text);

Callers 4

initializeAIModuleMethod · 0.45
processEventsMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected