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

Method aithread

bwapi/BWScriptEmulator/ScriptThread.cpp:115–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115aithread::aithread()
116:dwScriptOffset(0)
117,dwSleepTime(0)
118,dwPlayerID( (Broodwar->self()->getID()) )
119,pTown(nullptr)
120,dwFlags(0)
121,threadId(threadCount)
122,dwBytesRead(0)
123,retryBlock(false)
124{
125 memset(this->bTotBuildCount, 0, sizeof(this->bTotBuildCount));
126 this->debugQueue.clear();
127}
128
129aithread::aithread(WORD wStartBlock, BWAPI::Position location, void *town)
130:dwScriptOffset(wStartBlock)

Callers

nothing calls this directly

Calls 4

LocationClass · 0.85
getIDMethod · 0.45
selfMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected