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

Function spiDestroy

bwapi/SNP_DirectIP/SNP/SNPModule.cpp:156–172  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

154 }
155 //------------------------------------------------------------------------------------------------------------------------------------
156 BOOL __stdcall spiDestroy()
157 {
158 // called when you leave back to the network module selection menu
159// DropMessage(0, "spiDestroy");
160
161 try
162 {
163 pluggedNetwork->destroy();
164 }
165 catch(GeneralException &e)
166 {
167 DropLastError(__FUNCTION__ " unhandled exception: %s", e.getMessage());
168 return FALSE;
169 }
170
171 return TRUE;
172 }
173 //------------------------------------------------------------------------------------------------------------------------------------
174 BOOL __stdcall spiLockGameList(int a1, int a2, game **ppGameList)
175 {

Callers

nothing calls this directly

Calls 3

DropLastErrorFunction · 0.85
getMessageMethod · 0.80
destroyMethod · 0.45

Tested by

no test coverage detected