DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetIpPort()

string GetServersResultRow::GetIpPort ( )
inlineprivate

См. определение в файле BiosLobbyService.c строка 221

222 {
223#ifdef PLATFORM_WINDOWS
224 return m_Id;
225#else
226 return GetIP() + ":" + m_HostPort;
227#endif
228 }
string GetIP()
Определения BiosLobbyService.c:230
string m_Id
Определения BiosLobbyService.c:171
int m_HostPort
Определения BiosLobbyService.c:176

Перекрестные ссылки GetIP(), m_HostPort и m_Id.

Используется в ServerBrowserTabPc::LoadExtraEntries(), ServerBrowserTabConsolePages::PassFilter(), ScriptedWidgetEventHandler::SetDetails(), UIScriptedMenu::SetServerInfo() и ServerBrowserTab::UpdateServerList().