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

◆ ResetValues()

void ResetValues ( )
protected

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

426 {
427 // FOG
428 m_FogValueEditbox.SetText("0");
429 m_FogDurationEditbox.SetText(DURATION_MAX.ToString());
430 m_FogInterpolationEditbox.SetText("0");
431
432 // OVERCAST
433 m_OvercastValueEditbox.SetText("0");
434 m_OvercastDurationEditbox.SetText(DURATION_MAX.ToString());
436
437 // Rain
438 m_RainValueEditbox.SetText("0");
439 m_RainDurationEditbox.SetText(DURATION_MAX.ToString());
440 m_RainInterpolationEditbox.SetText("0");
441
442 // Snowfall
443 m_SnowfallValueEditbox.SetText("0");
444 m_SnowfallDurationEditbox.SetText(DURATION_MAX.ToString());
446
447 // Vol Fog
450
451 m_VolFogHeightDensityEditbox.SetText("0");
453
454 m_VolFogHeightBiasEditbox.SetText("0");
456
457 // Wind Magnitude
458 m_WindMValueEditbox.SetText("0");
459 m_WindMDurationEditbox.SetText(DURATION_MAX.ToString());
460 m_WindMInterpolationEditbox.SetText("0");
461
462 // Wind Direction
463 m_WindDValueEditbox.SetText("0");
464 m_WindDDurationEditbox.SetText(DURATION_MAX.ToString());
465 m_WindDInterpolationEditbox.SetText("0");
466
468
469 //FOG
470 m_FogValue = 0;
473
474 // OVERCAST
475 m_OvercastValue = 0;
478
479 //RAIN
480 m_RainValue = 0;
483
484 //SNOWFALL
485 m_SnowfallValue = 0;
488
489 // Vol Fog
492
495
498
499 // Wind Magnitude
503
504 // Wind Direction
508 }
static float m_OvercastInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:52
EditBoxWidget m_FogDurationEditbox
Определения ScriptConsoleWeatherTab.c:29
static float m_RainInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:72
static float m_VolFogHeightBiasValue
Определения ScriptConsoleWeatherTab.c:136
EditBoxWidget m_SnowfallValueEditbox
Определения ScriptConsoleWeatherTab.c:87
EditBoxWidget m_VolFogHeightBiasTimeEditbox
Определения ScriptConsoleWeatherTab.c:126
EditBoxWidget m_VolFogHeightBiasEditbox
Определения ScriptConsoleWeatherTab.c:120
EditBoxWidget m_VolFogDistanceDensityTimeEditbox
Определения ScriptConsoleWeatherTab.c:102
static float m_VolFogDistanceDensityValue
Определения ScriptConsoleWeatherTab.c:132
void UpdateSliderValues()
Определения ScriptConsoleWeatherTab.c:870
static float m_WindMInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:156
static float m_WindDInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:176
static float m_RainDurationTimeValue
Определения ScriptConsoleWeatherTab.c:73
static float m_SnowfallDurationTimeValue
Определения ScriptConsoleWeatherTab.c:93
EditBoxWidget m_FogValueEditbox
Определения ScriptConsoleWeatherTab.c:27
EditBoxWidget m_SnowfallInterpolationEditbox
Определения ScriptConsoleWeatherTab.c:88
EditBoxWidget m_OvercastDurationEditbox
Определения ScriptConsoleWeatherTab.c:49
static float m_VolFogHeightDensityValue
Определения ScriptConsoleWeatherTab.c:134
EditBoxWidget m_FogInterpolationEditbox
Определения ScriptConsoleWeatherTab.c:28
EditBoxWidget m_VolFogHeightDensityTimeEditbox
Определения ScriptConsoleWeatherTab.c:114
static float m_FogValue
Определения ScriptConsoleWeatherTab.c:31
static float m_RainValue
Определения ScriptConsoleWeatherTab.c:71
static float m_VolFogHeightDensityTimeValue
Определения ScriptConsoleWeatherTab.c:135
static float m_WindMagnitudeValue
Определения ScriptConsoleWeatherTab.c:155
EditBoxWidget m_WindMInterpolationEditbox
Определения ScriptConsoleWeatherTab.c:152
static float m_OvercastDurationTimeValue
Определения ScriptConsoleWeatherTab.c:53
static float m_WindDirectionValue
Определения ScriptConsoleWeatherTab.c:175
EditBoxWidget m_VolFogHeightDensityEditbox
Определения ScriptConsoleWeatherTab.c:108
EditBoxWidget m_WindDValueEditbox
Определения ScriptConsoleWeatherTab.c:171
EditBoxWidget m_WindMDurationEditbox
Определения ScriptConsoleWeatherTab.c:153
static float m_SnowfallInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:92
static float m_WindDDurationTimeValue
Определения ScriptConsoleWeatherTab.c:177
static float m_VolFogHeightBiasTimeValue
Определения ScriptConsoleWeatherTab.c:137
static float m_WindMDurationTimeValue
Определения ScriptConsoleWeatherTab.c:157
EditBoxWidget m_WindMValueEditbox
Определения ScriptConsoleWeatherTab.c:151
static float m_FogInterpolationTimeValue
Определения ScriptConsoleWeatherTab.c:32
EditBoxWidget m_RainInterpolationEditbox
Определения ScriptConsoleWeatherTab.c:68
static float m_SnowfallValue
Определения ScriptConsoleWeatherTab.c:91
EditBoxWidget m_VolFogDistanceDensityEditbox
Определения ScriptConsoleWeatherTab.c:96
const int DURATION_MAX
Определения ScriptConsoleWeatherTab.c:13
EditBoxWidget m_OvercastValueEditbox
Определения ScriptConsoleWeatherTab.c:47
EditBoxWidget m_SnowfallDurationEditbox
Определения ScriptConsoleWeatherTab.c:89
static float m_OvercastValue
Определения ScriptConsoleWeatherTab.c:51
static float m_VolFogDistanceDensityTimeValue
Определения ScriptConsoleWeatherTab.c:133
EditBoxWidget m_RainDurationEditbox
Определения ScriptConsoleWeatherTab.c:69
EditBoxWidget m_RainValueEditbox
Определения ScriptConsoleWeatherTab.c:67
static float m_FogDurationTimeValue
Определения ScriptConsoleWeatherTab.c:33
EditBoxWidget m_OvercastInterpolationEditbox
Определения ScriptConsoleWeatherTab.c:48
EditBoxWidget m_WindDDurationEditbox
Определения ScriptConsoleWeatherTab.c:173
EditBoxWidget m_WindDInterpolationEditbox
Определения ScriptConsoleWeatherTab.c:172

Перекрестные ссылки DURATION_MAX, m_FogDurationEditbox, m_FogDurationTimeValue, m_FogInterpolationEditbox, m_FogInterpolationTimeValue, m_FogValue, m_FogValueEditbox, m_OvercastDurationEditbox, m_OvercastDurationTimeValue, m_OvercastInterpolationEditbox, m_OvercastInterpolationTimeValue, m_OvercastValue, m_OvercastValueEditbox, m_RainDurationEditbox, m_RainDurationTimeValue, m_RainInterpolationEditbox, m_RainInterpolationTimeValue, m_RainValue, m_RainValueEditbox, m_SnowfallDurationEditbox, m_SnowfallDurationTimeValue, m_SnowfallInterpolationEditbox, m_SnowfallInterpolationTimeValue, m_SnowfallValue, m_SnowfallValueEditbox, m_VolFogDistanceDensityEditbox, m_VolFogDistanceDensityTimeEditbox, m_VolFogDistanceDensityTimeValue, m_VolFogDistanceDensityValue, m_VolFogHeightBiasEditbox, m_VolFogHeightBiasTimeEditbox, m_VolFogHeightBiasTimeValue, m_VolFogHeightBiasValue, m_VolFogHeightDensityEditbox, m_VolFogHeightDensityTimeEditbox, m_VolFogHeightDensityTimeValue, m_VolFogHeightDensityValue, m_WindDDurationEditbox, m_WindDDurationTimeValue, m_WindDInterpolationEditbox, m_WindDInterpolationTimeValue, m_WindDirectionValue, m_WindDValueEditbox, m_WindMagnitudeValue, m_WindMDurationEditbox, m_WindMDurationTimeValue, m_WindMInterpolationEditbox, m_WindMInterpolationTimeValue, m_WindMValueEditbox и UpdateSliderValues().

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