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

◆ GetHiddenSelectionIndex()

int Entity::GetHiddenSelectionIndex ( string selection)
inlineprotected

Returns index of the string found in cfg array 'hiddenSelections'. If it's not found then it returns -1.

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

2748 {
2750 return m_HiddenSelectionsData.GetHiddenSelectionIndex( selection );
2751
2752 return -1;
2753 }
ref HiddenSelectionsData m_HiddenSelectionsData
Определения EntityAI.c:114

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