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

◆ EOnFrame()

override void Entity::EOnFrame ( IEntity other,
float timeSlice )
inlineprotected

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

3283 {
3284 if ( m_ComponentsBank != NULL )
3285 {
3286 for ( int comp_key = 0; comp_key < COMP_TYPE_COUNT; ++comp_key )
3287 {
3288 if ( m_ComponentsBank.IsComponentAlreadyExist(comp_key) )
3289 {
3290 m_ComponentsBank.GetComponent(comp_key).Event_OnFrame(other, timeSlice);
3291 }
3292 }
3293 }
3294 }
ref ComponentsBank m_ComponentsBank
const int COMP_TYPE_COUNT
Определения Component.c:12

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