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

Function BWAPIError

bwapi/BWAPI/Source/DLLMain.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117}
118void BWAPIError(const char *format, ...)
119{
120 va_list ap;
121 va_start(ap,format);
122 vBWAPIError(format, ap);
123 va_end(ap);
124}
125
126void BWAPIError(DWORD dwErrCode, const char *format, ...)
127{

Callers 2

initializeAIModuleMethod · 0.70
Config.hFile · 0.70

Calls 2

vBWAPIErrorFunction · 0.85
VSNPrintfFunction · 0.50

Tested by

no test coverage detected