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

Function spiSendExternalMessage

bwapi/SNP_DirectIP/SNP/SNPModule.cpp:616–621  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

614
615 //------------------------------------------------------------------------------------------------------------------------------------
616 BOOL __stdcall spiSendExternalMessage(int a1, int a2, int a3, int a4, int a5)
617 {
618 DropMessage(0, "spiSendExternalMessage");
619 // This function is complete
620 return FALSE;
621 }
622 //------------------------------------------------------------------------------------------------------------------------------------
623 BOOL __stdcall spiLeagueGetName(char *pszDest, DWORD dwSize)
624 {

Callers

nothing calls this directly

Calls 1

DropMessageFunction · 0.85

Tested by

no test coverage detected