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

◆ GetEntity()

EntityAI GetEntity ( int index)
protected

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

79 {
80 if (index < 0 || index >= m_slotsCount)
81 return NULL;
82
83 if (m_aQuickbarEnts[index].m_enabled)
84 return m_aQuickbarEnts[index].m_entity;
85
86 return NULL;
87 }
class QuickBarItem m_aQuickbarEnts[MAX_QUICKBAR_SLOTS_COUNT]
int m_slotsCount
Определения QuickBarBase.c:19

Перекрестные ссылки m_aQuickbarEnts и m_slotsCount.