Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ newAIModule
Function
newAIModule
bwapi/BWScriptEmulator/Dll.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
extern
"C"
__declspec(dllexport) BWAPI::AIModule* newAIModule()
22
{
23
return new BWScriptEmulator();
24
}
Callers
2
initializeAIModule
Method · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected