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

◆ GetComponent()

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

GetComponent.

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

316 {
317 if ( m_ComponentsBank == NULL )
318 m_ComponentsBank = new ComponentsBank(this);
319
320 return m_ComponentsBank.GetComponent(comp_type, extended_class_name);
321 }
ref ComponentsBank m_ComponentsBank
Определения EntityAI.c:305

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

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