Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ContaminatedArea_Dynamic |
Enumerations | |
enum | eAreaDecayStage { INIT = 1, START = 2, LIVE = 3, DECAY_START = 4, DECAY_END = 5 } |
Functions | |
void | ShellLight () |
Variables | |
enum eAreaDecayStage | m_DefaultBrightness = 10 |
protected float | m_DefaultRadius = 100 |
enum eAreaDecayStage |
Enumerator | |
---|---|
INIT | |
START | |
LIVE | |
DECAY_START | |
DECAY_END |
Definition at line 1 of file contaminatedarea_dynamic.c.
void ShellLight | ( | ) |
Definition at line 16 of file contaminatedarea_dynamic.c.
enum eAreaDecayStage m_DefaultBrightness = 10 |
protected float m_DefaultRadius = 100 |
Definition at line 14 of file contaminatedarea_dynamic.c.