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

◆ ~ScriptConsoleWeatherTab()

void ~ScriptConsoleWeatherTab ( )
protected

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

205 {
206 // FOG
207 m_FogValue = m_FogValueSetSlider.GetCurrent() / 100;
210
211 // OVERCAST
212 m_OvercastValue = m_OvercastValueSetSlider.GetCurrent() / 100;
215
216 // Rain
217 m_RainValue = m_RainValueSetSlider.GetCurrent() / 100;
220
221 // Snowfall
222 m_SnowfallValue = m_SnowfallValueSetSlider.GetCurrent() / 100;
225
226 // Vol Fog
229
232
235 }
static float m_OvercastInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:52
static float m_RainInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:72
SliderWidget m_RainValueSetSlider
Определения ScriptConsoleWeatherTab.c:56
static float m_VolFogHeightBiasValue
Определения ScriptConsoleWeatherTab.c:136
SliderWidget m_VolFogHeightDensityTimeSlider
Определения ScriptConsoleWeatherTab.c:115
static float m_VolFogDistanceDensityValue
Определения ScriptConsoleWeatherTab.c:132
SliderWidget m_VolFogDistanceDensityTimeSlider
Определения ScriptConsoleWeatherTab.c:103
static float m_RainDurationTimeValue
Определения ScriptConsoleWeatherTab.c:73
static float m_SnowfallDurationTimeValue
Определения ScriptConsoleWeatherTab.c:93
SliderWidget m_RainDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:62
SliderWidget m_FogValueSetSlider
Определения ScriptConsoleWeatherTab.c:16
SliderWidget m_SnowfallValueSetSlider
Определения ScriptConsoleWeatherTab.c:76
SliderWidget m_FogDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:22
static float m_VolFogHeightDensityValue
Определения ScriptConsoleWeatherTab.c:134
static float m_FogValue
Определения ScriptConsoleWeatherTab.c:31
SliderWidget m_OvercastInterpolationTimeSlider
Определения ScriptConsoleWeatherTab.c:41
static float m_RainValue
Определения ScriptConsoleWeatherTab.c:71
static float m_VolFogHeightDensityTimeValue
Определения ScriptConsoleWeatherTab.c:135
static float m_OvercastDurationTimeValue
Определения ScriptConsoleWeatherTab.c:53
SliderWidget m_SnowfallInterpolationTimeSlider
Определения ScriptConsoleWeatherTab.c:81
SliderWidget m_RainInterpolationTimeSlider
Определения ScriptConsoleWeatherTab.c:61
static float m_SnowfallInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:92
static float m_VolFogHeightBiasTimeValue
Определения ScriptConsoleWeatherTab.c:137
static float m_FogInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:32
SliderWidget m_SnowfallDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:82
SliderWidget m_FogInterpolationTimeSlider
Определения ScriptConsoleWeatherTab.c:21
static float m_SnowfallValue
Определения ScriptConsoleWeatherTab.c:91
const int DURATION_MAX
Определения ScriptConsoleWeatherTab.c:13
SliderWidget m_VolFogDistanceDensitySlider
Определения ScriptConsoleWeatherTab.c:97
SliderWidget m_OvercastValueSetSlider
Определения ScriptConsoleWeatherTab.c:36
static float m_OvercastValue
Определения ScriptConsoleWeatherTab.c:51
SliderWidget m_VolFogHeightDensitySlider
Определения ScriptConsoleWeatherTab.c:109
static float m_VolFogDistanceDensityTimeValue
Определения ScriptConsoleWeatherTab.c:133
const int INTERPOLATION_MAX
Определения ScriptConsoleWeatherTab.c:12
static float m_FogDurationTimeValue
Определения ScriptConsoleWeatherTab.c:33
SliderWidget m_OvercastDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:42

Перекрестные ссылки DURATION_MAX, INTERPOLATION_MAX, m_FogDurationTimeSlider, m_FogDurationTimeValue, m_FogInterpolationTimeSlider, m_FogInterpolationTimeValue, m_FogValue, m_FogValueSetSlider, m_OvercastDurationTimeSlider, m_OvercastDurationTimeValue, m_OvercastInterpolationTimeSlider, m_OvercastInterpolationTimeValue, m_OvercastValue, m_OvercastValueSetSlider, m_RainDurationTimeSlider, m_RainDurationTimeValue, m_RainInterpolationTimeSlider, m_RainInterpolationTimeValue, m_RainValue, m_RainValueSetSlider, m_SnowfallDurationTimeSlider, m_SnowfallDurationTimeValue, m_SnowfallInterpolationTimeSlider, m_SnowfallInterpolationTimeValue, m_SnowfallValue, m_SnowfallValueSetSlider, m_VolFogDistanceDensitySlider, m_VolFogDistanceDensityTimeSlider, m_VolFogDistanceDensityTimeValue, m_VolFogDistanceDensityValue, m_VolFogHeightBiasTimeValue, m_VolFogHeightBiasValue, m_VolFogHeightDensitySlider, m_VolFogHeightDensityTimeSlider, m_VolFogHeightDensityTimeValue и m_VolFogHeightDensityValue.