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

◆ SetupWeatherSettings()

override void SakhalData::SetupWeatherSettings ( )
inlineprivate

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

111 {
112 super.SetupWeatherSettings();
113
114 m_WeatherDefaultSettings.m_GlobalSuddenChance = 95; // works if the randomization value is bigger than this. we do not want to decrease the clear sky chance
115 m_WeatherDefaultSettings.m_ClearWeatherChance = 20;
116 m_WeatherDefaultSettings.m_BadWeatherChance = 65;
117 m_WeatherDefaultSettings.m_BadWeatherSuddenChance = 15;
118 }
ref WorldDataWeatherSettings m_WeatherDefaultSettings
Определения WorldData.c:31

Перекрестные ссылки WorldData::m_WeatherDefaultSettings.