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

◆ SortedInsert()

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

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

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

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

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