![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | ShellLight |
Functions | |
| override void | EEOnCECreate () |
| override void | OnVariablesSynchronized () |
| override void | Tick () |
| override void | SetupZoneData (EffectAreaParams params) |
| override void | DeferredInit () |
| override void | InitZoneServer () |
| void | SpawnItems () |
| override void | CreateTrigger (vector pos, int radius) |
| void | PlayFX () |
| void | PlayExplosionLight () |
| void | PlayFlareVFX () |
Variables | |
| ShellLight | m_OffsetPos |
| ref Timer | m_StartupTimer |
| ref Timer | m_FXTimer |
| FlareLight | m_FlareLight |
| ShellLight | m_ShellLight |
| const int | AIRBORNE_EXPLOSION_DELAY = 20 |
| const int | AREA_SETUP_DELAY = 10 |
| const float | AIRBORNE_FX_OFFSET = 50 |
| const float | ARTILLERY_SHELL_SPEED = 100 |
| const ref array< string > | SPAWN_ITEM_TYPE = {"Grenade_ChemGas"} |
| const ref array< int > | SPAWN_ITEM_COUNT = {Math.RandomIntInclusive(2,5)} |
| const ref array< float > | SPAWN_ITEM_RAD_MIN = {5} |
| const ref array< float > | SPAWN_ITEM_RAD_MAX = {15} |
Definition at line 192 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 139 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 42 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 163 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 94 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 223 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 228 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 205 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 121 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 170 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 106 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 31 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 33 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 32 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 34 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 27 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 26 of file contaminatedarea_dynamic.c.
| ShellLight m_OffsetPos |
|
protected |
Definition at line 28 of file contaminatedarea_dynamic.c.
|
protected |
Definition at line 25 of file contaminatedarea_dynamic.c.
Definition at line 38 of file contaminatedarea_dynamic.c.
Definition at line 40 of file contaminatedarea_dynamic.c.
Definition at line 39 of file contaminatedarea_dynamic.c.
Definition at line 37 of file contaminatedarea_dynamic.c.