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

Function AICreateThread

bwapi/BWScriptEmulator/ScriptThread.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void AICreateThread(WORD wStartBlock, Position location, void *pTown)
83{
84 aiThreadList.push_front(aithread(wStartBlock, location, pTown));
85 ++threadCount;
86}
87
88void AICreateThread(const char *pszScriptID, Position location)
89{

Callers 3

executeMethod · 0.85
onStartMethod · 0.85
onSendTextMethod · 0.85

Calls 2

aithreadClass · 0.85
sendTextMethod · 0.80

Tested by

no test coverage detected