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

◆ GetHiddenSelectionIndex()

int HiddenSelectionsData::GetHiddenSelectionIndex ( string selection)
inlineprivate

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

20 {
21 int index;
22 if (m_HiddenSelectionNameToIndex.Find(selection, index))
23 return index;
24
25 return -1;
26 }
ref map< string, int > m_HiddenSelectionNameToIndex
Определения HiddenSelectionsData.c:7

Перекрестные ссылки m_HiddenSelectionNameToIndex.