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

◆ EOnFrame()

override void Particle::EOnFrame ( IEntity other,
float timeSlice )
inlineprivate

OnFrame update event decrementing the stored approx. lifetime and checking for deletion.

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

490 {
491 m_Lifetime -= timeSlice;
493 }
void OnCheckAutoDelete()
Creates ParticleEffect child, called from UpdateState.
Определения Particle.c:498
float m_Lifetime
Approx. remaining lifetime of particle.
Определения Particle.c:15

Перекрестные ссылки m_Lifetime и OnCheckAutoDelete().