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

◆ SortedInsert()

int ServerBrowserTab::SortedInsert ( GetServersResultRow entry,
ESortType sort_type )
inlineprotected

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

705 {
706 return SortedInsertEx(entry, sort_type, m_SortInverted[sort_type]);
707 }
ref map< ESortType, ESortOrder > m_SortInverted
Определения ServerBrowserTab.c:76
int SortedInsertEx(GetServersResultRow entry, ESortType sortType, bool isDescending)
Определения ServerBrowserTabPc.c:709

Перекрестные ссылки m_SortInverted и SortedInsertEx().

Используется в AddSorted().