![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Enumerations | |
| enum | eAreaDecayStage { INIT = 1 , START = 2 , LIVE = 3 , DECAY_START = 4 , DECAY_END = 5 } |
Functions | |
| void | ContaminatedArea_DynamicBase () |
| float | GetRemainingTime () |
| float | GetStartDecayLifetime () |
| float | GetFinishDecayLifetime () |
| void | SetDecayState (int newState) |
| override void | InitZone () |
| override void | InitZoneClient () |
| override void | InitZoneServer () |
| override void | OnParticleAllocation (ParticleManager pm, array< ParticleSource > particles) |
| override void | CreateTrigger (vector pos, int radius) |
| override void | OnVariablesSynchronized () |
Variables | |
| enum eAreaDecayStage | m_DecayState = eAreaDecayStage.INIT |
| const float | DECAY_START_PART_SIZE = 32 |
| const int | DECAY_START_PART_BIRTH_RATE = 1 |
| const float | DECAY_END_PART_SIZE = 17 |
| const int | DECAY_END_PART_BIRTH_RATE = 1 |
| const float | START_DECAY_LIFETIME = 900 |
| const float | FINISH_DECAY_LIFETIME = 300 |
| enum eAreaDecayStage |
| Enumerator | |
|---|---|
| INIT | |
| START | |
| LIVE | |
| DECAY_START | |
| DECAY_END | |
Definition at line 1 of file contaminatedarea_dynamicbase.c.
| void ContaminatedArea_DynamicBase | ( | ) |
Definition at line 22 of file contaminatedarea_dynamicbase.c.
Definition at line 107 of file contaminatedarea_dynamicbase.c.
| float GetFinishDecayLifetime | ( | ) |
Definition at line 40 of file contaminatedarea_dynamicbase.c.
| float GetRemainingTime | ( | ) |
Definition at line 30 of file contaminatedarea_dynamicbase.c.
| float GetStartDecayLifetime | ( | ) |
Definition at line 35 of file contaminatedarea_dynamicbase.c.
| override void InitZone | ( | ) |
Definition at line 61 of file contaminatedarea_dynamicbase.c.
| override void InitZoneClient | ( | ) |
Definition at line 68 of file contaminatedarea_dynamicbase.c.
| override void InitZoneServer | ( | ) |
Definition at line 76 of file contaminatedarea_dynamicbase.c.
| override void OnParticleAllocation | ( | ParticleManager | pm, |
| array< ParticleSource > | particles ) |
Definition at line 85 of file contaminatedarea_dynamicbase.c.
| override void OnVariablesSynchronized | ( | ) |
Definition at line 120 of file contaminatedarea_dynamicbase.c.
| void SetDecayState | ( | int | newState | ) |
Definition at line 46 of file contaminatedarea_dynamicbase.c.
| const int DECAY_END_PART_BIRTH_RATE = 1 |
Definition at line 18 of file contaminatedarea_dynamicbase.c.
| const float DECAY_END_PART_SIZE = 17 |
Definition at line 17 of file contaminatedarea_dynamicbase.c.
| const int DECAY_START_PART_BIRTH_RATE = 1 |
Definition at line 16 of file contaminatedarea_dynamicbase.c.
| const float DECAY_START_PART_SIZE = 32 |
Definition at line 15 of file contaminatedarea_dynamicbase.c.
| const float FINISH_DECAY_LIFETIME = 300 |
Definition at line 20 of file contaminatedarea_dynamicbase.c.
| enum eAreaDecayStage m_DecayState = eAreaDecayStage.INIT |
| const float START_DECAY_LIFETIME = 900 |
Definition at line 19 of file contaminatedarea_dynamicbase.c.