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

◆ HasComponent()

bool Entity::HasComponent ( int comp_type)
inlineprivate

IsComponentExist.

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

341 {
342 if ( m_ComponentsBank )
343 return m_ComponentsBank.IsComponentAlreadyExist(comp_type);
344
345 return false;
346 }
ref ComponentsBank m_ComponentsBank
Определения EntityAI.c:305

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

Используется в GetCompBS(), GetCompEM() и HasEnergyManager().