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

◆ GetRPCDataNormal()

DebugWeatherRPCData GetRPCDataNormal ( )
protected

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

1146 {
1148 // FOG
1149 data.m_FogValue = m_FogValueSetSlider.GetCurrent() / 100;
1151 data.m_FogDuration = m_FogDurationTimeSlider.GetCurrent() / 100 * DURATION_MAX;
1152
1153 // Rain
1154 data.m_RainValue = m_RainValueSetSlider.GetCurrent() / 100;
1156 data.m_RainDuration = m_RainDurationTimeSlider.GetCurrent() / 100 * DURATION_MAX;
1157
1158 // OVERCAST
1159 data.m_OvercastValue = m_OvercastValueSetSlider.GetCurrent() / 100;
1162
1163 // SNOWFALL
1164 data.m_SnowfallValue = m_SnowfallValueSetSlider.GetCurrent() / 100;
1167
1168 // VOLFOG
1171
1174
1175 data.m_VolFogHeightBias = m_VolFogHeightBiasSlider.GetCurrent();
1177
1178 // Wind Magnitude
1179 data.m_WindMagnitudeValue = m_WindMValueSetSlider.GetCurrent();
1181 data.m_WindMDuration = m_WindMDurationTimeSlider.GetCurrent() / 100 * DURATION_MAX;
1182
1183 // Wind Direction
1184 data.m_WindDirectionValue = m_WindDValueSetSlider.GetCurrent();
1186 data.m_WindDDuration = m_WindDDurationTimeSlider.GetCurrent() / 100 * DURATION_MAX;
1187
1188 return data;
1189 }
static float m_OvercastInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:52
static float m_RainInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:72
SliderWidget m_RainValueSetSlider
Определения ScriptConsoleWeatherTab.c:56
SliderWidget m_VolFogHeightDensityTimeSlider
Определения ScriptConsoleWeatherTab.c:115
SliderWidget m_VolFogHeightBiasTimeSlider
Определения ScriptConsoleWeatherTab.c:127
static float m_WindMInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:156
SliderWidget m_WindDDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:166
static float m_WindDInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:176
SliderWidget m_VolFogDistanceDensityTimeSlider
Определения ScriptConsoleWeatherTab.c:103
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_SnowfallInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:92
SliderWidget m_WindMValueSetSlider
Определения ScriptConsoleWeatherTab.c:140
SliderWidget m_WindDValueSetSlider
Определения ScriptConsoleWeatherTab.c:160
static float m_FogInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:32
SliderWidget m_SnowfallDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:82
SliderWidget m_VolFogHeightBiasSlider
Определения ScriptConsoleWeatherTab.c:121
const int DURATION_MAX
Определения ScriptConsoleWeatherTab.c:13
SliderWidget m_WindMDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:146
SliderWidget m_VolFogDistanceDensitySlider
Определения ScriptConsoleWeatherTab.c:97
SliderWidget m_OvercastValueSetSlider
Определения ScriptConsoleWeatherTab.c:36
SliderWidget m_VolFogHeightDensitySlider
Определения ScriptConsoleWeatherTab.c:109
SliderWidget m_OvercastDurationTimeSlider
Определения ScriptConsoleWeatherTab.c:42
float m_FogValue
Определения DebugWeatherRPCData.c:3
float m_RainDuration
Определения DebugWeatherRPCData.c:15
float m_OvercastInterpolation
Определения DebugWeatherRPCData.c:9
float m_SnowfallInterpolation
Определения DebugWeatherRPCData.c:11
float m_WindDirectionValue
Определения DebugWeatherRPCData.c:35
float m_SnowfallDuration
Определения DebugWeatherRPCData.c:16
float m_VolFogDistanceDensity
Определения DebugWeatherRPCData.c:18
float m_VolFogHeightBiasTime
Определения DebugWeatherRPCData.c:25
float m_WindMDuration
Определения DebugWeatherRPCData.c:33
float m_VolFogDistanceDensityTime
Определения DebugWeatherRPCData.c:19
float m_VolFogHeightDensityTime
Определения DebugWeatherRPCData.c:22
float m_WindDInterpolation
Определения DebugWeatherRPCData.c:36
float m_VolFogHeightDensity
Определения DebugWeatherRPCData.c:21
float m_SnowfallValue
Определения DebugWeatherRPCData.c:6
float m_WindDDuration
Определения DebugWeatherRPCData.c:37
float m_OvercastValue
Определения DebugWeatherRPCData.c:4
float m_FogInterpolation
Определения DebugWeatherRPCData.c:8
float m_FogDuration
Определения DebugWeatherRPCData.c:13
float m_RainValue
Определения DebugWeatherRPCData.c:5
float m_RainInterpolation
Определения DebugWeatherRPCData.c:10
float m_WindMInterpolation
Определения DebugWeatherRPCData.c:32
float m_VolFogHeightBias
Определения DebugWeatherRPCData.c:24
float m_OvercastDuration
Определения DebugWeatherRPCData.c:14
float m_WindMagnitudeValue
Определения DebugWeatherRPCData.c:31

Перекрестные ссылки DURATION_MAX, DebugWeatherRPCData::m_FogDuration, m_FogDurationTimeSlider, DebugWeatherRPCData::m_FogInterpolation, m_FogInterpolationTimeValue, DebugWeatherRPCData::m_FogValue, m_FogValueSetSlider, DebugWeatherRPCData::m_OvercastDuration, m_OvercastDurationTimeSlider, DebugWeatherRPCData::m_OvercastInterpolation, m_OvercastInterpolationTimeValue, DebugWeatherRPCData::m_OvercastValue, m_OvercastValueSetSlider, DebugWeatherRPCData::m_RainDuration, m_RainDurationTimeSlider, DebugWeatherRPCData::m_RainInterpolation, m_RainInterpolationTimeValue, DebugWeatherRPCData::m_RainValue, m_RainValueSetSlider, DebugWeatherRPCData::m_SnowfallDuration, m_SnowfallDurationTimeSlider, DebugWeatherRPCData::m_SnowfallInterpolation, m_SnowfallInterpolationTimeValue, DebugWeatherRPCData::m_SnowfallValue, m_SnowfallValueSetSlider, DebugWeatherRPCData::m_VolFogDistanceDensity, m_VolFogDistanceDensitySlider, DebugWeatherRPCData::m_VolFogDistanceDensityTime, m_VolFogDistanceDensityTimeSlider, DebugWeatherRPCData::m_VolFogHeightBias, m_VolFogHeightBiasSlider, DebugWeatherRPCData::m_VolFogHeightBiasTime, m_VolFogHeightBiasTimeSlider, DebugWeatherRPCData::m_VolFogHeightDensity, m_VolFogHeightDensitySlider, DebugWeatherRPCData::m_VolFogHeightDensityTime, m_VolFogHeightDensityTimeSlider, DebugWeatherRPCData::m_WindDDuration, m_WindDDurationTimeSlider, DebugWeatherRPCData::m_WindDInterpolation, m_WindDInterpolationTimeValue, DebugWeatherRPCData::m_WindDirectionValue, m_WindDValueSetSlider, DebugWeatherRPCData::m_WindMagnitudeValue, DebugWeatherRPCData::m_WindMDuration, m_WindMDurationTimeSlider, DebugWeatherRPCData::m_WindMInterpolation, m_WindMInterpolationTimeValue и m_WindMValueSetSlider.

Используется в OnClick().