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

Function spiSelectGame

bwapi/SNP_DirectIP/SNP/SNPModule.cpp:602–613  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

600
601 //------------------------------------------------------------------------------------------------------------------------------------
602 BOOL __stdcall spiSelectGame(int a1,
603 client_info *gameClientInfo,
604 user_info *userData,
605 battle_info *bnCallbacks,
606 module_info *moduleData,
607 int a6)
608 {
609 DropMessage(0, "spiSelectGame");
610 // Looks like an old function and doesn't seem like it's used anymore
611 // UDPN's function Creates an IPX game select dialog window
612 return FALSE;
613 }
614
615 //------------------------------------------------------------------------------------------------------------------------------------
616 BOOL __stdcall spiSendExternalMessage(int a1, int a2, int a3, int a4, int a5)

Callers

nothing calls this directly

Calls 1

DropMessageFunction · 0.85

Tested by

no test coverage detected