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

◆ GetRPCDataImmediate()

DebugWeatherRPCData GetRPCDataImmediate ( )
protected

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

1193 {
1194 Print(ToString() + "::GetRPCDataImmediate");
1196 // FOG
1197 data.m_FogValue = m_FogValueSetSlider.GetCurrent() / 100;
1198 data.m_FogInterpolation = 0;
1199 data.m_FogDuration = 960;
1200
1201 // Rain
1202 data.m_RainValue = m_RainValueSetSlider.GetCurrent() / 100;
1203 data.m_RainInterpolation = 0;
1204 data.m_RainDuration = 960;
1205
1206 // OVERCAST
1207 data.m_OvercastValue = m_OvercastValueSetSlider.GetCurrent() / 100;
1208 data.m_OvercastInterpolation = 0;
1209 data.m_OvercastDuration = 960;
1210
1211 // SNOWFALL
1212 data.m_SnowfallValue = m_SnowfallValueSetSlider.GetCurrent() / 100;
1213 data.m_SnowfallInterpolation = 0;
1214 data.m_SnowfallDuration = 960;
1215
1216 // VOLFOG
1219
1222
1223 data.m_VolFogHeightBias = m_VolFogHeightBiasSlider.GetCurrent();
1225
1226 // Wind Magnitude
1227 data.m_WindMagnitudeValue = m_WindMValueSetSlider.GetCurrent();
1228 data.m_WindMInterpolation = 0;
1229 data.m_WindMDuration = 960;
1230
1231 // Wind Direction
1232 data.m_WindDirectionValue = m_WindDValueSetSlider.GetCurrent();
1233 data.m_WindDInterpolation = 0;
1234 data.m_WindDDuration = 960;
1235
1236 return data;
1237 }
proto string ToString()
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
proto void Print(void var)
Prints content of variable to console/log.

Перекрестные ссылки 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, Print() и ToString().

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