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

◆ HasComponent()

bool Entity::HasComponent ( int comp_type)
inlineprivate

IsComponentExist.

См. определение в файле 3_Game/DayZ/Entities/EntityAI.c строка 352

353 {
354 if ( m_ComponentsBank )
355 return m_ComponentsBank.IsComponentAlreadyExist(comp_type);
356
357 return false;
358 }
ref ComponentsBank m_ComponentsBank

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

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