DayZ 1.29
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.

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 2793

2794 {
2796 return m_HiddenSelectionsData.GetHiddenSelectionIndex( selection );
2797
2798 return -1;
2799 }
ref HiddenSelectionsData m_HiddenSelectionsData

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