DayZ 1.28
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/Entities/EntityAI.c строка 2749

2750 {
2752 return m_HiddenSelectionsData.GetHiddenSelectionIndex( selection );
2753
2754 return -1;
2755 }
ref HiddenSelectionsData m_HiddenSelectionsData
Определения 3_Game/Entities/EntityAI.c:114

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