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

◆ FindQuickBarEntityIndex()

int ManBase::FindQuickBarEntityIndex ( EntityAI entity)
inlineprotected

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

2072 {
2073 int index;
2074 index = m_QuickBarBase.FindEntityIndex(entity);
2075
2076 if (m_QuickBarBase.GetEntity(index) == NULL)
2077 return -1;
2078
2079 return index;
2080 }
QuickBarBase m_QuickBarBase
Определения PlayerBase.c:86

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

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