DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Tick()

override void Tick ( )
protected

См. определение в файле ContaminatedArea_Dynamic.c строка 106

107 {
109 {
110 // The second state of decay, further reduction of particle density and size
111 SetDecayState( eAreaDecayStage.DECAY_END );
112 }
114 {
115 // The first state of decay, slight reduction in particle density and size
116 SetDecayState( eAreaDecayStage.DECAY_START );
117 }
118
119 }
float GetFinishDecayLifetime()
Определения ContaminatedArea_DynamicBase.c:40
float GetStartDecayLifetime()
Определения ContaminatedArea_DynamicBase.c:35
eAreaDecayStage
Определения ContaminatedArea_DynamicBase.c:2
void SetDecayState(int newState)
Определения ContaminatedArea_DynamicBase.c:46
float GetRemainingTime()
Определения NotificationSystem.c:40

Перекрестные ссылки GetFinishDecayLifetime(), GetRemainingTime(), GetStartDecayLifetime() и SetDecayState().