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

◆ EOnFrame()

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

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

3234 {
3235 if ( m_ComponentsBank != NULL )
3236 {
3237 for ( int comp_key = 0; comp_key < COMP_TYPE_COUNT; ++comp_key )
3238 {
3239 if ( m_ComponentsBank.IsComponentAlreadyExist(comp_key) )
3240 {
3241 m_ComponentsBank.GetComponent(comp_key).Event_OnFrame(other, timeSlice);
3242 }
3243 }
3244 }
3245 }
ref ComponentsBank m_ComponentsBank
Определения EntityAI.c:305
const int COMP_TYPE_COUNT
Определения Component.c:12

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