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

◆ GetRPCDataImmediate()

DebugWeatherRPCData GetRPCDataImmediate ( )
protected

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

1193 {
1195 // FOG
1196 data.m_FogValue = m_FogValueSetSlider.GetCurrent() / 100;
1197 data.m_FogInterpolation = 0;
1198 data.m_FogDuration = 960;
1199
1200 // Rain
1201 data.m_RainValue = m_RainValueSetSlider.GetCurrent() / 100;
1202 data.m_RainInterpolation = 0;
1203 data.m_RainDuration = 960;
1204
1205 // OVERCAST
1206 data.m_OvercastValue = m_OvercastValueSetSlider.GetCurrent() / 100;
1207 data.m_OvercastInterpolation = 0;
1208 data.m_OvercastDuration = 960;
1209
1210 // SNOWFALL
1211 data.m_SnowfallValue = m_SnowfallValueSetSlider.GetCurrent() / 100;
1212 data.m_SnowfallInterpolation = 0;
1213 data.m_SnowfallDuration = 960;
1214
1215 // VOLFOG
1218
1221
1222 data.m_VolFogHeightBias = m_VolFogHeightBiasSlider.GetCurrent();
1224
1225 // Wind Magnitude
1226 data.m_WindMagnitudeValue = m_WindMValueSetSlider.GetCurrent();
1227 data.m_WindMInterpolation = 0;
1228 data.m_WindMDuration = 960;
1229
1230 // Wind Direction
1231 data.m_WindDirectionValue = m_WindDValueSetSlider.GetCurrent();
1232 data.m_WindDInterpolation = 0;
1233 data.m_WindDDuration = 960;
1234
1235 return data;
1236 }
SliderWidget m_RainValueSetSlider
Определения ScriptConsoleWeatherTab.c:56
SliderWidget m_VolFogHeightDensityTimeSlider
Определения ScriptConsoleWeatherTab.c:115
SliderWidget m_VolFogHeightBiasTimeSlider
Определения ScriptConsoleWeatherTab.c:127
SliderWidget m_VolFogDistanceDensityTimeSlider
Определения ScriptConsoleWeatherTab.c:103
SliderWidget m_FogValueSetSlider
Определения ScriptConsoleWeatherTab.c:16
SliderWidget m_SnowfallValueSetSlider
Определения ScriptConsoleWeatherTab.c:76
SliderWidget m_WindMValueSetSlider
Определения ScriptConsoleWeatherTab.c:140
SliderWidget m_WindDValueSetSlider
Определения ScriptConsoleWeatherTab.c:160
SliderWidget m_VolFogHeightBiasSlider
Определения ScriptConsoleWeatherTab.c:121
const int DURATION_MAX
Определения ScriptConsoleWeatherTab.c:13
SliderWidget m_VolFogDistanceDensitySlider
Определения ScriptConsoleWeatherTab.c:97
SliderWidget m_OvercastValueSetSlider
Определения ScriptConsoleWeatherTab.c:36
SliderWidget m_VolFogHeightDensitySlider
Определения ScriptConsoleWeatherTab.c:109
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, DebugWeatherRPCData::m_FogInterpolation, DebugWeatherRPCData::m_FogValue, m_FogValueSetSlider, DebugWeatherRPCData::m_OvercastDuration, DebugWeatherRPCData::m_OvercastInterpolation, DebugWeatherRPCData::m_OvercastValue, m_OvercastValueSetSlider, DebugWeatherRPCData::m_RainDuration, DebugWeatherRPCData::m_RainInterpolation, DebugWeatherRPCData::m_RainValue, m_RainValueSetSlider, DebugWeatherRPCData::m_SnowfallDuration, DebugWeatherRPCData::m_SnowfallInterpolation, 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, DebugWeatherRPCData::m_WindDInterpolation, DebugWeatherRPCData::m_WindDirectionValue, m_WindDValueSetSlider, DebugWeatherRPCData::m_WindMagnitudeValue, DebugWeatherRPCData::m_WindMDuration, DebugWeatherRPCData::m_WindMInterpolation и m_WindMValueSetSlider.

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