DayZ 1.24
Loading...
Searching...
No Matches
MuzzleFlashLight.c File Reference

Go to the source code of this file.

Classes

class  PointLightBase
 

Functions

void MuzzleFlashLight_1 ()
 

Variables

class MuzzleFlashLight extends PointLightBase m_Lifetime = 0.08
 

Function Documentation

◆ MuzzleFlashLight_1()

void MuzzleFlashLight_1 ( )

Definition at line 24 of file MuzzleFlashLight.c.

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

References m_Lifetime.

Referenced by WeaponParticlesBase::OnActivate().

Variable Documentation

◆ m_Lifetime