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

◆ MuzzleFlashLight_2()

void PointLightBase::MuzzleFlashLight_2 ( )
inlineprivate

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

44 {
45 SetLifetime( m_Lifetime );
46 FadeIn( m_Lifetime * 0.1 );
47 SetFadeOutTime( m_Lifetime * 0.1 );
48 SetVisibleDuringDaylight( true );
49 SetRadiusTo( 12 );
50 SetBrightnessTo( 0.2 );
51 SetCastShadow( false );
52 SetAmbientColor( 0.36, 0.32, 0.13 );
53 SetDiffuseColor( 0.36, 0.32, 0.13 );
54 SetFlareVisible( false );
55 }
static float m_Lifetime
Определения MuzzleFlashLight.c:3

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