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

◆ MuzzleFlashLight_1()

void MuzzleFlashLight_1 ( )

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

25 {
26 SetLifetime( m_Lifetime );
27 FadeIn( m_Lifetime * 0.2 );
28 SetFadeOutTime( m_Lifetime * 0.2 );
29 SetVisibleDuringDaylight( true );
30 SetRadiusTo( 17 );
31 SetBrightnessTo( 0.5 );
32 SetCastShadow( false );
33 SetAmbientColor( 0.56, 0.42, 0.3 );
34 SetDiffuseColor( 0.56, 0.42, 0.3 );
35 SetFlareVisible( false );
36 }
class MuzzleFlashLight extends PointLightBase m_Lifetime

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

Используется в WeaponParticlesBase::OnActivate().