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

◆ FindQuickBarEntityIndex()

int ManBase::FindQuickBarEntityIndex ( EntityAI entity)
inlineprotected

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

2081 {
2082 int index;
2083 index = m_QuickBarBase.FindEntityIndex(entity);
2084
2085 if (m_QuickBarBase.GetEntity(index) == NULL)
2086 return -1;
2087
2088 return index;
2089 }
QuickBarBase m_QuickBarBase
Определения PlayerBase.c:86

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

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