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

◆ WeatherOnBeforeChange() [1/2]

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

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

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

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