Перечисления | |
| enum | eAreaDecayStage { INIT = 1 , START = 2 , LIVE = 3 , DECAY_START = 4 , DECAY_END = 5 } |
Функции | |
| 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 () |
Переменные | |
| 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 |