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

◆ FindQuickBarEntityIndex()

int ManBase::FindQuickBarEntityIndex ( EntityAI entity)
inlineprotected

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

2204 {
2205 int index;
2206 index = m_QuickBarBase.FindEntityIndex(entity);
2207
2208 if (m_QuickBarBase.GetEntity(index) == NULL)
2209 return -1;
2210
2211 return index;
2212 }
QuickBarBase m_QuickBarBase
Определения PlayerBase.c:133

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

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