18 string serverId = GetConnEndPoint(cachedInfo);
21 if (!
m_Menu.IsFavorited(GetQueryEndPoint(cachedInfo)))
35 int totalServersAlreadyShown =
m_PageIndex * SERVERS_VISIBLE_COUNT + index;
38 for (
int i = startingIndex; i < relevantCachedInfo.Count(); ++i)
40 if (index >= SERVERS_VISIBLE_COUNT)
47 cachedInfo = relevantEntry.param2;
48 string ip = cachedInfo.param1;
49 string cachedName = cachedInfo.param2;
50 int connPort = cachedInfo.param3;
51 int queryPort = cachedInfo.param4;
58 offlineRow.m_Id = relevantEntry.param1;
59 offlineRow.m_Name = cachedName;
60 offlineRow.m_HostIp = ip;
61 offlineRow.m_SteamQueryPort = queryPort;
62 offlineRow.m_HostPort = connPort;
63 offlineRow.m_Favorite =
true;
66 ServerBrowserEntry entry = GetServerEntryByIndex(index, offlineRow.m_Id);
68 entry.SetIsOnline(
false);
69 entry.FillInfo(offlineRow);