MCPcopy Create free account
hub / github.com/bwapi/bwapi / ~aithread

Method ~aithread

bwapi/BWScriptEmulator/ScriptThread.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145aithread::~aithread()
146{
147 for ( std::deque<char*>::iterator c = this->debugQueue.begin(); c != this->debugQueue.end(); ++c )
148 free(*c);
149 this->debugQueue.clear();
150}
151
152int GetStandardUnitCount(UnitType type, bool bCompleted, Player player)
153{

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected