![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 () |
| override void | CreateTrigger (vector pos, int radius) |
| float | GetFinishDecayLifetime () |
| float | GetRemainingTime () |
| float | GetStartDecayLifetime () |
| override void | InitZone () |
| override void | InitZoneClient () |
| override void | InitZoneServer () |
| override void | OnParticleAllocation (ParticleManager pm, array< ParticleSource > particles) |
| override void | OnVariablesSynchronized () |
| void | SetDecayState (int newState) |
Variables | |
| const int | DECAY_END_PART_BIRTH_RATE = 1 |
| const float | DECAY_END_PART_SIZE = 17 |
| const int | DECAY_START_PART_BIRTH_RATE = 1 |
| const float | DECAY_START_PART_SIZE = 32 |
| const float | FINISH_DECAY_LIFETIME = 300 |
| enum eAreaDecayStage | m_DecayState = eAreaDecayStage.INIT |
| const float | START_DECAY_LIFETIME = 900 |
| 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.
References m_Type.
Definition at line 107 of file contaminatedarea_dynamicbase.c.
References ContaminatedTrigger_Dynamic(), and m_DecayState.
| float GetFinishDecayLifetime | ( | ) |
Definition at line 40 of file contaminatedarea_dynamicbase.c.
References FINISH_DECAY_LIFETIME.
Referenced by Tick().
| float GetRemainingTime | ( | ) |
Definition at line 30 of file contaminatedarea_dynamicbase.c.
| float GetStartDecayLifetime | ( | ) |
Definition at line 35 of file contaminatedarea_dynamicbase.c.
References START_DECAY_LIFETIME.
Referenced by Tick().
| override void InitZone | ( | ) |
Definition at line 61 of file contaminatedarea_dynamicbase.c.
References SetDecayState().
Referenced by DeferredInit(), HotSpringArea::DeferredInit(), SpookyArea::DeferredInit(), VolcanicArea::DeferredInit(), OnDebugSpawn(), and ContaminatedArea_Local::SetupZoneData().
| override void InitZoneClient | ( | ) |
Definition at line 68 of file contaminatedarea_dynamicbase.c.
References m_Position, and m_Radius.
| override void InitZoneServer | ( | ) |
Definition at line 76 of file contaminatedarea_dynamicbase.c.
References CreateTrigger(), and m_Radius.
| override void OnParticleAllocation | ( | ParticleManager | pm, |
| array< ParticleSource > | particles ) |
Definition at line 85 of file contaminatedarea_dynamicbase.c.
References DECAY_END_PART_BIRTH_RATE, DECAY_END_PART_SIZE, DECAY_START_PART_BIRTH_RATE, DECAY_START_PART_SIZE, m_DecayState, and ParticleManager().
| override void OnVariablesSynchronized | ( | ) |
Definition at line 120 of file contaminatedarea_dynamicbase.c.
References DECAY_END_PART_BIRTH_RATE, DECAY_END_PART_SIZE, DECAY_START_PART_BIRTH_RATE, DECAY_START_PART_SIZE, InitZoneClient(), and m_DecayState.
| void SetDecayState | ( | int | newState | ) |
Definition at line 46 of file contaminatedarea_dynamicbase.c.
References ContaminatedTrigger_Dynamic(), and m_DecayState.
Referenced by InitZone(), PlayFX(), and Tick().
| const int DECAY_END_PART_BIRTH_RATE = 1 |
Definition at line 18 of file contaminatedarea_dynamicbase.c.
Referenced by OnParticleAllocation(), and OnVariablesSynchronized().
| const float DECAY_END_PART_SIZE = 17 |
Definition at line 17 of file contaminatedarea_dynamicbase.c.
Referenced by OnParticleAllocation(), and OnVariablesSynchronized().
| const int DECAY_START_PART_BIRTH_RATE = 1 |
Definition at line 16 of file contaminatedarea_dynamicbase.c.
Referenced by OnParticleAllocation(), and OnVariablesSynchronized().
| const float DECAY_START_PART_SIZE = 32 |
Definition at line 15 of file contaminatedarea_dynamicbase.c.
Referenced by OnParticleAllocation(), and OnVariablesSynchronized().
| const float FINISH_DECAY_LIFETIME = 300 |
Definition at line 20 of file contaminatedarea_dynamicbase.c.
Referenced by GetFinishDecayLifetime().
| enum eAreaDecayStage m_DecayState = eAreaDecayStage.INIT |
Referenced by CreateTrigger(), DeferredInit(), EEOnCECreate(), OnParticleAllocation(), OnVariablesSynchronized(), and SetDecayState().
| const float START_DECAY_LIFETIME = 900 |
Definition at line 19 of file contaminatedarea_dynamicbase.c.
Referenced by GetStartDecayLifetime().