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

◆ GetComponent()

Component Entity::GetComponent ( int comp_type,
string extended_class_name = "" )
inlineprivate

GetComponent.

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

323 {
324 if ( m_ComponentsBank == NULL )
325 m_ComponentsBank = new ComponentsBank(this);
326
327 return m_ComponentsBank.GetComponent(comp_type, extended_class_name);
328 }
ref ComponentsBank m_ComponentsBank

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

Используется в CreateComponent(), DebugBBoxDelete(), DebugBBoxDraw(), DebugBBoxSetColor(), DebugDirectionDelete(), DebugDirectionDraw(), DebugDirectionSetColor(), GetCompBS() и GetCompEM().