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

Function getHostIPString

bwapi/SNP_DirectIP/SNP/SettingsDialog.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35const char* getHostIPString()
36{
37 static char buffer[32];
38 if(hDlg)
39 {
40 GetDlgItemTextA(hDlg, IDC_EDITIP, buffer, 32);
41 }
42 return buffer;
43}
44
45const char* getHostPortString()
46{

Callers 1

requestAdsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected