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

Function spiLeagueGetName

bwapi/SNP_DirectIP/SNP/SNPModule.cpp:623–628  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

621 }
622 //------------------------------------------------------------------------------------------------------------------------------------
623 BOOL __stdcall spiLeagueGetName(char *pszDest, DWORD dwSize)
624 {
625 DropMessage(0, "spiLeagueGetName");
626 // This function is complete
627 return TRUE;
628 }
629 //------------------------------------------------------------------------------------------------------------------------------------
630 SNP::NetFunctions spiFunctions = {
631 sizeof(SNP::NetFunctions),

Callers

nothing calls this directly

Calls 1

DropMessageFunction · 0.85

Tested by

no test coverage detected