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

◆ WeatherOnBeforeChange()

bool WorldData::WeatherOnBeforeChange ( EWeatherPhenomenon type,
float actual,
float change,
float time )
inlineprotected

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

242 {
243 // default behaviour is same like setting MissionWeather (in Weather) to true
244 return false;
245 }

Используется в WeatherPhenomenon::OnBeforeChange().