DayZ 1.24
Loading...
Searching...
No Matches
BlowtorchLight Class Reference
Inheritance diagram for BlowtorchLight:
[legend]
Collaboration diagram for BlowtorchLight:
[legend]

Private Member Functions

void BlowtorchLight ()
 
- Private Member Functions inherited from PointLightBase
void Roadblock_Light ()
 
void EntranceLight ()
 

Additional Inherited Members

- Private Attributes inherited from PointLightBase
float m_DefaultBrightness = 5.5
 
float m_DefaultRadius = 20
 

Detailed Description

Definition at line 1 of file BlowtorchLight.c.

Constructor & Destructor Documentation

◆ BlowtorchLight()

void BlowtorchLight::BlowtorchLight ( )
inlineprivate

Definition at line 3 of file BlowtorchLight.c.

4 {
5 SetVisibleDuringDaylight(false);
6 SetRadiusTo(1);
7 SetBrightnessTo(3.0);
8 SetCastShadow(true);
9 SetFadeOutTime(0.2);
10 SetDiffuseColor(0.2, 0.45, 0.7);
11 SetAmbientColor(0.2, 0.45, 0.7);
12 SetFlareVisible(false);
13 SetFlickerAmplitude(0.35);
14 SetFlickerSpeed(0.55);
15 SetDancingShadowsMovementSpeed(0.05);
16 SetDancingShadowsAmplitude(0.03);
17 EnableHeatHaze(true);
18 SetHeatHazeRadius(0.08);
19 SetHeatHazePower(0.015);
20 }

The documentation for this class was generated from the following file: